矢口木子
Results
2
issues of
矢口木子
When i use cmake to build sim:libcxxtest, it display undefined reference to `NXpthread_setspecific'
9
when i use cmake -B build -DBOARD_CONFIG=sim:libcxxtest it can not compile  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...