Hi, I'm trying to use cmake with a bare metal coldfire project. The cross compiler (m68k-elf-gcc) running in msys (Win7x64) is working fine.
Now I want to use the CMake GUI (2.8.12) for the project. I've started with a simple CMakeLists.txt and a custom toolchain file that starts with these lines: include(CMakeForceCompiler) set(CMAKE_SYSTEM_NAME Generic) set(CMAKE_MAKE_PROGRAM c:/devel/msys-gcc-m68k-elf/bin/make) In the CMake GUI, after clicking "Configure" I chose the "MSYS Makefiles" Generator with the "Specify toolchain file for cross-compiling" option, where I point cmake to the above file. CMake then throws lots of errors, of which the first one is: CMake Error: CMake was unable to find a build program corresponding to "MSYS Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. I did set CMAKE_MAKE_PROGRAM in the toolchain file, I tried setting it in the CMakeLists.txt as well. Anyway I'm getting the error. I'm new to CMake, so I guess it's a misunderstanding on my side of how CMake works. What's going on here? Regards, Michael -- Michael Weise <michael.we...@ek-team.de> -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake