discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] pybombs error


From: Philip Balister
Subject: Re: [Discuss-gnuradio] pybombs error
Date: Tue, 25 Jun 2013 06:10:39 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130514 Thunderbird/17.0.6

On 06/24/2013 09:19 PM, Blake Morgan wrote:
> I decided to try out pybombs on one of my Beaglebones, and attempted to
> install gnuradio. Below is the error message I received, if this helps.
> 

This is the key issue"

> make[2]: *** Waiting for unfinished jobs....
> c++: internal compiler error: Killed (program cc1plus)
> Please submit a full bug report,
> with preprocessed source if appropriate.
>

This is a sign the OOM killer killed one of he compiler processes. This
is a known issue with building gnuradio. You will typically see it on
low memory machines (embedded stuff), but you can see it on intensive
x86 build machines also :)

Basically, building gnuradio on anything other than a beefy x86 is
silly. I've heard of builds on ARM succeeding, but build times are up to
like 12 hours. Learn to cross compile.

Philip


 See <file:///usr/share/doc/gcc-4.7/README.Bugs> for instructions.
> make[2]: *** [lib/CMakeFiles/uhd.dir/types/device_addr.cpp.o] Error 4
> make[1]: *** [lib/CMakeFiles/uhd.dir/all] Error 2
> make: *** [all] Error 2
> bash return val = 2
> Traceback (most recent call last):
>   File "./pybombs", line 91, in <module>
>     install(p,True);
>   File "/home/ubuntu/pybombs/mod_pybombs/pybombs_ops.py", line 49, in
> install
>     global_recipes[pkg].install();
>   File "/home/ubuntu/pybombs/mod_pybombs/recipe.py", line 512, in install
>     st = self.install_src();
>   File "/home/ubuntu/pybombs/mod_pybombs/recipe.py", line 582, in
> install_src
>     self.install_order[step][1]();
>   File "/home/ubuntu/pybombs/mod_pybombs/recipe.py", line 612, in make
>     assert(st == 0);
> AssertionError
> 
> FWIW, looking through the code, pybombs looks like a really cool
> project.  If there is a more appropriate venue or format for bug
> reports, please let me know.
> 
> Best regards,
> Blake Morgan
> 
> 
> _______________________________________________
> Discuss-gnuradio mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> 
> 



reply via email to

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