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 > Discuss-gnuradio@gnu.org > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio > > _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio