Search found 2 matches

by chani987
Sun Apr 16, 2023 11:34 pm
Forum: ESP-IDF
Topic: ESP-Matter example project fails to find libraries under components
Replies: 1
Views: 1084

Re: ESP-Matter example project fails to find libraries under components

Here is build output and error message. It says Arduino is added as components but still fails to find the Arduino.h.. ❯ idf.py build Executing action: all (aliases: build) Running ninja in directory /Users/workspace/embedded/esp-matter/connectedhomeip/connectedhomeip/examples/light-switch-app/esp32...
by chani987
Mon Apr 10, 2023 4:51 pm
Forum: ESP-IDF
Topic: ESP-Matter example project fails to find libraries under components
Replies: 1
Views: 1084

ESP-Matter example project fails to find libraries under components

I cloned the ESP-Matter's lighting-app example https://github.com/project-chip/connectedhomeip/tree/master/examples/lighting-app/esp32 . Then I added a few libraries under components and made sure of CMakeLists.txt, and ran the below idf.py commands idf.py create-manifest --component=<name> idf.py r...