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 2020/09/29 19:28:33 UTC

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #1918: Simulator Broken Under Cygwin?

patacongo edited a comment on issue #1918:
URL: https://github.com/apache/incubator-nuttx/issues/1918#issuecomment-700931237


   @btashton I do remember seeing that but then dismissing it because the next comment implies that you found a fix.  The README.txt does mention a situation that generates the same error.  The error itself is not informative.
   
   In the case you in the README about the problem was old vs newer Cygwin tools.  Old tools decorated symbols with a leading _, the newer tools did not.  So, that is not the issue here but the same basic problem:  The error is occuring deep inside Cygwin before main is even called due to something wrong.  Perhaps it is still symbol table related?  Perhaps a symbol is not being defined that is needed for the Cygwin dynamic link?
   
   This will probably require a 'git bisect' to find the culprit.


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

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