Hello, I need a little bit help if possible. I am using libcxx in my project but wil the new nuttx i start having an error during the linking
libsupc++.a(vterminate.o): In function `__gnu_cxx::__verbose_terminate_handler()': vterminate.cc:(.text._ZN9__gnu_cxx27__verbose_terminate_handlerEv+0xfc): undefined reference to `_impure_ptr' i tried the solution from here http://nuttx.org/doku.php?id=wiki:nshhowtos:build-uclibcpp but it does nto work with libcxx and now i am getting the following error libsupc++.a(eh_term_handler.o):(.data._ZN10__cxxabiv119__terminate_handlerE+0x0): undefined reference to `__gnu_cxx::__verbose_terminate_handler()' Do someone know another solution of this problem? Thank you in advance! Best regards, Ivan Ucherdzhiev