simbit18 opened a new pull request, #10910:
URL: https://github.com/apache/nuttx/pull/10910

   Summary
   Simulator build fails on non-GLIBC platform #5621 #5623.
   On platforms where the execinfo.h file is missing, the Gnulib substitute 
implementation is just a stub, and does nothing.
   https://www.gnu.org/software/gnulib/manual/html_node/execinfo_002eh.html
   Improve multiplatform code with __has_include.
   https://gcc.gnu.org/onlinedocs/cpp/_005f_005fhas_005finclude.html
   
   Impact
   On Linux with glibc: There should be no impact.
   On other platforms: Enable simulator compilation.
   
   Testing
   We tested on platform Alpine linux sim:nsh on github sim:lua
   
   


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