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
I am trying to simply follow the setup guide. I find that I can compile fine for an esp32c6_devkitc but not for the xiao_esp32c6. See
To Reproduce
Follow the setup guide
At the step for building blinky use the target xiao_esp32c6/esp32c6/hpcore via west build -p always -b xiao_esp32c6/esp32c6/hpcore samples/basic/blinky
Expected behavior
Successful compilation
Impact
Severe
Logs and console output
-- west build: making build dir /home/travis/zephyrproject/zephyr/build pristine
-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: /home/travis/zephyrproject/zephyr/samples/basic/blinky
-- CMake version: 3.22.1
-- Found Python3: /home/travis/zephyrproject/.venv/bin/python3 (found suitable version "3.10.12", minimum required is "3.10") found components: Interpreter
-- Cache files will be written to: /home/travis/.cache/zephyr
-- Zephyr version: 4.1.99 (/home/travis/zephyrproject/zephyr)
-- Found west (found suitable version "1.3.0", minimum required is "0.14.0")
-- Board: xiao_esp32c6, qualifiers: esp32c6/hpcore
-- ZEPHYR_TOOLCHAIN_VARIANT not set, trying to locate Zephyr SDK
-- Found host-tools: zephyr 0.17.0 (/home/travis/zephyr-sdk-0.17.0)
-- Found toolchain: zephyr 0.17.0 (/home/travis/zephyr-sdk-0.17.0)
-- Found Dtc: /home/travis/zephyr-sdk-0.17.0/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.6.0", minimum required is "1.4.6")
-- Found BOARD.dts: /home/travis/zephyrproject/zephyr/boards/common/stub.dts
-- Generated zephyr.dts: /home/travis/zephyrproject/zephyr/build/zephyr/zephyr.dts
-- Generated pickled edt: /home/travis/zephyrproject/zephyr/build/zephyr/edt.pickle
-- Generated devicetree_generated.h: /home/travis/zephyrproject/zephyr/build/zephyr/include/generated/zephyr/devicetree_generated.h
-- Including generated dts.cmake file: /home/travis/zephyrproject/zephyr/build/zephyr/dts.cmake
Parsing /home/travis/zephyrproject/zephyr/Kconfig
Loaded configuration '/home/travis/zephyrproject/zephyr/samples/basic/blinky/prj.conf'
Configuration saved to '/home/travis/zephyrproject/zephyr/build/zephyr/.config'
Kconfig header saved to '/home/travis/zephyrproject/zephyr/build/zephyr/include/generated/zephyr/autoconf.h'
-- Found GnuLd: /home/travis/zephyr-sdk-0.17.0/riscv64-zephyr-elf/riscv64-zephyr-elf/bin/ld.bfd (found version "2.38")
-- The C compiler identification is GNU 12.2.0
-- The CXX compiler identification is GNU 12.2.0
-- The ASM compiler identification is GNU
-- Found assembler: /home/travis/zephyr-sdk-0.17.0/riscv64-zephyr-elf/bin/riscv64-zephyr-elf-gcc
-- Espressif HAL path: /home/travis/zephyrproject/modules/hal/espressif
-- Use the esptool.py: /home/travis/zephyrproject/modules/hal/espressif/tools/esptool_py/esptool.py
CMake Error at /home/travis/zephyrproject/zephyr/cmake/modules/extensions.cmake:4241 (message):
dt_reg_addr(image_off ...) missing required argument: PATH
Call Stack (most recent call first):
/home/travis/zephyrproject/zephyr/soc/espressif/common/CMakeLists.txt:55 (dt_reg_addr)
-- Configuring incomplete, errors occurred!
See also "/home/travis/zephyrproject/zephyr/build/CMakeFiles/CMakeOutput.log".
FATAL ERROR: command exited with status 1: /usr/bin/cmake -DWEST_PYTHON=/home/travis/zephyrproject/.venv/bin/python3 -B/home/travis/zephyrproject/zephyr/build -GNinja -DBOARD=xiao_esp32c6/esp32c6/hpcore -S/home/travis/zephyrproject/zephyr/samples/basic/blinky
Environment (please complete the following information):
Commit SHA or Version used: West version: v1.3.0. Although this field makes me concerned that this framework is pulling directly from the development branch. Can someone clarify what this is asking for?
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
-
Describe the bug
I am trying to simply follow the setup guide. I find that I can compile fine for an esp32c6_devkitc but not for the xiao_esp32c6. See
To Reproduce
xiao_esp32c6/esp32c6/hpcore
viawest build -p always -b xiao_esp32c6/esp32c6/hpcore samples/basic/blinky
Expected behavior
Successful compilation
Impact
Severe
Logs and console output
Environment (please complete the following information):
Additional context
N/A
Beta Was this translation helpful? Give feedback.
All reactions