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 a942b2e commit 423e8b0Copy full SHA for 423e8b0
CMakeLists.txt
@@ -134,7 +134,7 @@ function(mbed_set_mbed_target_linker_script target)
134
if(MBED_TOOLCHAIN STREQUAL "GCC_ARM")
135
set(CMAKE_PRE_BUILD_COMMAND
136
COMMAND "arm-none-eabi-cpp" ${_linker_preprocess_definitions} -x assembler-with-cpp -E -Wp,-P
137
- ${mbed_target_linker_script} -o ${CMAKE_BINARY_DIR}/${target}.link_script.ld
+ ${mbed_target_linker_script} -o ${CMAKE_BINARY_DIR}/${APP_NAME}.link_script.ld
138
139
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
140
BYPRODUCTS "${CMAKE_BINARY_DIR}/${target}.link_script.ld"
0 commit comments