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 17:00:27 UTC

[GitHub] [incubator-nuttx] patacongo commented on issue #386: Windows Configure Warnings

patacongo commented on issue #386:
URL: https://github.com/apache/incubator-nuttx/issues/386#issuecomment-620110570


   Issue #386 is still a problem.  I think this occurs when you configure on a Windows Cygwin or MSYS but the defconfig is Linux.  It will try to convert the configure to Windows Cygwin or MSY but the make oldconfig then generates warnings.
   
   This was not a problem in the past because kconfig-tweak was used to modify defconfig files.  That was replaced with sed.   kconfig-tweak is safe and always generates a correct configuration.  sed is not safe and creates invalid defconfig configurations that generate errors when we try to produce the .config (via make olddefconfig)


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