Cross Compiling library

Hi,

I’m trying to cross compile libusb-0.1.12 for the Digi 9M 2443.

Could someone explain how I can cross-compile this library for ARM from my x86 laptop?

Best regards,

Please find attached document that describes on 2 examples steps necessary to cross compile open-source packages for DEL.
http://rapidshare.com/files/388776494/crossbuild.pdf.html
export PATH=/usr/local/DigiEL-5.2/usr/bin:$PATH
CC=arm-linux-gcc ./configure --host=arm-linux --prefix=/usr --without-iconv --disable-xml --without-pear --disable-libxml --disable-dom --disable-simplexml --disable-xmlreader --disable-xmlwriter --without-pdo-sqlite --enable-fastcgi

make INSTALL_ROOT=/usr/local/DigiEL-5.2/digiesp/workspace/cc9p9215_SQL_PHP/build/rootfs

I have got the pdf file and instructions. Thanks for sharing.

Please find attached document that describes on 2 examples steps necessary to cross compile open-source packages for DEL.
http://rapidshare.com/files/388776494/crossbuild.pdf.html

The following download is not available. Can you reshare it ?