Most likely you're running out of memory. Try creating a swap file.
sudo fallocate -l 2G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
To make it permanent, add this line to /etc/fstab
/swapfile none swap sw 0 0
Ron
On 10/16/19 12:49, Eamon Heaney wrote:
Hi,
I'm trying to get Bastib's gr-foo working on a raspberry pi. The OS is
Ubuntu Mate, freshly installed. I installed gnuradio with Pybombs, and
that's working fine, but when I try to "pybombs install uhd," it hangs
6% of the way through "Building..."
I interrupted it after it didn't budge for half an hour.
Screenshot of the problem attached. Any idea why this is happening?
--
Eamon Heaney
/
/Fleet Commander/
//
/President, Model UN at Virginia Tech/
/
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio