Skip to content

Commit eb1752d

Browse files
authored
tweak error message
1 parent 0fec26e commit eb1752d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2_common/pico_standard_link/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ if (NOT TARGET pico_standard_link)
5656
set(PICO_CRT0_ALLOCATE_SPACERS FALSE)
5757
endif()
5858
if (NOT ${PICO_CRT0_ALLOCATE_SPACERS})
59-
message(WARNING "Linker script ${LDSCRIPT} is incompatible with Pico SDK >2.1.1 - setting PICO_CRT0_ALLOCATE_SPACERS=0 to maintain compatibility")
59+
message(WARNING "Linker script ${LDSCRIPT} is incompatible with certain Pico SDK >2.1.1 features; setting PICO_CRT0_ALLOCATE_SPACERS=0 as a workaround")
6060
target_compile_definitions(${TARGET} PRIVATE PICO_CRT0_ALLOCATE_SPACERS=0)
6161
endif()
6262
endfunction()

0 commit comments

Comments
 (0)