Monti Geschrieben August 31, 2013 at 15:47 Geschrieben August 31, 2013 at 15:47 Moin, ich versuche gerade die Master-Firmware zu kompilieren, scheitere aber an der generate_makefile.bat... Ich erhalte bei der Ausführung folgende Fehler: C:\Users\Monti\Programmieren\master-brick-master\master-brick-master\software>cmake -E chdir build/ cmake -G "MinGW Makefiles" -DCMAKE_TOOLCHAIN_FILE=toolchains/arm-none-eabi.cmake ../ CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: CMake was unable to find a build program corresponding to "MinGW Makefiles". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C_COMPILER_ENV_VAR CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_C_COMPILER CMake Error: Could not find cmake module file:C:/Users/Monti/Programmieren/master-brick-master/master-brick-master/software/build/CMakeFiles/2.8.11.2/CMakeCCompiler.cmake CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_CXX_COMPILER_ENV_VAR CMake Error: Error required internal CMake variable not set, cmake may be not be built correctly. Missing variable is: CMAKE_CXX_COMPILER CMake Error: Could not find cmake module file:C:/Users/Monti/Programmieren/master-brick-master/master-brick-master/software/build/CMakeFiles/2.8.11.2/CMakeCXXCompiler.cmake -- Configuring incomplete, errors occurred! CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage Eventuell wichtig: Ich benutze Windows 8 (64-Bit)... Zitieren
photron Geschrieben September 9, 2013 at 08:16 Geschrieben September 9, 2013 at 08:16 CMake kann make und GCC für ARM nicht finden, entweder weil du sie nicht installiert hast, oder weil sie nicht im PATH sind. Siehe folgende Anleitung dazu: http://www.tinkerforge.com/de/doc/Software/Firmwares_And_Plugins.html#compiler-und-tools-installieren Zitieren
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.