System information (version)
OpenCV => 3.4.1
Operating System / Platform => Windows 10 64 Bit
Compiler => MinGW 15.4(contains GCC 7.3.0) download link
Detailed description
After using cmake to generate the build files using MinGW makefiles. when i run mingw32-make i get the following error
[ 42%] Building CXX object modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/src/loadsave.cpp.obj
mingw32-make[2]: *** [modules\imgcodecs\CMakeFiles\opencv_imgcodecs.dir\build.make:63: modules/imgcodecs/CMake
odecs.dir/src/loadsave.cpp.obj] Error 1
mingw32-make[1]: *** [CMakeFiles\Makefile2:4455: modules/imgcodecs/CMakeFiles/opencv_imgcodecs.dir/all] Error
mingw32-make: *** [Makefile:162: all] Error 2
and windows gives this error messagge cc1plus.exe has stopped working.
How to fix this error??