Re: [Discuss-gnuradio] Build on ubuntu 14.04

2014-05-26 Thread Martin Braun
Hi Michael and Sid, how many compiler threads are you spawning? When you use 1 (i.e. make -j1), is this still a problem? M On 25.05.2014 11:29, Michael Hartje wrote: Dear list, I try to compile the new GR 3.7.4-git. But it breaks with pybombs as well as with the script build-grc.sh The

Re: [Discuss-gnuradio] Build on ubuntu 14.04

2014-05-26 Thread Sid Boyce
On ARM it was with 4 threads initially then re-running with 1 thread gave the same error. That 3.0.6x distro kernel was built without swap so I had to build and install a new kernel with swap. The first go with 2GB swap also failed and I had to make another 2GB swap file and add it with

Re: [Discuss-gnuradio] Build on ubuntu 14.04

2014-05-26 Thread Vanush Vaswani
Cython? On Sun, May 25, 2014 at 9:48 PM, Robert McGwier rwmcgw...@gmail.com wrote: And what is the size of the VM disk limited to and how much RAM have you allowed it? The step you are showing as exiting in (SWIG) requires lots of resources in building gnuradio. I hate SWIG, but have no

Re: [Discuss-gnuradio] Build on ubuntu 14.04

2014-05-26 Thread Michael Hartje
Thank You all for the hints. Thanks to Marcus, Sid, Bob! Yes, it works now! I think, the observation from Sid was the way of success. So the reason was: too low (1GB!) RAM for the VM! After increase up to e.g. 3,5 GB RAM for the VM the buildscript.sh gave no errors anymore. Thanks in advance

Re: [Discuss-gnuradio] Build on ubuntu 14.04

2014-05-26 Thread Sid Boyce
Or if building on low memory systems like ARM, specify 4GB of swap. 73 ... Sid. On 26/05/14 22:30, Michael Hartje wrote: Thank You all for the hints. Thanks to Marcus, Sid, Bob! Yes, it works now! I think, the observation from Sid was the way of success. So the reason was: too low (1GB!) RAM

[Discuss-gnuradio] Build on ubuntu 14.04

2014-05-25 Thread Michael Hartje
Dear list, I try to compile the new GR 3.7.4-git. But it breaks with pybombs as well as with the script build-grc.sh The job is done inside of a virtualbox-environment. host: win8.1, guest ubuntu 14.04 + updates Mem 1600 MB cut of the script build-grc.sh log

Re: [Discuss-gnuradio] Build on ubuntu 14.04

2014-05-25 Thread Marcus Müller
Hi Michael, build-grc.sh is not known to me; I think you're referring to build-gnuradio? (grc is short for GNU Radio Companion, the graphical Flowgraph Designer included in GNU Radio). There have been problems with builds on Ubuntu 14.04. However, your output indicates no error; so I'm not

Re: [Discuss-gnuradio] Build on ubuntu 14.04

2014-05-25 Thread Sid Boyce
I don't know if this is the same problem I have seen building on ARM with low memory and no swap. The build was failing silently with just the cc1plus error. Gnuradio needs at least 4GB of swap. Apologies if neither of the above applies. 73 ... Sid. On 25/05/14 10:29, Michael Hartje wrote:

Re: [Discuss-gnuradio] Build on ubuntu 14.04

2014-05-25 Thread Robert McGwier
And what is the size of the VM disk limited to and how much RAM have you allowed it? The step you are showing as exiting in (SWIG) requires lots of resources in building gnuradio. I hate SWIG, but have no idea what in the world we would do without it. On Sun, May 25, 2014 at 6:16 AM, Marcus