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/01/17 18:52:17 UTC

[GitHub] [incubator-nuttx] patacongo opened a new pull request #122: tools/Makefile.host: Fix several errors for native build

patacongo opened a new pull request #122: tools/Makefile.host:  Fix several errors for native build
URL: https://github.com/apache/incubator-nuttx/pull/122
 
 
   1. Can't pipe uname stderr output to /dev/null.  /dev/null does not exist in the Windows native enviornment.
   2. Don't test if CONFIG_WINDOWS_NATIVE is defined.  That leads to a "chicken'n'egg" problem:  We need to build configure.c in order to configure the system, but we can't get the CONFIG_WINDOWS_NATIVE setting until after the system is configured.  Instead, check if the output of 'uname -o' is MinGW.
   3. The default name of the MinGW GCC compiler is now mingw32-gcc.exe, not mingw-gcc.exe

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


With regards,
Apache Git Services

[GitHub] [incubator-nuttx] acassis merged pull request #122: tools/Makefile.host: Fix several errors for native build

Posted by GitBox <gi...@apache.org>.
acassis merged pull request #122: tools/Makefile.host:  Fix several errors for native build
URL: https://github.com/apache/incubator-nuttx/pull/122
 
 
   

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


With regards,
Apache Git Services