26 Mar
2012
26 Mar
'12
5:25 p.m.
Dámaso López wrote:
# CC=arm-gp2x-linux ./configure --host=i686.linux --target=arm-linux #make #make install
When cross-compiling, you cannot simply install on your host system. Use make install DESTDIR=/root/of/target/machine's/filesystem
When it finish I copy all include from alsa-lib-1.0.17 in my directory /usr/arm-gp2x-linux/include.
After I did:
#arm-gp2x-linux -o micro micro.c -lasound
But it say that can't find -lasound
The library is not an include file.
Regards, Clemens