BUILD_SHARED_LIBS = OFF concerns to static compile.I've build OpenCV in static & shared mode by IPP no problem
Mostafa Sataki ( 2012-11-07 23:40:53 -0500 )editWhen I try to build OpenCV2.4.3 with the Intel IPP7.0.6.293_ia32, I failed.
Linking CXX shared library ../../lib/libopencv_imgproc.so /usr/bin/ld: /opt/intel/ipp/lib/ia32/libippcv_l.a(ippcv00242as.o): relocation R_386_GOTOFF against undefined symbol `ippJumpIndexForMergedLibs' can not be used when making a shared object /usr/bin/ld: final link failed: Bad value collect2: ld return 1 make[2]: * [lib/libopencv_imgproc.so.2.4.3] error 1 make[1]: [modules/imgproc/CMakeFiles/opencv_imgproc.dir/all] error 2 make: ** [all] errors 2
I need your help.
I've build OpenCV2.4.3 by Ipp7.1 no problem ,But had no effect in performance.Only certain functions has been boosted such as cvMatchTemplate. You have to check WITH_IPP flag on CMAKE & CMake detects IPP version.you have to intoduce ipp include path to CMake for build.
BUILD_SHARED_LIBS = OFF concerns to static compile.I've build OpenCV in static & shared mode by IPP no problem
Mostafa Sataki ( 2012-11-07 23:40:53 -0500 )editAsked: 2012-11-07 11:56:47 -0500
Seen: 372 times
Last updated: Nov 08 '12
CUDA on Visual Studio 2010: To build libraries or not?
Need help on ndk-build.cmd in Android-ndk-r4-crystax
OpenCV 2.4.3 VideoCapture not working on *.avi file input
What's exactly the OpenCV IPP integration?
FaceRecognizer LBPH update function can't be called
Image Data Conversion between Intel IPP and OpenCV
Missing tbb lib for armeabi in 2.4.3 for Android?
Errors in DisplayImage.cpp Tutorial in Eclipse-OpenCV [closed]