I want to compile OpenCV v2.4.11 for my own BB10 application
What I tried: Track 1: Using the already built version of Android OpenCV 2.4.11. After all dynamic links were resolved, I could just have a couple of link errors with the kernel (found some headers in a momentary light that included comments that they had not yet been implemented, and some apologies). Erros: undefined reference to `bsd_signal '
undefined reference to `pthread_getattr_np '
undefined link to `setjmp '
Track 2: Compile OpenCV 2.4.11 for BlackBerry. I could not link to the ndk compiled in moments.
Any help / knowledge / personal experience would be appreciated!
source share