clang samd21 build but has issue as samd51
This commit is contained in:
@@ -60,7 +60,6 @@ function(add_board_target BOARD_TARGET)
|
||||
elseif (CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
target_link_options(${BOARD_TARGET} PUBLIC
|
||||
"LINKER:--script=${LD_FILE_Clang}"
|
||||
#"LINKER:-lcrt0"
|
||||
)
|
||||
elseif (CMAKE_C_COMPILER_ID STREQUAL "IAR")
|
||||
target_link_options(${BOARD_TARGET} PUBLIC
|
||||
|
||||
Reference in New Issue
Block a user