Hello,
I have problems with compiling module for android device. When I use clangs from ndk folder I’m getting error information that my compiler doesn’t support hard float(ld: error: /tmp/tmpew1cmum0/lib0.o uses VFP register arguments, output does not
). When I use arm-linux-gnueabihf-g+±8 from ubuntu system, I cannot change sysroot, so the module requires libm.so.6, which is not present on android device (mod.so dlopen failed: library "libm.so.6" not found
). How to live?
–edit–
It looks like NDK from Android SDK should be prohibited with using TVM. And it should be mentioned in official documentation. Standalone ndk from NDK Downloads | Android NDK | Android Developers works better. At least produces similar errors to arm-linux-gnueabihf-g++8