Include And Compile With Arm-linux-gnueabi-gcc
For reasons given at Android gcc sysroot and linker for compiling NDK projects on Ubuntu, I am compiling my Android NDK project with arm-linux-gnueabi-gcc. There are no problems
Solution 1:
Unless you link everything statically, compiling with arm-linux-gnueabi-
toolchain will not work because Android uses different sonames than Ubuntu.
Post a Comment for "Include And Compile With Arm-linux-gnueabi-gcc"