michallenc opened a new pull request, #20092:
URL: https://github.com/apache/nuttx/pull/20092

   ## Summary
   `kconfig-frontends` package needs newline at the end of Kconfig file, 
otherwise the parsing fails.
   
   ## Impact
   Fixes broken NuttX build for any board if `kconfig-frontends` is used
   
   ## Testing
   `./tools/configure.sh samv71-xult:nsh` results with prior to the change:
   
   ```
   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
   ```
   
   It configures and builds fine after the fix.


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