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

Kconfig:249: warning: the 'modules' option is not supported #8538

Closed
pkarashchenko opened this issue Feb 15, 2023 · 3 comments · Fixed by #8504
Closed

Kconfig:249: warning: the 'modules' option is not supported #8538

pkarashchenko opened this issue Feb 15, 2023 · 3 comments · Fixed by #8504
Assignees

Comments

@pkarashchenko
Copy link
Contributor

I'm using Ubuntu:focal as a host system and after recent sync with mainline I have next behavior on attempt to configure the build:

make menuconfig 
CP: arch/dummy/Kconfig to /home/pkarashchenko/eclipse-workspace/nuttx-upstream/nuttx/arch/dummy/dummy_kconfig
CP: boards/dummy/Kconfig to /home/pkarashchenko/eclipse-workspace/nuttx-upstream/nuttx/boards/dummy/dummy_kconfig
LN: platform/board to /home/pkarashchenko/eclipse-workspace/nuttx-upstream/apps/platform/dummy
LN: include/arch to arch/arm/include
LN: include/arch/board to /home/pkarashchenko/eclipse-workspace/nuttx-upstream/nuttx/boards/arm/samv7/same70-qmtech/include
LN: drivers/platform to /home/pkarashchenko/eclipse-workspace/nuttx-upstream/nuttx/drivers/dummy
LN: include/arch/chip to /home/pkarashchenko/eclipse-workspace/nuttx-upstream/nuttx/arch/arm/include/samv7
LN: arch/arm/src/chip to /home/pkarashchenko/eclipse-workspace/nuttx-upstream/nuttx/arch/arm/src/samv7
LN: arch/arm/src/board to /home/pkarashchenko/eclipse-workspace/nuttx-upstream/nuttx/boards/arm/samv7/same70-qmtech/../common
LN: arch/arm/src/board/board to /home/pkarashchenko/eclipse-workspace/nuttx-upstream/nuttx/boards/arm/samv7/same70-qmtech/src
Kconfig:249: warning: the 'modules' option is not supported. Let me know if this is a problem for you, as it wouldn't be that hard to implement. Note that modules are supported -- Kconfiglib just assumes the symbol name MODULES, like older versions of the C implementation did when 'option modules' wasn't used.
warning: ESP32C6_DEVKIT_RUN_IRAM (defined at boards/risc-v/esp32c6/esp32c6-devkit/Kconfig:8) has 'help' but empty help text
Loaded configuration '.config'
No changes to save (for '.config')
@pkarashchenko pkarashchenko changed the title Kconfig:249: warning: the 'modules' option is not supporte Kconfig:249: warning: the 'modules' option is not supported Feb 15, 2023
@xiaoxiang781216
Copy link
Contributor

it's a known kconfiglib issue: ulfalizer/Kconfiglib#119, but kconfig-frontend doesn't report this warning.

@pkarashchenko
Copy link
Contributor Author

pkarashchenko commented Feb 15, 2023

I use kconfig-frontends installed with apt and not one from tools repo.

@anchao
Copy link
Contributor

anchao commented Feb 16, 2023

Fixed by PR #8504 d9789ae

@anchao anchao pinned this issue Feb 16, 2023
@anchao anchao unpinned this issue Feb 16, 2023
@anchao anchao linked a pull request Feb 16, 2023 that will close this issue
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.

3 participants