wangchdo commented on code in PR #17073:
URL: https://github.com/apache/nuttx/pull/17073#discussion_r2378764486


##########
arch/tricore/src/common/ToolchainTasking.defs:
##########
@@ -108,9 +108,17 @@ LDFLAGS          += --no-default-libraries
 LDFLAGS          += --fp-model=2
 LDFLAGS          += -lfp_fpu
 
-LDFLAGS          += --hex-format=s -Wl-OtxYcL -Wl-mcrfiklsmnoduq
+LDFLAGS          += -Wl-OtxYcL -Wl-mcrfiklsmnoduq

Review Comment:
   To make it more clear, Tasking does not provide a tool equivalent to gcc 
objcopy; I have verified this with the supplier. Therefore, the only way for 
tasking to gen hex is to add linker options, as this PR did.



-- 
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