CMake error

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”.

ttl@ttl-HP-Z220-CMT-Workstation:~/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
ttl@ttl-HP-Z220-CMT-Workstation:~/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
ttl@ttl-HP-Z220-CMT-Workstation:~/Documents/sreena/gr-tutorial/build$

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

Regards

Sreena

On 06/10/2014 10:37 AM, sreena p h wrote:

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”.

This isn’t finished, so maybe it’s just an intermediate error of some
kind. Give it some time :slight_smile:

M