xiaoxiang781216 commented on code in PR #9022:
URL: https://github.com/apache/nuttx/pull/9022#discussion_r1178331450


##########
arch/xtensa/Kconfig:
##########
@@ -83,6 +83,7 @@ config ARCH_CHIP_ESP32S3
        select ARCH_HAVE_RESET
        select ARCH_HAVE_TESTSET
        select ARCH_VECNOTIRQ
+       select LIBC_ARCH_FORCE_KERNEL if BUILD_PROTECTED

Review Comment:
   @tmedicci but no LIBC_ARCH_xxx is selected if BUILD_PROTECTED equals y, so 
both kernel and userspace compile and link with the C version. Why 
LIBC_ARCH_FORCE_KERNEL is needed in this case?



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