mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 10:38:40 +08:00
5ffdf5b264
/home/data/vela/github/nuttx/libs/libxx/libcxxabi/libcxxabi/src/cxa_exception.h:47:10: error: 'unexpected_handler' in namespace 'std' does not name a type
47 | std::unexpected_handler unexpectedHandler;
| ^~~~~~~~~~~~~~~~~~
/home/data/vela/github/nuttx/libs/libxx/libcxxabi/libcxxabi/src/cxa_exception.h:85:10: error: 'unexpected_handler' in namespace 'std' does not name a type
85 | std::unexpected_handler unexpectedHandler;
| ^~~~~~~~~~~~~~~~~~
/home/data/vela/github/nuttx/libs/libxx/libcxxabi/libcxxabi/src/cxa_exception.h:121:65: error: static assertion failed: propagationCount has wrong negative offset
121 | sizeof(_Unwind_Exception) + sizeof(void*) ==
| ^
/home/data/vela/github/nuttx/libs/libxx/libcxxabi/libcxxabi/src/cxa_exception.h:121:65: note: the comparison reduces to '(124 == 128)'
/home/data/vela/github/nuttx/libs/libxx/libcxxabi/libcxxabi/src/cxa_exception.h:125:65: error: static assertion failed: propagationCount has wrong negative offset
125 | sizeof(_Unwind_Exception) + sizeof(void*) ==
|
/home/data/vela/github/nuttx/libs/libxx/libcxxabi/libcxxabi/src/cxa_default_handlers.cpp:20:10: fatal error: include/atomic_support.h: No such file or directory
20 | #include "include/atomic_support.h" // from libc++
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>