Greetings
I am also new in the gnuradio and recently I am working with him. I am
flowing the instruction tutorial in gnuradio.org but when I am going to
bulid my out of tree using cmake …/ He gives me the following error:
jrbosch@CM6AJR:~/Documents/gnuradio/tutorials/work/out_of_tree/gr-tutorial/build$
cmake …/
– The CXX compiler identification is GNU 4.8.2
– The C compiler identification is GNU 4.8.2
– Check for working CXX compiler: /usr/bin/c++
– Check for working CXX compiler: /usr/bin/c++ – works
– Detecting CXX compiler ABI info
– Detecting CXX compiler ABI info - done
– Check for working C compiler: /usr/bin/cc
– Check for working C compiler: /usr/bin/cc – works
– Detecting C compiler ABI info
– Detecting C compiler ABI info - done
– Build type not specified: defaulting to release.
– Boost version: 1.54.0
– Found the following Boost libraries:
– filesystem
– system
– Found PkgConfig: /usr/bin/pkg-config (found version “0.26”)
– checking for module ‘gnuradio-runtime’
– package ‘gnuradio-runtime’ not found
– Could NOT find GNURADIO_RUNTIME (missing: GNURADIO_RUNTIME_LIBRARIES)
– checking for module ‘cppunit’
– found cppunit, version 1.13.1
– Found CPPUNIT: /usr/lib/x86_64-linux-gnu/libcppunit.so;dl
CMake Error at CMakeLists.txt:98 (message):
GnuRadio Runtime required to compile tutorial
– Configuring incomplete, errors occurred!
See also
“/home/jrbosch/Documents/gnuradio/tutorials/work/out_of_tree/gr-tutorial/build/CMakeFiles/CMakeOutput.log”.
I have installed the gnuradio of Ubuntu’s repositories and I have
installed
the library libgnuradio-runtime of ubuntu’s repositories too. About
gunradio-runtime there is nothing more to install in my synaptic
If somebody would explain me what do I have not enough to install or
what is
the cause of the problem I would thank him.
Excuse me my english, It is not good.
boost 1.54.0
– [ /usr/share/cmake-2.8/Modules/FindBoost.cmake:859 ]
SYSTEM_LIBRARY_RELEASE:
– system
– Configuring incomplete, errors occurred!
and when i ran /which gr_modtool/ i got -/ /usr/bin/gr_modtool/
what should i do next?
You’ll have to explain how you installed GNU Radio. In order to build an
OOT module against GNU Radio, you’ll need to make sure you have the dev
packages installed. If you installed using apt-get, make sure you have
installed gnuradio-dev, not just gnuradio.
Similarly, this sounds like you also have not installed cppunit, and
again,
you’ll need the dev package: libcppunit-dev.
Similarly, this sounds like you also have not installed cppunit, and
again, you’ll need the dev package: libcppunit-dev.
Tom
?
Discuss-gnuradio mailing list [email protected] Discuss-gnuradio Info Page
I have recently run into the same problem for the first time with
gnuradio built and installed from git clone source when building
gh-hpsdr on openSUSE x86_64.
Konsole output
Konsole output
slipstream:/usr/src/XXX/gr-hpsdr/build #gnuradio-config-info -v
v3.7.7.1-166-g28f69a54
It is saying that it couldn’t find gnuradio-runtime.pc which “make
install”
Konsole output installed as - /usr/lib/pkgconfig/gnuradio-runtime.pc
Resolved as follows:-
Konsole output
slipstream:/usr/src/XXX/gr-hpsdr/build # export
PKG_CONFIG_PATH=/usr/lib/pkgconfig