discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04


From: Luis Felipe Albarracin Sanchez
Subject: [Discuss-gnuradio] Issue Installing GNU Radio From Source - Ubuntu 16.04
Date: Sun, 7 Oct 2018 22:41:40 -0500


Hello all,


I am trying to install GNU Radio from source,  according to this command:


$ wget http://www.sbrac.org/files/build-gnuradio && chmod a+x build-gnuradio && ./build-gnuradio

But when i reach some point, the following message appears:

[ 38%] Building CXX object gr-fec/lib/CMakeFiles/gnuradio-fec.dir/polar_decoder_common.cc.o

/home/user/gnuradio/gr-fec/lib/polar_decoder_common.cc: In member function ‘void gr::fec::code::polar_decoder_common::butterfly_volk(float*, unsigned char*, int, int, int)’:
/home/user/gnuradio/gr-fec/lib/polar_decoder_common.cc:128:95: error: too many arguments to function
 8u_polarbutterfly_32f(llrs, u, block_size(), block_power(), stage, u_num, row);
                                                                              ^
gr-fec/lib/CMakeFiles/gnuradio-fec.dir/build.make:1070: fallo en las instrucciones para el objetivo 'gr-fec/lib/CMakeFiles/gnuradio-fec.dir/polar_decoder_common.cc.o'
make[2]: *** [gr-fec/lib/CMakeFiles/gnuradio-fec.dir/polar_decoder_common.cc.o] Error 1
CMakeFiles/Makefile2:4632: fallo en las instrucciones para el objetivo 'gr-fec/lib/CMakeFiles/gnuradio-fec.dir/all'
make[1]: *** [gr-fec/lib/CMakeFiles/gnuradio-fec.dir/all] Error 2
Makefile:160: fallo en las instrucciones para el objetivo 'all'
make: *** [all] Error 2
make failed
Exiting Gnu Radio build/install

Can some one please help me, regarding what should i do to overcome this issue.

Kind regards.

reply via email to

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