discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Follow up: Failure to build GNU Radio on various


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] Follow up: Failure to build GNU Radio on various Ubuntu builds
Date: Thu, 20 Aug 2015 11:03:14 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

On 08/20/2015 06:13 AM, Mark wrote:
OK, I changed the distro to Ubuntu 14.04.3 LTS 64Bit and followed your advice to simply issue the command 
"wget http://www.sbrac.org/files/build-gnuradio && chmod a+x ./build-gnuradio && 
./build-gnuradio --verbose"
and I find myself right back where I started last week and that is the constant 
failure to build past this point . . .


=======================================================================================================

[ 24%] Building CXX object 
lib/CMakeFiles/uhd.dir/transport/nirio/rpc/usrprio_rpc_client.cpp.o
/home/mark/uhd/host/lib/transport/nirio/rpc/usrprio_rpc_client.cpp:1:0: 
internal compiler error: Segmentation fault
  //
  ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.8/README.Bugs> for instructions.
The bug is not reproducible, so it is likely a hardware or OS problem.
make[2]: *** 
[lib/CMakeFiles/uhd.dir/transport/nirio/rpc/usrprio_rpc_client.cpp.o] Error 1
make[1]: *** [lib/CMakeFiles/uhd.dir/all] Error 2
make: *** [all] Error 2
UHD build apparently failed
Exiting UHD build

=========================================================================================================

If you can continue to advise I should be grateful.

Mark
This is almost certainly a known problem in the compiler when it runs out of memory--how much memory do you have on your machine?

This error is coming from the compiler, so there's nothing that build-gnuradio can do about it, however, you can:

  (1) Install more RAM
(2) Add a secondary swap file. See, for example: https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-ubuntu-14-04





reply via email to

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