simbit18 opened a new pull request, #10905: URL: https://github.com/apache/nuttx/pull/10905
## 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 ## Impact On Linux with glibc: There should be no impact. On other platforms: You need to add SIM_GLIBC_PLATFORM=n to your .config file to enable simulator compilation. ## Testing We tested on platform Alpine linux sim:nsh 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