yjdwbj opened a new issue #2238: URL: https://github.com/apache/incubator-nuttx/issues/2238
Hi, guys. after run `git pull` then `make menuconfig`, got a lot of error like below: ```sh arch/arm/src/imxrt/Kconfig:1212: syntax error arch/arm/src/imxrt/Kconfig:1211: invalid option arch/arm/src/stm32l4/Kconfig:5236: syntax error arch/arm/src/stm32l4/Kconfig:5185: missing end statement for this entry arch/arm/src/stm32l4/Kconfig:5053: missing end statement for this entry arch/arm/src/stm32l4/Kconfig:8: missing end statement for this entry arch/arm/Kconfig:1017: missing end statement for this entry arch/arm/Kconfig:7: missing end statement for this entry Kconfig:1794: missing end statement for this entry arch/arm/src/stm32l4/Kconfig:5235: invalid statement arch/arm/src/stm32l4/Kconfig:5245: unexpected end statement arch/arm/src/stm32l4/Kconfig:5248: syntax error arch/arm/src/stm32l4/Kconfig:5247: invalid statement arch/arm/src/stm32l4/Kconfig:5257: unexpected end statement arch/arm/src/stm32l4/Kconfig:5260: syntax error arch/arm/src/stm32l4/Kconfig:5259: invalid statement arch/arm/src/stm32l4/Kconfig:5269: unexpected end statement arch/arm/src/stm32l4/Kconfig:5271: unexpected end statement arch/arm/src/stm32l4/Kconfig:5273: unexpected end statement arch/arm/src/stm32l4/Kconfig:6097: unexpected end statement arch/arm/Kconfig:1018: unexpected end statement arch/arm/Kconfig:1032: unexpected end statement Kconfig:1796: unexpected end statement make: *** [tools/Makefile.unix:492: olddefconfig] Error 1 ERROR: failed to refresh ``` I checked the error place, find the errors such as that ` if <param> = <num>`. how to resolve the problem, thanks. ---------------------------------------------------------------- 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