OpenCV 3.3 build failed
I am building OpenCV 3.3 for windows 10 platform with MinGW and CodeBlocks. After 32% the build fails. It throws the following error message. Request for help. Thanks in advance
C:/TDM-GCC-64/bin/../lib/gcc/x86_64-w64-mingw32/5.1.0/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lRunTmChk collect2.exe: error: ld returned 1 exit status mingw32-make.exe[2]: * [bin/libopencv_core330.dll] Error 1 mingw32-make.exe[1]: [modules/core/CMakeFiles/opencv_core.dir/all] Error 2 mingw32-make.exe: ** [all] Error 2 modules\core\CMakeFiles\opencv_core.dir\build.make:1722: recipe for target 'bin/libopencv_core330.dll' failed mingw32-make.exe[2]: Leaving directory 'C:/opencv33/build' CMakeFiles\Makefile2:2093: recipe for target 'modules/core/CMakeFiles/opencv_core.dir/all' failed mingw32-make.exe[1]: Leaving directory 'C:/opencv33/build' C:/opencv33/build/Makefile:145: recipe for target 'all' failed
with IPP ON and with the above patches I tried now I get another error in I am copying a part of the error below (40 lines of similar error statements are there) Any directions are greatly appreciated. Thanks in advance
Configuring done CMake Error: install(EXPORT "OpenCVModules" ...) includes target "opencv_core" which requires target "RunTmChkAlt" that is not in the export set. CMake Error: install(EXPORT "OpenCVModules" ...) includes target "opencv_flann" which requires target "RunTmChkAlt" that is not in the export set. CMake Error: install(EXPORT "OpenCVModules" ...) includes target "opencv_imgproc" which requires target "RunTmChkAlt" that is not in the export set. CMake Error: install(EXPORT "OpenCVModules" ...) includes target "opencv_ml" which requires target "R