You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/02/25 19:59:56 UTC

[GitHub] [incubator-nuttx] patacongo opened a new issue #5621: Simulator build fails on non-GLIBC platform

patacongo opened a new issue #5621:
URL: https://github.com/apache/incubator-nuttx/issues/5621


   On Cygwin, I am seeing a failure to compile due to the inclusion of execinfo.h in arch/sim/src/sim/up_hostmisc.c.  execinfo.o is NOT a standard header file but is unique to GLIBC.  I think we need a configuration option to suppose the backtrace capability on platforms that do no have execinfo.h.


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] patacongo closed issue #5621: Simulator build fails on non-GLIBC platform

Posted by GitBox <gi...@apache.org>.
patacongo closed issue #5621:
URL: https://github.com/apache/incubator-nuttx/issues/5621


   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org