Search found 4 matches
- Mon Nov 18, 2024 2:02 pm
- Forum: ESP-IDF
- Topic: esp-matter integration: zap-generated not found
- Replies: 0
- Views: 394
esp-matter integration: zap-generated not found
I am trying to integrate esp-matter into my existing project. Building and flashing the example applications works well, but when integrating I have the following issue when trying to compile: SRC_DIRS entry '/zzz_generated/app-common/app-common/zap-generated/attributes' does not exist. Even though ...
- Mon Nov 18, 2024 1:30 pm
- Forum: ESP-IDF
- Topic: esp32 Matter project: Failed to resolve component 'chip'
- Replies: 7
- Views: 4639
Re: esp32 Matter project: Failed to resolve component 'chip'
I managed to solve the issue, I'll post my fix inc ase someone encounters the same problem. The root cause was that my project did not contain a folder called "main" and the executable application itself was not called "main", so the fix is to compile the ppliaction with the option -DEXECUTABLE_COMP...
- Fri Nov 08, 2024 8:16 am
- Forum: ESP-IDF
- Topic: esp32 Matter project: Failed to resolve component 'chip'
- Replies: 7
- Views: 4639
Re: esp32 Matter project: Failed to resolve component 'chip'
I am having the same issue. Trying to integrate esp-matter into my existing esp32 project using esp-idf version 5.3. I cloned the complete esp-matter repo with submodules (also connectedhomeip) and integrated int into my main CMakeLists.txt: set (EXTRA_COMPONENT_DIRS "external/esp-matter/components"...
- Fri Nov 08, 2024 7:51 am
- Forum: ESP-IDF
- Topic: esp32 Matter project: Failed to resolve component 'chip'
- Replies: 7
- Views: 4639
Re: esp32 Matter project: Failed to resolve component 'chip'
I am having the same issue, trying to integrate the esp-matter sdk into my existing esp32 project. I checked out the whole esp-matter repo, including submodules and added it to my CMakeLists.txt: set (EXTRA_COMPONENT_DIRS "external/esp-matter/components") But all I get is a "Failed to resolve compon...