-
Notifications
You must be signed in to change notification settings - Fork 158
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
Header file missing esp_matter_thread_br_cluster.h (MEGH-6030) #336
Comments
aadhimellow
changed the title
Header file missing
Header file missing esp_matter_thread_br_cluster.h
Oct 7, 2024
github-actions
bot
changed the title
Header file missing esp_matter_thread_br_cluster.h
Header file missing esp_matter_thread_br_cluster.h (MEGH-6030)
Oct 7, 2024
same here. Where can I find those files? |
@shubhamdp could you please look into this issue ? |
@aadhimellow |
@sayondeep any update on this? |
It should be fixed by 97ee869, please pull the latest esp-rainmaker and try again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Answers checklist.
IDF / ESP32-Arduino version.
v5.2.2
Operating System used.
macOS
How did you build your project?
Command line with idf.py
Development Kit.
ESP32S3 BOX 3
What is the expected behavior?
The Matter controller with touchscreen + Rainmaker example with thread border router should build for the command
idf.py build
from repository https://github.com/espressif/esp-rainmaker/tree/master/examples/matter .What is the actual behavior?
The building gets stopped when it try to build the OTBR feature with an error
esp-rainmaker/examples/matter/matter_controller_with_touchscreen/main/app_main.cpp:30:10: fatal error: esp_matter_thread_br_cluster.h: No such file or directory
30 | #include <esp_matter_thread_br_cluster.h>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[2127/2167] Building CXX object esp-idf/main/CMakeFiles/__idf_main.dir/app_matter_controller.cpp.obj
FAILED: esp-idf/main/CMakeFiles/__idf_main.dir/app_matter_controller.cpp.obj
BUG: component_requirements.py: cannot match original component filename for source component main.
This is due to the app_matter_controller.cpp.obj is missing in the components folder.
I have searched for the file in the esp repositories but didn't find any.
Steps to reproduce.
idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.defaults.otbr" set-target esp32s3
...
Build Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: