xiaoxiang781216 commented on code in PR #17444:
URL: https://github.com/apache/nuttx/pull/17444#discussion_r2596882472
##########
libs/libc/string/lib_memset.c:
##########
@@ -53,6 +53,7 @@
#if !defined(CONFIG_LIBC_ARCH_MEMSET) && defined(LIBC_BUILD_MEMSET)
#undef memset
no_builtin("memset")
+used_code
Review Comment:
it may due to libgcc provided by toolchain doesn't provide LTO version, you
can try build the builtin library from source code by BUILTIN_COMPILER_RT:
https://github.com/apache/nuttx/blob/master/libs/libbuiltin/Kconfig#L20
but unfortunately, we doesn't support build libgcc from source yet.
--
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]