anchao commented on code in PR #11282: URL: https://github.com/apache/nuttx/pull/11282#discussion_r1407989370
########## boards/arm/stm32/viewtool-stm32f107/configs/tcpblaster/defconfig: ########## @@ -24,6 +24,7 @@ CONFIG_INTELHEX_BINARY=y CONFIG_IOB_NBUFFERS=50 CONFIG_IOB_NCHAINS=12 CONFIG_LIBC_HOSTNAME="Viewtool-STM32F107" +CONFIG_LIBM=y Review Comment: Yes, This PR is to resolve the break of ci, since clang-17 does not provide the implementation of libm, so in order to completely solve similar issues, it is necessary to enable the implementation of libm in some boards. -- 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