Barto22 commented on issue #16775:
URL: https://github.com/apache/nuttx/issues/16775#issuecomment-3126021418

   I’ve discussed this with @snikeguo, and it seems that only uClibc++ is fully 
supported. Attempting to include LLVM or a toolchain's C++ standard library 
(STL) leads to numerous errors, such as “dangerous relocation: unsupported 
relocation”, as well as various conflicts.
   
   While NuttX’s built-in C libraries and minimal C++ implementation are great 
for keeping the footprint small, integrating it into projects that depend on 
the full C++ STL—where footprint is less of a concern—appears to be nearly 
impossible without significant effort.
   
   Has anyone successfully done this or found a simpler approach to make it 
work?


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