gnuradio / gr-tutorial

A tutorial OOT module for GNU Radio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gnuradio-3.7.7 GNURADIO_ANALOG_FOUND = FALSE

tele1 opened this issue · comments

commented

Hi!
I tried compile this source code gr-tutorial
with installed gnuradio-3.7.7 ,
problem is:

...
GNURADIO_ANALOG_FOUND = FALSE
CMake Error at /usr/local/lib64/cmake/gnuradio/GnuradioConfig.cmake:110 (message):
  Required GNU Radio Component: ANALOG missing!
Call Stack (most recent call first):
  /usr/local/lib64/cmake/gnuradio/GnuradioConfig.cmake:118 (GR_MODULE)
  CMakeLists.txt:94 (find_package)

Maybe this files exist ? This files ?

$ rpm -qpl gnuradio-3.7.7.1-1pclos2015.x86_64.rpm | grep "gr-analog"
/usr/local/share/doc/gnuradio-3.7.7/html/gr-analog_2include_2gnuradio_2analog_2api_8h.html
/usr/local/share/doc/gnuradio-3.7.7/html/gr-analog_2include_2gnuradio_2analog_2api_8h.js
/usr/local/share/doc/gnuradio-3.7.7/html/gr-analog_2include_2gnuradio_2analog_2api_8h__dep__incl.map
/usr/local/share/doc/gnuradio-3.7.7/html/gr-analog_2include_2gnuradio_2analog_2api_8h__dep__incl.md5
/usr/local/share/doc/gnuradio-3.7.7/html/gr-analog_2include_2gnuradio_2analog_2api_8h__dep__incl.png
/usr/local/share/doc/gnuradio-3.7.7/html/gr-analog_2include_2gnuradio_2analog_2api_8h__incl.map
/usr/local/share/doc/gnuradio-3.7.7/html/gr-analog_2include_2gnuradio_2analog_2api_8h__incl.md5
/usr/local/share/doc/gnuradio-3.7.7/html/gr-analog_2include_2gnuradio_2analog_2api_8h__incl.png
/usr/local/share/doc/gnuradio-3.7.7/html/gr-analog_2include_2gnuradio_2analog_2api_8h_source.html
/usr/local/share/doc/gnuradio-3.7.7/xml/gr-analog_2include_2gnuradio_2analog_2api_8h.xml

How check gr-tutorial version ?

@tele1 This is not a gr-tutorial bug, it seems like your GNU Radio isn't fully installed. Please ask on the GNU Radio mailing list.

commented

I checked in ccmake .. should be compilled . I don't have more audio options.

With older gnu radio I see

  Could not find a package configuration file provided by "Gnuradio"
  (requested version 3.7.2)

Edited:
With which version gnu radio gr-tutorial working for you ?

@tele1 the instructions say that the Guided Tutorials require version >= 3.7.4.

Please check the output of your cmake (not what you specify, but the output after it runs) to see which components of GNU Radio are being built and make sure gr-analog is one of them.

commented

Please check the output of your cmake (not what you specify, ...

I don't uderstant you what I should do.
I suggest, something (maybe link, name) was changed in new gnuradio
and cmake from tutorial can not find it, because I'm sure this exist in new version gnuradio,
but I can not fix cmake in Guided Tutorials,
I builded gnuadio rpm, this can be also problem If I used macro, but with macro
also should work (I don't remember now how I compiled),
however gnuradio can find, but not this module.

However.
Your info about require version >= 3.7.4 is more helpful,
in free time I try compile for friend from forum.

gnuradio 3.7.8 RC is available , I try test also.