Page 1 of 1

GNUradio binary packages

PostPosted: Mon Aug 12, 2013 8:28 am
by tnt
Hi,

I've taken the PPA made by Alexandry Csete ( https://launchpad.net/~gqrx/+archive/snapshots ) and built it for armhf, it's available here : http://246tnt.com/packages/dists/precis ... ary-armhf/

(I didn't have time to test much yet, it built overnight).

I built most of the packages natively on a rev0 board, without anything special, just using dpkg-buildpackage. Using an external USB harddrive to get the space and make a swap file. But I don't think the swap file was even used.

The only package were I did something special is GNURadio itself. Basically I used distcc to distribute the compilation to my laptop cross-compiler. So the pre-processing is done on the ARM, it ships the result to my laptop for cross compilation and gets back object files and then link locally. This way the steps that requires include/libraries are done on the ARM itself and you just need a cross compiler.

Cheers,

Sylvain