矢口木子

Results 2 issues of 矢口木子

when i use cmake -B build -DBOARD_CONFIG=sim:libcxxtest it can not compile ![image](https://github.com/apache/nuttx/assets/98224466/88565164-17aa-45ef-af28-9a1c96895559) but when i use make to build sim libcxxtest, it is running properly what can i do to...

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...