wangchdo commented on code in PR #17073: URL: https://github.com/apache/nuttx/pull/17073#discussion_r2378755427
########## 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: Yes, the original tasking build used the general tool` tricore-elf-objcopy` which is not tasking and is also free but not suitable for safety-critical applications. Tasking is a paid tool, and users who have purchased it generally prefer to use it for generating hex files. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
