W-M-R commented on code in PR #16710:
URL: https://github.com/apache/nuttx/pull/16710#discussion_r2218102289


##########
CMakeLists.txt:
##########
@@ -659,8 +664,7 @@ if(NOT CONFIG_ARCH_SIM)
     target_link_libraries(
       nuttx
       PRIVATE ${NUTTX_EXTRA_FLAGS}
-              -T
-              ${ldscript}
+              ${LINK_SCRIPT_FLAG}${ldscript}

Review Comment:
   It cannot add spaces here because the armclang linker script option 
--scatter= cannot have spaces



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to