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

abhishek@abhishek-Inspiron-N5110:~/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:
abhishek@abhishek-Inspiron-N5110:~$ gnuradio-config-info --version
3.7.2.1.
abhishek@abhishek-Inspiron-N5110:~$ 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
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to