discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] CMake error


From: sreena p h
Subject: [Discuss-gnuradio] CMake error
Date: Tue, 10 Jun 2014 16:37:59 +0800 (SGT)

Hi

I got the following error while doing the building out-of-tree module example given in "http://gnuradio.org/redmine/projects/gnuradio/wiki/NewTutorials3". 

address@hidden:~/Documents/sreena/gr-tutorial/build$ cmake ../
-- Build type not specified: defaulting to release.
-- Boost version: 1.49.0
-- Found the following Boost libraries:
--   filesystem
--   system
-- Configuring done
-- Generating done
-- Build files have been written to: /home/ttl/Documents/sreena/gr-tutorial/build
address@hidden:~/Documents/sreena/gr-tutorial/build$ make
[  6%] Built target _tutorial_swig_doc_tag
[ 13%] Built target _tutorial_swig_swig_tag
Linking CXX shared module _tutorial_swig.so
/usr/bin/ld: cannot find -lgnuradio-tutorial
collect2: error: ld returned 1 exit status
make[2]: *** [swig/_tutorial_swig.so] Error 1
make[1]: *** [swig/CMakeFiles/_tutorial_swig.dir/all] Error 2
make: *** [all] Error 2
address@hidden:~/Documents/sreena/gr-tutorial/build$

It seems some swig error has been reported.. Please help..

Regards 

Sreena

reply via email to

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