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

Sample does not build #61

Closed
mfiumara opened this issue May 15, 2021 · 1 comment
Closed

Sample does not build #61

mfiumara opened this issue May 15, 2021 · 1 comment

Comments

@mfiumara
Copy link

mfiumara commented May 15, 2021

I am trying to use the docker-build in my local environment, however I get a strange message regarding a recurisve inclusion of kconfig.zephyr.

Parsing /workdir/zephyr/Kconfig
/workdir/zephyr/scripts/kconfig/kconfig.py: Kconfig:8: recursive 'source' of 'Kconfig.zephyr' detected. Check that environment variables are set correctly.   
Include path:
/workdir/zephyr/Kconfig:8
Kconfig.zephyr:23
modules/Kconfig:6
samples/hello_world/build/Kconfig/Kconfig.modules:2
Kconfig:8
CMake Error at /workdir/zephyr/cmake/kconfig.cmake:265 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  /workdir/zephyr/cmake/app/boilerplate.cmake:536 (include)
  /workdir/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
  /workdir/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)
  CMakeLists.txt:5 (find_package)


-- Configuring incomplete, errors occurred!

Any thoughts? I am running on a windows host and trying to build on zephyr v2.5.0.

@mfiumara
Copy link
Author

This is due to the fact I'm trying to import zephyr dependencies as in zephyrproject-rtos/zephyr#35075. So has nothing to do with the docker build, will close.

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

No branches or pull requests

1 participant