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


   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)
   
   I just created issue #897 which should fix this problem too.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to