xiaoxiang781216 commented on PR #11269: URL: https://github.com/apache/nuttx/pull/11269#issuecomment-1827452610
> P.I. I managed to build the 17.0.5 with GCC 12.3 by enabling the PSTL serial backend: > > Add this to the __config_site file: > > ```c++ > #define _LIBCPP_PSTL_CPU_BACKEND_SERIAL > ``` > > You can also enable the hardening feature with: > > ```c++ > #define _LIBCPP_HARDENING_MODE_DEFAULT 2 > ``` > > And to enable charconv feature, it is required to add ryu subfolder (in libcxx.defs): > > ``` > CPPSRCS += $(wildcard libcxx/src/ryu/*.cpp) > ``` could you share your change? @leducp -- 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