xiaoxiang781216 commented on issue #14774:
URL: https://github.com/apache/nuttx/issues/14774#issuecomment-2636203703

   > 
https://github.com/apache/nuttx/blob/3e3701b2721c216cea47b72835a13966da52b555/libs/libxx/libcxxabi/Make.defs
 libcxxabi/Make.defs has already add include search path at line 38. if enable 
CONFIG_LIBCXXABI, after build, you can look up whether cxxabi.h already in 
nuttx/include/libcxxabi. but libcxxabi/CMakeList.txt have't add search path, I 
will add it.
   > 
   > in other way, if enable CONFIG_LIBSUPCXX_TOOLCHAIN, cxxabi.h may not be 
found, but if use CONFIG_LIBSUPCXX_TOOLCHAIN, we will disable 
LIBCXX_BUILDING_LIBCXXABI, so we can't use cxxabi.h.like this:
   > 
   > #if defined(LIBCXXRT) || defined(LIBCXX_BUILDING_LIBCXXABI) #include 
<cxxabi.h> using namespace __cxxabiv1; #define HAVE_DEPENDENT_EH_ABI 1 #endif
   
   please provide the patch.


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

Reply via email to