darknet-nnpack
darknet-nnpack copied to clipboard
-mfpu=neon-vfpv4 unrecognized
The library is compiled on ubuntu system, instead of Raspberry Pi. And the error shows that "-mfpu=neon-vfpv4" is unrecognized. Could this library be compiled on ubuntu with android-NDK, and then ported it to the android system? Thanks.
you need to find out the fpu architecture of your cpu target, neon-vfpv4 targets the Pi2&3. If you are compiling on ubuntu x86 you also need to setup a cross compile toolchain to compile for arm.
@fishman2008 you can test "-mfpu=neon"
Just remove flag "-mfpu=neon-vfpv4"?If your Pi3 os is aarch64?