Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STM32F411-MINIMUM Kconfig error #11785

Closed
JorgeGzm opened this issue Feb 26, 2024 · 1 comment · Fixed by #11784
Closed

STM32F411-MINIMUM Kconfig error #11785

JorgeGzm opened this issue Feb 26, 2024 · 1 comment · Fixed by #11784

Comments

@JorgeGzm
Copy link
Contributor

@xiaoxiang781216 The commit d904a0239227 generate a error when build other projects:

./tools/configure.sh linum-stm32h753bi:nsh
  Copy files
  Select CONFIG_HOST_LINUX=y
  Refreshing...
CP: arch/dummy/Kconfig to /home/jaga/nuttxspace/nuttx/arch/dummy/dummy_kconfig
....
mkkconfig in /home/jaga/nuttxspace/apps/wireless/bluetooth
mkkconfig in /home/jaga/nuttxspace/apps/wireless/ieee802154
mkkconfig in /home/jaga/nuttxspace/apps/wireless
mkkconfig in /home/jaga/nuttxspace/apps
boards/arm/stm32/stm32f411-minimum/Kconfig:83: can't open file "boards/arm/stm32/stm32f411-minimum/Kconfig.gpio"
make: *** [tools/Unix.mk:689: olddefconfig] Error 1
ERROR: failed to refresh

The error is the file boards/arm/stm32/stm32f411-minimum/Kconfig when add the Kconfig.gpio

menuconfig STM32F411MINIMUM_GPIO
	select DEV_GPIO
	bool "enable gpio subsystem"

if STM32F411MINIMUM_GPIO
source boards/arm/stm32/stm32f411-minimum/Kconfig.gpio
endif

endif

@anchao
Copy link
Contributor

anchao commented Feb 27, 2024

Thank you, fixed by #11784

@anchao anchao closed this as completed Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants