Hi,

The compiler you can use is the one from Android NDK. It is documented how 
to make a standalone tool chain. Then
1. set path to the tool chain
2. run 'configure --host=arm-linux-androideabi' 
Please note the tool chain does not have separate libpthread library, all 
pthread functions are in libc.
I ported libusb, usbutils and pciutils package using this method.

Regards,
JB

-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel

Reply via email to