<br>Hello friends,<br><br>When running cmake command with a toolchain file I got this error:<br><br><br>-- Detecting CXX compiler ABI info - done<br>CMake Error at 
C:/cygwin/CMake/CMake 
2.8/share/cmake-2.8/Modules/CMakeDetermineCompilerABI.cmake:48 (FILE):<br> file 
STRINGS 
file<br> &quot;C:/OMAPFlash_Latest/Cmake_OMAPFlash/omapflash/cmake_build/CMakeFiles/CMakeDetermineCompilerABI_CXX.bin&quot;<br> cannot 
be read.<br>Call Stack (most recent call first):<br> C:/cygwin/CMake/CMake 
2.8/share/cmake-2.8/Modules/CMakeTestCXXCompiler.cmake:64 
(CMAKE_DETERMINE_COMPILER_ABI)<br> CMakeLists.txt:2 (project)<br><br><br>The toolchain file has the following content:<br><br>set(CMAKE_SYSTEM_NAME Linux)<br><br>#specify the cross-compiler<br>set (CMAKE_C_COMPILER /bin/gcc-linux)<br>
#set (CMAKE_C_FLAGS -Wall -pedantic -DCOMDRIVER_EXPORTS -DBUILD_FIX_TMP -DFIX_WIN32 -DNO_ZIP -D_DEBUG -D_CONSOLE)<br>set (CMAKE_CXX_COMPILER /bin/g++-linux)<br>set (CMAKE_CXX_FLAGS -Wall -pedantic -DCOMDRIVER_EXPORTS -DBUILD_FIX_TMP -DFIX_WIN32 -D_DEBUG -D_CONSOLE)<br>
<br><br><br><br>It actually was working right in one computer, but when installed in another I got this error. I already checked that all the environment is exactly the same, but I don&#39;t know where to look now.<br>Can you help me?<br>
<br>Thanks<br><br>Enrique<br>