Fellow gnuradio’ers,
I am trying to compile gnuradio from src on a USRP E100 but encounter a
fatal error prior to completion. Specifically, the last few lines of
stdout
and stderr output are:
Linking CXX shared module _gnuradio_core_filter.so
[ 39%] Built target _gnuradio_core_filter
Scanning dependencies of target _gnuradio_core_general
[ 39%] Building CXX object
gnuradio-core/src/lib/swig/CMakeFiles/_gnuradio_core_general.dir/gnuradio_core_generalPYTHON_wrap.cxx.o
g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See http://gcc.gnu.org/bugs.html for instructions.
make[2]: ***
[gnuradio-core/src/lib/swig/CMakeFiles/_gnuradio_core_general.dir/gnuradio_core_generalPYTHON_wrap.cxx.o]
Error 1
make[1]: ***
[gnuradio-core/src/lib/swig/CMakeFiles/_gnuradio_core_general.dir/all]
Error 2
make: *** [all] Error 2
I realize the error says to submit this as a gcc bug but thought
somebody
else on this board may have gotten the same error and found its cause.
The version from the gnuradio repository is 3.6.4.1-185-g8fda7aca.
From /var/log/messages I believe this problem is related to an
out-of-memory error.
The runlevel is 3 and I have the console open as well as one ssh remote
shell from which I executed the make command.
I’ve attached CMakeCache.txt and the relevant portion of
/var/log/messages.
Any help would be appreciated.