zhangyu-duck commented on code in PR #18391:
URL: https://github.com/apache/nuttx/pull/18391#discussion_r2872556920
##########
arch/tricore/src/tc4xx/tc4xx_libc.c:
##########
@@ -0,0 +1,86 @@
+/****************************************************************************
+ * arch/tricore/src/tc4xx/tc4xx_libc.c
Review Comment:
> how about protected mode, the code in arch can't be used by nuttx_user.bin
this file.c is for tasking, and we will updata tasking later. we can do it
through tasking's flag "library-directory" for protect mode:
target_link_options(
nuttx_user PRIVATE
--library-directory=${CMAKE_BINARY_DIR}/arch/tricore/src/exclude_chip)
--
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]