Friday, October 25, 2019

[Fix CMAKE Configure Error] Detecting CXX compiler ABI info - failed

I use Cmake to generate code for OpenCV...
After finish configure..The it fail..

The direction of Cmake in E:\ Disk.

The CXX compiler identification is GNU 4.9.2
The C compiler identification is GNU 4.9.2
Check for working CXX compiler: C:/mingw64/mingw64/bin/x86_64-w64-mingw32-g++.exe
Check for working CXX compiler: C:/mingw64/mingw64/bin/x86_64-w64-mingw32-g++.exe -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - failed
Detecting CXX compile features

Detecting CXX compile features - done


Detecting CXX compiler ABI info - failed????

So I have moved Cmake Folder to C:\ Folder.. And Done.

No comments:

Post a Comment

Back to Top