-
-
Notifications
You must be signed in to change notification settings - Fork 657
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 failed with esp-matter light #936
Comments
With a quick look, i think you can not do this way. You are mixing to build environments. |
So, any suggestion to achieve building this? |
Regarding Please try adding escaping to esp_matter Btw. please let me know if you suceed with launching Matter with PIO. After the problem that you mentioned there are ton of more problems. Like for example CHIP does build some generated artifacts (AppBuildConfig.h / CHIPDeviceBuildConfig.h / SystemBuildConfig.h / ...) via |
Might be a bug, can someone prepare a minimal PlatformIO project to reproduce the issue? |
@jakubdybczak How should
But doesn't affect the result, I mean, I have same last error than before. @valeros I can prepare a PlatformIO project that contains esp-matter as git submodule, and I would create a Edit |
This issue has been automatically marked as stale because it has not had recent activity. Please provide more details or it will be closed if no further activity occurs. Thank you for your contributions. |
@valeros Did you get time to reproduce the issue? |
I am trying to build esp-matter in platformio too. My build failed because the files mensioned by @jakubdybczak are missing.
|
Did anybody figure out how to get esp-matter running in platformIO and can perhaps give a quick explanation of how? I'm stumbling from one problem to another with no solution in sight. |
I'm trying to build the light example in order to help contributing to #854 now that Matter has achieved v1.0.0 release.
To build with platformio I did the following on the esp-matter light example:
platform.ini
with the following content:But build failed and this showed at the build log:
I tried to solve it by setting build flags (and unflags) to
platformio.ini
:But then I got this:
To avoid more problems with
chip.o
, I deletedchip.c
(for example, maybechip.cpp
can be deleted instead too) and references to this file because I didn't know how to continue, but build failed again:The file refers to
/workspaces/esp-matter/connectedhomeip/connectedhomeip/src/lib/address_resolve/AddressResolve_DefaultImpl.h
which exist...I would be very grateful if anyone can help me to build the example
The text was updated successfully, but these errors were encountered: