-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while compiling light example with esp_matter v1.3 with esp-idf v5.1.5 tag for esp32c6 (CON-1534) #1264
Comments
@milindmovasha , we recommend using the |
@milindmovasha , is the issue resolved? |
@shripad621git With the above change I am able to compile with idf v5.1.5 successfully. |
Changed the line in the file esp-matter/connectedhomeip/connectedhomeip/config/esp32/components/chip/CMakeLists.txt. as follows:
|
Describe the bug
I am trying to compile the esp_mater light example using esp-idf from the tag https://github.com/espressif/esp-idf/releases/tag/v5.1.5 and esp_matter v1.3 for esp32c6.
I get the following error:
ninja: error: '/home/milindm/projects/jack/sdk/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/libble_app.a', needed by 'light.elf', missing and no known rule to make it
ninja failed with exit code 1,
The library exists at different path.
/home/milindm/projects/jack/sdk/esp-idf/components/bt/controller/lib_esp32c6/esp32c6-bt-lib/esp32c6/libble_app.a
Used the following steps:
Setup
esp-idf
Setup
esp-matter
Compilation
cd esp-matter/examples/light
idf.py set-target esp32c6
idf.py build
Any idea how to resolve this?
Environment
ESP-Matter Commit Id: release/v1.3 ba10f49
ESP-IDF Commit Id: v5.1.5 454782bb6b214beb8a23273312ca4d833c504810
SoC: esp32c6
Device Logs (Please attach the log file): Please refer to description
Host Machine OS: Linux
Host Machine Python version: Python 3.11.10
Commissioner app and versions if present: NA
Home hub app and versions if present: NA
Commissioner's logs if present: NA
Any additional details
None
The text was updated successfully, but these errors were encountered: