The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=14440 ====================================================================== Reported By: mar-na Assigned To: ====================================================================== Project: CMake Issue ID: 14440 Category: CMake Reproducibility: always Severity: major Priority: normal Status: new ====================================================================== Date Submitted: 2013-09-25 07:54 EDT Last Modified: 2013-09-25 07:54 EDT ====================================================================== Summary: Could not generated VS project file for WinCE sh4 Description: I try to compile a HelloWorld console application for WinCE STANDARDSDK_500 (SH4) with VS 2008.
It breaks with: CMake Error at c:/data/cmake_wince/cmake-trunk/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:443 (execute_process): execute_process given COMMAND argument with no value. Call Stack (most recent call first): c:/data/cmake_wince/cmake-trunk/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:48 (CMAKE_DETERMINE_COMPILER_ID_VENDOR) c:/data/cmake_wince/cmake-trunk/share/cmake-2.8/Modules/CMakeDetermineCCompiler.cmake:131 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:1 (project) The C compiler identification is unknown CMake Error at c:/data/cmake_wince/cmake-trunk/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:443 (execute_process): execute_process given COMMAND argument with no value. Call Stack (most recent call first): c:/data/cmake_wince/cmake-trunk/share/cmake-2.8/Modules/CMakeDetermineCompilerId.cmake:48 (CMAKE_DETERMINE_COMPILER_ID_VENDOR) c:/data/cmake_wince/cmake-trunk/share/cmake-2.8/Modules/CMakeDetermineCXXCompiler.cmake:127 (CMAKE_DETERMINE_COMPILER_ID) CMakeLists.txt:1 (project) The CXX compiler identification is unknown Configuring incomplete, errors occurred! See also "C:/data/cmake_wince/HelloWorld/build-trunk/vs-2008-sh4/CMakeFiles/CMakeOutput.log". See also "C:/data/cmake_wince/HelloWorld/build-trunk/vs-2008-sh4/CMakeFiles/CMakeError.log". Steps to Reproduce: cmake verison: 2.8.11.20130923 Additional Information: For other platforms e.g. STANDARDSDK_500 (ARMV41) it works. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2013-09-25 07:54 mar-na New Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
