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 2deef5a commit b219302Copy full SHA for b219302
tools/cmake/mbed_set_linker_script.cmake
@@ -128,7 +128,7 @@ function(mbed_set_custom_linker_script target new_linker_script_path)
128
COMMAND
129
${CMAKE_C_COMPILER} @${linker_defs_response_file}
130
-E -x assembler-with-cpp
131
- -include ${CMAKE_BINARY_DIR}/mbed-os/mbed-target-config.h
+ -include ${CMAKE_BINARY_DIR}/mbed-os/generated-headers/mbed-target-config.h
132
-P ${RAW_LINKER_SCRIPT_PATHS}
133
-o ${CUSTOM_LINKER_SCRIPT_PATH}
134
DEPENDS
0 commit comments