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



_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to