michallenc commented on PR #19136:
URL: https://github.com/apache/nuttx/pull/19136#issuecomment-4706542430

   @raiden00pl It looks like this broke all NuttX builds. I get the following 
output for `./tools/configure.sh teensy-4.x:nsh-4.1`
   and `./tools/configure.sh samv71-xult:nsh` commands. CI passed though, so 
maybe it's related to Kconfig tools versions?
   
   ```
   arch/arm/src/common/stm32/Kconfig.i2c:313: 'endif' in different file than 
'if'
   arch/arm/src/common/stm32/Kconfig.i2c:234: location of the 'if'
   arch/arm/src/common/stm32/Kconfig:133: 'endmenu' in different file than 
'menu'
   arch/arm/src/common/stm32/Kconfig.i2c:234: location of the 'menu'
   arch/arm/src/common/stm32/Kconfig:212: 'endmenu' in different file than 
'menu'
   arch/arm/src/common/stm32/Kconfig.i2c:234: location of the 'menu'
   arch/arm/Kconfig:1857: 'endif' in different file than 'if'
   arch/arm/src/common/stm32/Kconfig.i2c:234: location of the 'if'
   arch/arm/Kconfig:1900: 'endif' in different file than 'if'
   arch/arm/src/common/stm32/Kconfig.i2c:234: location of the 'if'
   arch/Kconfig:234: 'endif' in different file than 'if'
   arch/arm/src/common/stm32/Kconfig.i2c:234: location of the 'if'
   Kconfig:2908: 'endmenu' in different file than 'menu'
   arch/arm/src/common/stm32/Kconfig.i2c:234: location of the 'menu'
   make: *** [tools/Unix.mk:745: 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