Hi, I am cross compiling a static library for ARM architecture. When I use prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/bin/arm-eabi-gcc, it pointed missing includes such as string.h, math.h etc... If I include prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include, the library got compiled successfully. I would like to understand the headers used from prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include are the right ones? Because I am compiling for ARM...
Regards, Vishwanath -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
