Hello,
I'm using the latest Gnuradio Version (3.7.3) for an OFDM-Transmitter. For channel coding I wanted to use the toolboc from https://www.cgran.org/wiki/chancoding, but the installation fails when I follow the "how to install"- instructions.
When I run "make" this error occurs:
Making all in lib
make[2]: Entering directory `/home/default19ubuntu/gnuradio/gr-chancoding/lib'
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/home/default19ubuntu/gnuradio/gr-chancoding/include -I/usr/local/include/gnuradio -I/usr/local/include/gnuradio/swig -I/usr/local/include/gnuradio/../gruel/swig -I/usr/include/python2.7 -I/usr/local/include/gnuradio -I/usr/local/include -Wall -g -O2 -g -O2 -MT chancoding_ber_b.lo -MD -MP -MF .deps/chancoding_ber_b.Tpo -c -o chancoding_ber_b.lo chancoding_ber_b.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/home/default19ubuntu/gnuradio/gr-chancoding/include -I/usr/local/include/gnuradio -I/usr/local/include/gnuradio/swig -I/usr/local/include/gnuradio/../gruel/swig -I/usr/include/python2.7 -I/usr/local/include/gnuradio -I/usr/local/include -Wall -g -O2 -g -O2 -MT chancoding_ber_b.lo -MD -MP -MF .deps/chancoding_ber_b.Tpo -c chancoding_ber_b.cc -fPIC -DPIC -o .libs/chancoding_ber_b.o
chancoding_ber_b.cc:26:29: fatal error: gr_io_signature.h: No such file or directory
compilation terminated.
make[2]: *** [chancoding_ber_b.lo] Error 1
make[2]: Leaving directory `/home/default19ubuntu/gnuradio/gr-chancoding/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/default19ubuntu/gnuradio/gr-chancoding'
make: *** [all] Error 2
make[2]: Entering directory `/home/default19ubuntu/gnuradio/gr-chancoding/lib'
/bin/bash ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. -I/home/default19ubuntu/gnuradio/gr-chancoding/include -I/usr/local/include/gnuradio -I/usr/local/include/gnuradio/swig -I/usr/local/include/gnuradio/../gruel/swig -I/usr/include/python2.7 -I/usr/local/include/gnuradio -I/usr/local/include -Wall -g -O2 -g -O2 -MT chancoding_ber_b.lo -MD -MP -MF .deps/chancoding_ber_b.Tpo -c -o chancoding_ber_b.lo chancoding_ber_b.cc
libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -I/home/default19ubuntu/gnuradio/gr-chancoding/include -I/usr/local/include/gnuradio -I/usr/local/include/gnuradio/swig -I/usr/local/include/gnuradio/../gruel/swig -I/usr/include/python2.7 -I/usr/local/include/gnuradio -I/usr/local/include -Wall -g -O2 -g -O2 -MT chancoding_ber_b.lo -MD -MP -MF .deps/chancoding_ber_b.Tpo -c chancoding_ber_b.cc -fPIC -DPIC -o .libs/chancoding_ber_b.o
chancoding_ber_b.cc:26:29: fatal error: gr_io_signature.h: No such file or directory
compilation terminated.
make[2]: *** [chancoding_ber_b.lo] Error 1
make[2]: Leaving directory `/home/default19ubuntu/gnuradio/gr-chancoding/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/default19ubuntu/gnuradio/gr-chancoding'
make: *** [all] Error 2
If I change the
tothe error seems to be fixed, but I can't change all the files.What can I do to install the toolbox with 3.7.3 or what part of the installation process am I missing?Alex3371
_______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio