I'm trying to build this on Windows using cygwin with ndk r5 and sdk 2.1/2.2. I have OpenCV 2.2 installed and in PATH as well. I get the following error.
StaticLibrary : libcvhighgui.a
SharedLibrary : libopencv.so
E:/dev/android-ndk-r5/toolchains/arm-linux-androideabi-4.4.3/prebuilt/windows/bin/../lib/gcc/arm-linux-androideabi/4.4.3/../../../../arm-linux-androideabi/bin/ld.exe: cannot find - lcxcore
collect2: ld returned 1 exit status
make: *** [/cygdrive/e/code/droid/billmcord/first-push/OpenCV-Android/obj/local/armeabi/libopencv.so] Error 1
I'm trying to build this on Windows using cygwin with ndk r5 and sdk 2.1/2.2. I have OpenCV 2.2 installed and in PATH as well. I get the following error.