acassis commented on code in PR #19818:
URL: https://github.com/apache/nuttx/pull/19818#discussion_r3769411169


##########
boards/sim/sim/sim/configs/toybox/defconfig:
##########
@@ -48,6 +48,7 @@ CONFIG_LIBC_EXECFUNCS=y
 CONFIG_LIBC_LOCALE=y
 CONFIG_LIBC_LOCALE_CATALOG=y
 CONFIG_LIBC_LOCALE_GETTEXT=y
+CONFIG_LIBC_LOCALTIME=y

Review Comment:
   @xiaoxiang781216 lib_localtime.c only compiles when CONFIG_LIBC_LOCALTIME is 
enabled. I think the only why to fix is without this symbol is creating a stub 
tzset(). But I prefer doing things 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to