Forums - Incompatible libfastcv.a

2 posts / 0 new
Last post
Incompatible libfastcv.a
jxma
Join Date: 11 Aug 15
Posts: 1
Posted: Thu, 2015-09-03 08:19

Environment: 64-bit Eclipse on Mac OSX 10.10.4

Android NDK: WARNING: APP_PLATFORM android-21 is larger than android:minSdkVersion 9 in ./AndroidManifest.xml    

Android NDK: WARNING:jni/Android.mk:fastcvsample: non-system libraries in linker flags: -lfastcv    

Android NDK:     This is likely to result in incorrect builds. Try using LOCAL_STATIC_LIBRARIES    

Android NDK:     or LOCAL_SHARED_LIBRARIES instead to list the library dependencies of the    

Android NDK:     current module    

make[1]: Entering directory `/Users//Android/Development/fastcv-android-1-7-0/samples/fastcorner'

[armeabi] Gdbserver      : [arm-linux-androideabi-4.8] libs/armeabi/gdbserver

[armeabi] Gdbsetup       : libs/armeabi/gdb.setup

[armeabi] SharedLibrary  : libfastcvsample.so

/Users//Desktop/Android/AndroidNDK/android-ndk-r10e/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: skipping incompatible /Users//Desktop/Android/AndroidNDK/android-ndk-r10e/platforms/android-21/arch-arm/usr/lib/libfastcv.a while searching for fastcv

make[1]: Leaving directory `/Users/jixianma/Android/Development/fastcv-android-1-7-0/samples/fastcorner'

/Users//Desktop/Android/AndroidNDK/android-ndk-r10e/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: warning: skipping incompatible /Users//Desktop/Android/AndroidNDK/android-ndk-r10e/platforms/android-21/arch-arm/usr/lib/libfastcv.a while searching for fastcv

/Users//Desktop/Android/AndroidNDK/android-ndk-r10e/toolchains/arm-linux-androideabi-4.8/prebuilt/darwin-x86_64/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: error: cannot find -lfastcv

  • Up0
  • Down0
katedesirec
Join Date: 1 Oct 15
Posts: 1
Posted: Thu, 2015-10-01 16:30

had the same problem, but on Windows 8.1 x64. Solved: at the folder fastcvsdk\lib\Android we have 2 folders with lib64 and lib32. File libfastcv.a from lib64 didn't work, but from lib32 did

  • Up0
  • Down0
or Register

Opinions expressed in the content posted here are the personal opinions of the original authors, and do not necessarily reflect those of Qualcomm Incorporated or its subsidiaries (“Qualcomm”). The content is provided for informational purposes only and is not meant to be an endorsement or representation by Qualcomm or any other party. This site may also provide links or references to non-Qualcomm sites and resources. Qualcomm makes no representations, warranties, or other commitments whatsoever about any non-Qualcomm sites or third-party resources that may be referenced, accessible from, or linked to this site.