xiaoxiang781216 commented on code in PR #17006: URL: https://github.com/apache/nuttx/pull/17006#discussion_r2342733405
########## arch/tricore/src/cmake/ToolchainTasking.cmake: ########## @@ -35,16 +35,16 @@ endif() include(${ARCH_SUBDIR}) -set(CMAKE_ASM_COMPILER cctc) +set(CMAKE_ASM_COMPILER ${TOOLCHAIN_PREFIX}/cctc) Review Comment: if nobody define TOOLCHAIN_PREFIX, is the expansion(`/cctc`) right? -- 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