13 Dec
2007
13 Dec
'07
9:12 p.m.
Daniel Mack wrote:
Hi,
On Dec 13, 2007, at 6:58 PM, John Faith wrote:
Felipe Uderman wrote:
We cross compile alsa-lib 1.0.11rc2 for ARM with:
./configure --prefix=/usr --host=arm-linux --build=i686-pc-linux-gnu
You should have a look at BR2 (http://buildroot.uclibc.org/) which cross-compiles 1.0.14a for you, most probably also newer versions with minor modifications to the appropriate .mk file.
Daniel
Thanks for the suggestion. We use a different cross build environment called LTIB (http://bitshrine.org). The patches and build steps are in a .spec file like rpm and all enabled packages are built as part of the file system. Building alsa can be done separately with: 'ltib -p alsa-lib'.
, John