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/07/16 10:14:24 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on issue #1407: 'configure.sh sim:nsh menuconfig' do not show menuconfig UI

xiaoxiang781216 commented on issue #1407:
URL: https://github.com/apache/incubator-nuttx/issues/1407#issuecomment-659316243


   How about we change to?
   ```
   make olddefconfig $ || { echo "ERROR: failed to refresh"; exit 1; }
   ```
   It isn't only fix the issue mentioned here, but also help people identify the problem if error happen in configuration phase. Many newbie don't know V=1 option and then can't get any cue from output.


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