discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] cmake error: cant find gnuradio_runtime_libraries
Date: Sat, 14 Mar 2015 16:53:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Do you have GNU Radio correctly installed?
this looks like you don't, or you have an old installation (GNU Radio 3.6).
Check by running "gnuradio-config-info --version".


On 03/14/2015 04:36 PM, Abhishek Shukla wrote:
Hey Marcus,
I am trying to build my own custom block in gnuradio, with the help of following link
"http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules and
https://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModulesConfig
https://www.youtube.com/watch?v=BW8o9ZgFJ5I"
But i am stuck with an error while cmake

address@hidden:~/gr-howto/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.55.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 howto


-- Configuring incomplete, errors occurred!

In order to trouble shoot.
I reinstall gnuradio from apt-get install, later i install all the dependencies from the source. Even I build the gnuradio script from "http://www.sbrac.org/files/build-gnuradio"
Will you help me out with this..........
my gnuradio version is:
address@hidden:~$ gnuradio-config-info --version
3.7.2.1.
address@hidden:~$ which gr_modtool
/usr/bin/gr_modtool
and Os Ubuntu 14.04

I am just in the learning phase of gnuradio and usrp so, please help me with this,
Thanks in advance,
Abhishek


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio


reply via email to

[Prev in Thread] Current Thread [Next in Thread]