You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the supported version of west for v2.7? I get errors with latest west version.
(.venv) ..\zephyrproject\firmware.ec.zephyr.ecfw-zephyr>west build -c -p always -b mec1501_adl
-- west build: making build dir \zephyrproject\firmware.ec.zephyr.ecfw-zephyr\build pristine
-- west build: generating a build system
-- Application: /zephyrproject/firmware.ec.zephyr.ecfw-zephyr
-- Zephyr version: 2.7.5 (/zephyrproject/zephyr), build: v2.7.5-39-g0b09596384c3
-- Found Python3: /zephyrproject/.venv/Scripts/python.exe (found suitable exact version "3.11.2") found components: Interpreter
-- Found west (found suitable version "1.1.0", minimum required is "0.7.1")
CMake Error at /zephyrproject/zephyr/cmake/zephyr_module.cmake:61 (message):
validation.invalid
--- All found errors ---
["Key 'blobs' was not defined. Path: ''"]
ERROR: Malformed "build" section in file:
/zephyrproject/modules/hal/espressif/zephyr/module.yml
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What is the supported version of west for v2.7? I get errors with latest west version.
(.venv) ..\zephyrproject\firmware.ec.zephyr.ecfw-zephyr>west build -c -p always -b mec1501_adl
-- west build: making build dir \zephyrproject\firmware.ec.zephyr.ecfw-zephyr\build pristine
-- west build: generating a build system
-- Application: /zephyrproject/firmware.ec.zephyr.ecfw-zephyr
-- Zephyr version: 2.7.5 (/zephyrproject/zephyr), build: v2.7.5-39-g0b09596384c3
-- Found Python3: /zephyrproject/.venv/Scripts/python.exe (found suitable exact version "3.11.2") found components: Interpreter
-- Found west (found suitable version "1.1.0", minimum required is "0.7.1")
CMake Error at /zephyrproject/zephyr/cmake/zephyr_module.cmake:61 (message):
validation.invalid
--- All found errors ---
["Key 'blobs' was not defined. Path: ''"]
ERROR: Malformed "build" section in file:
/zephyrproject/modules/hal/espressif/zephyr/module.yml
<SchemaError: error code 2: Schema validation failed:
Call Stack (most recent call first):
/zephyrproject/zephyr/cmake/app/boilerplate.cmake:177 (include)
CMakeLists.txt:5 (include)
-- 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' '-BC:\Users<>\zephyrproject\firmware.ec.zephyr.ecfw-zephyr\build' '-SC:\Users<>\zephyrproject\firmware.ec.zephyr.ecfw-zephyr' -GNinja -DBOARD=mec1501_adl
Beta Was this translation helpful? Give feedback.
All reactions