Skip to content
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

Build causing error issues with connectedhomeip (CON-1399) #1137

Open
farhan-syed opened this issue Oct 31, 2024 · 3 comments
Open

Build causing error issues with connectedhomeip (CON-1399) #1137

farhan-syed opened this issue Oct 31, 2024 · 3 comments

Comments

@farhan-syed
Copy link

Describe the bug

Not sure exactly what the bug is. When I add esp-matter as a component dependency. I then try to build and I get tons of errors seeming to do with connectedhomeip.

I have my project folder 'sample' inside a esp/ folder. Which also contains esp-idf along with esp-matter.

I tried to use the esp-matter that I installed through the guide but it wasn't working so I then tried to use the add-dependency way and that also didnt work.

Environment

  • ESP-Matter Commit Id: v1.3.0

  • ESP-IDF Commit Id: v5.2.1

  • SoC (eg: ESP32 or ESP32-C3): esp32c6

  • Device Logs (Please attach the log file):
    build-error.docx

  • Host Machine OS: macOS Sequoia

  • Host Machine Python version: 3.9.6

  • Commissioner app and versions if present:

  • Home hub app and versions if present:

  • Commissioner's logs if present:

Any additional details
...

@github-actions github-actions bot changed the title Build causing error issues with connectedhomeip Build causing error issues with connectedhomeip (CON-1399) Oct 31, 2024
@shripad621git
Copy link
Contributor

@farhan-syed , you can refer to the managed_components_light example CMakeLists.txt if you wish to use the esp-matter as a managed_component on release/v1.3 branch as it has the esp-matter component 1.3.0.
I got some similar errors when I commented this.
Can you please ensure that these changes in CMakeLists.txt are encorporated in your example.
In case you want to build without esp-matter as a component dependency using existing esp-matter installed , if you are building the project on top of existing esp-matter example, please build your example keeping the esp-matter example as template so that you can get the CMakeLists.txt changes already present.

@shripad621git
Copy link
Contributor

@farhan-syed , any updates on the issue.

@farhan-syed
Copy link
Author

farhan-syed commented Nov 12, 2024

Sorry! Been busy. Will take a look at the suggestions and give it a go to see if it resolves the issues. Will post back here with an update. Thanks!

edit: accidentally clicked close with comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants