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/04/27 01:02:38 UTC

[GitHub] [incubator-nuttx] patacongo edited a comment on issue #886: Cygwin sim:nsh failed on apps/builtin

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


   > `nuttx.exe` is still created and runs. I did not see this targeting Linux using WSL.
   
   BTW:  That is because the failure occurred during dependency generation.  It is not a normal compilation failure so the build continued normally, but without proper dependencies.
   
   The inclusion is for the file apps/include/builtin/builtin.h which exists.  So the problem in is the include path:  -I. -isystem /home/btashton/apache/nuttx/include -I C:\cygwin64\home\btashton\apache\apps\include
   
   Oddly, of the two abslute paths, one is a cygwin POSIX path and the other is Windows native path.
   
   I don't what toolchain you are using, but one of those is wrong.  A Cygwin tool would be happy with the first; a Windows native tool would be happy with the second.  But it is the second which is not working.
   
   This is an error in the apps/ build system.  Sadly, it is in the release/9.0


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