Replies: 1 comment 1 reply
-
An observation based on your output. AFAICS:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am new to embedded development with Zephyr. I have installed Zephyr as per their documentation and all environment are ready I suppose. I have a separate directory to work on the projects. I tried the following code to build the project:
C:\Users\<username>\zephyrproject\.venv\Scripts\activate.bat
With the project directory:
west build -b teensy41
-- Including generated dts.cmake file: D:/ZephyrLearning/blinky/build/zephyr/dts.cmake
CMake Error at C:/Users//zephyrproject/zephyr/cmake/modules/kconfig.cmake:296 (message):
File not found: D:/ZephyrLearning
Call Stack (most recent call first):
C:/Users//zephyrproject/zephyr/cmake/modules/zephyr_default.cmake:131 (include)
C:/Users//zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
C:/Users//zephyrproject/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
CMakeLists.txt:4 (find_package)
-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: 'C:\Program Files\CMake\bin\cmake.EXE' -DWEST_PYTHON=C:/Users//zephyrproject/.venv/Scripts/python.exe '-BD:\ZephyrLearning\blinky\build' -GNinja '-SD:\ZephyrLearning\blinky'
Beta Was this translation helpful? Give feedback.
All reactions