Search found 2 matches

by kpate102
Thu Mar 06, 2025 5:22 pm
Forum: ESP IoT Solution
Topic: Matter build error 'ninja: build stopped: subcommand failed.' error
Replies: 0
Views: 8913

Matter build error 'ninja: build stopped: subcommand failed.' error

I am currently using ESP-IDF 5.2.5 and Matter
I am trying to build the lighting-app example on my esp32h2.
Currently, my app fails on the build portion of my run
here are all the commands I've been using:

[Codebox]cd /path/to/esp-idf; source ./export.sh;
cd /path/to/esp-matter; source ./export.sh ...
by kpate102
Sun Feb 16, 2025 2:01 am
Forum: ESP-IDF
Topic: [Help Needed] ESP32-H2 Toolchain Issue – Unable to Compile a Simple Program on Windows 10
Replies: 0
Views: 803

[Help Needed] ESP32-H2 Toolchain Issue – Unable to Compile a Simple Program on Windows 10

System Details
OS: Windows 10
ESP-IDF Version: v5.4
Target: ESP32-H2
Python Version: 3.11.2
CMake Version: 3.30.2
Ninja Version: 1.12.1
Toolchains Installed:
riscv32-esp-elf (esp-14.2.0_20241119)
xtensa-esp-elf (esp-14.2.0_20241119)
esp-clang (esp-18.1.2_20240912)

I'm trying to build a project for ...

Go to advanced search