We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6753b commit 068358dCopy full SHA for 068358d
tools/cmake/app.cmake
@@ -19,3 +19,7 @@ endif()
19
include(${MBED_PATH}/tools/cmake/profile.cmake)
20
21
enable_language(C CXX ASM)
22
+
23
+# set executable suffix (has to be done after enabling languages)
24
+# Note: This is nice to have, but is also required because STM32Cube will only work on files with a .elf extension
25
+set(CMAKE_EXECUTABLE_SUFFIX .elf)
0 commit comments