discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Channel Coding Toolbox


From: sd fds
Subject: [Discuss-gnuradio] Channel Coding Toolbox
Date: Thu, 3 Apr 2014 17:08:13 +0200

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
 
If I change the
 
#include <gr_io_signature.h>
 
to 
#include <gnuradio/io_signature.h>
the 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
 
 

reply via email to

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