FelipeMdeO commented on PR #20065:
URL: https://github.com/apache/nuttx/pull/20065#issuecomment-5586029037

   Hello @acassis  , can you revert this PR temporarily, please? 
   
   Please check file `arch/risc-v/src/eic7700x/Kconfig`, it missed endline. Now 
I am facing issue to build:
   
   ```
   $ git clone https://github.com/apache/nuttx.git
   $ git clone https://github.com/apache/nuttx-apps.git apps
   $ cd nuttx
   $ git log --oneline -1
   f17c6552 Documentation/rp2040: document fastboot_usb config for waveshare 
boards
   
   $ ./tools/configure.sh sim:nsh
   ...
   arch/risc-v/src/eic7700x/Kconfig:50: 'endif' in different file than 'if'
   arch/risc-v/src/eic7700x/Kconfig:39: location of the 'if'
   arch/risc-v/Kconfig:956: 'endif' in different file than 'if'
   arch/risc-v/src/eic7700x/Kconfig:39: location of the 'if'
   arch/risc-v/Kconfig:961: 'endif' in different file than 'if'
   arch/risc-v/src/eic7700x/Kconfig:39: location of the 'if'
   arch/Kconfig:257: 'endif' in different file than 'if'
   arch/risc-v/src/eic7700x/Kconfig:39: location of the 'if'
   Kconfig:2996: 'endmenu' in different file than 'menu'
   arch/risc-v/src/eic7700x/Kconfig:39: location of the 'menu'
   make: *** [tools/Unix.mk:756: olddefconfig] Error 1
   ERROR: failed to refresh
   ```
   
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to