You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-platform
Hi All,
I've been trying to get libusb-0.1 library compiled for android. It is
an Autoconf type package. I am trying to use arm-eabi-gcc that comes
in the prebuilt folder to build this.
this command works fine without a hitch.
It is when I run the make command that it dies near the end.
basically:
/home/demo/mydroid/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/bin/../
lib/gcc/arm-eabi/4.2.1/../../../../arm-eabi/bin/ld: crt0.o: No such
file: No such file or directory
collect2: ld returned 1 exit status
It is a linker issue so I assume I am missing a flag or two that needs
to be set. If anyone is familiar with the flags to get an Autoconf
package to build for android, that would be really useful.