shikoumuzi opened a new issue, #12086: URL: https://github.com/apache/nuttx/issues/12086
i want to use cpp stl in nuttx program, so i set ``` 140 CONFIG_HAVE_CXX=y 141 CONFIG_HAVE_CXXINITIALIZE=y 142 CONFIG_UCLIBCXX=y 143 CONFIG_LIBSUPCXX=y 144 CONFIG_CXX_STANDARD="gnu++17" 145 CONFIG_CXX_EXCEPTION=y 146 CONFIG_CXX_RTTI=y ``` in meanuconfig when i start nuttx in gdb, it get me this message  how should i do to solve it, thank you. -- 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]
