Skip to content

Commit

Permalink
Update AC6.6.18.0.cmake
Browse files Browse the repository at this point in the history
Open-CMSIS-Pack/cmsis-toolbox#69
Add linker command for Arm Assembler only projects.
  • Loading branch information
jkrech authored Aug 28, 2023
1 parent 3932e32 commit 641ad5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/buildmgr/cbuildgen/config/AC6.6.18.0.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -632,3 +632,6 @@ set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/CMakeASM")
# Set CMake flags for compiler identification
set(CMAKE_C_FLAGS_INIT ${CC_CPU})
set(CMAKE_CXX_FLAGS_INIT ${CXX_CPU})

# Set Link command for Arm Assembler variant
set(CMAKE_AS_ARM_LINK_EXECUTABLE "armlink <CMAKE_AS_ARM_LINK_FLAGS> <LINK_FLAGS> <LINK_LIBRARIES> <OBJECTS> -o <TARGET>")

0 comments on commit 641ad5e

Please sign in to comment.