espressif / esp-rainmaker

ESP RainMaker Agent for firmware development
Apache License 2.0
455 stars 152 forks source link

Header file missing esp_matter_thread_br_cluster.h (MEGH-6030) #336

Open aadhimellow opened 1 week ago

aadhimellow commented 1 week ago

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 | ^~~~~~~~ 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.

Screenshot 2024-10-07 at 6 23 00 PM

Steps to reproduce.

  1. Followed the steps mentioned in https://github.com/espressif/esp-rainmaker/tree/master/examples/matter for open thread border router
  2. Executed idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.defaults;sdkconfig.defaults.otbr" set-target esp32s3
  3. Executed idf.py build and encountered with error at 2131/2167 of the build ...

Build Logs.

/Users/a1248986/matterProject/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 
/Users/a1248986/.espressif/tools/xtensa-esp-elf/esp-13.2.0_20230928/xtensa-esp-elf/bin/xtensa-esp32s3-elf-g++ -DESP_PLATFORM -DIDF_VER=\"v5.2.2\" -DLV_CONF_INCLUDE_SIMPLE -DMBEDTLS_CONFIG_FILE=\"mbedtls/esp_config.h\" -DMD5_ENABLED=1 -DOPENTHREAD_CONFIG_FILE=\"openthread-core-esp32x-ftd-config.h\" -DOPENTHREAD_FTD=1 -DSERIAL_FLASHER_BOOT_HOLD_TIME_MS=50 -DSERIAL_FLASHER_RESET_HOLD_TIME_MS=100 -DSOC_MMU_PAGE_SIZE=CONFIG_MMU_PAGE_SIZE -DSOC_XTAL_FREQ_MHZ=CONFIG_XTAL_FREQ -DUNITY_INCLUDE_CONFIG_H -D_GLIBCXX_HAVE_POSIX_SEMAPHORE -D_GLIBCXX_USE_POSIX_SEMAPHORE -D_GNU_SOURCE -D_POSIX_READER_WRITER_LOCKS -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/build/config -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/main -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/main/box -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/main/box/gui -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/main/dynamic_qrcode -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/newlib/platform_include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/freertos/config/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/freertos/config/include/freertos -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/freertos/config/xtensa/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/freertos/FreeRTOS-Kernel/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/freertos/FreeRTOS-Kernel/portable/xtensa/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/freertos/FreeRTOS-Kernel/portable/xtensa/include/freertos -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/freertos/esp_additions/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_hw_support/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_hw_support/include/soc -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_hw_support/include/soc/esp32s3 -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_hw_support/port/esp32s3/. -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/heap/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/log/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/soc/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/soc/esp32s3 -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/soc/esp32s3/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/hal/platform_port/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/hal/esp32s3/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/hal/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_rom/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_rom/include/esp32s3 -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_rom/esp32s3 -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_common/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_system/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_system/port/soc -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_system/port/include/private -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/xtensa/esp32s3/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/xtensa/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/xtensa/deprecated_include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_timer/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/lwip/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/lwip/include/apps -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/lwip/include/apps/sntp -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/lwip/lwip/src/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/lwip/port/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/lwip/port/freertos/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/lwip/port/esp32xx/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/lwip/port/esp32xx/include/arch -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/lwip/port/esp32xx/include/sys -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_secure_cert_mgr/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/spi_flash/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/mbedtls/port/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/mbedtls/mbedtls/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/mbedtls/mbedtls/library -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/mbedtls/esp_crt_bundle/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/mbedtls/mbedtls/3rdparty/everest/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/mbedtls/mbedtls/3rdparty/p256-m -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/mbedtls/mbedtls/3rdparty/p256-m/p256-m -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/nvs_flash/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_partition/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/efuse/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/efuse/esp32s3/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__led_strip/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__qrcode/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/lvgl__lvgl -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/lvgl__lvgl/src -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/lvgl__lvgl/examples -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/lvgl__lvgl/demos -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_ringbuf/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_mm/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/deprecated -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/analog_comparator/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/dac/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/gpio/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/gptimer/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/i2c/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/i2s/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/ledc/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/mcpwm/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/parlio/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/pcnt/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/rmt/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/sdio_slave/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/sdmmc/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/sigma_delta/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/spi/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/temperature_sensor/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/touch_sensor/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/twai/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/uart/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/usb_serial_jtag/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/driver/touch_sensor/esp32s3/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_pm/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_bootloader_format/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_app_format/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bootloader_support/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bootloader_support/bootloader_flash/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/app_update/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/pthread/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/app_trace/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_event/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_phy/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_phy/esp32s3/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/vfs/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_netif/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/wpa_supplicant/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/wpa_supplicant/port/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/wpa_supplicant/esp_supplicant/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_coex/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_wifi/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_wifi/wifi_apps/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/include/esp32c3/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/common/osi/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/common/api/include/api -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/common/btc/profile/esp/blufi/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/common/btc/profile/esp/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/common/hci_log/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/services/ans/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/services/bas/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/services/dis/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/services/gap/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/services/gatt/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/services/hr/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/services/htp/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/services/ias/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/services/ipss/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/services/lls/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/services/prox/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/services/cts/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/services/tps/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/services/hid/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/services/sps/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/util/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/store/ram/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/host/store/config/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/porting/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/porting/nimble/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/port/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/nimble/transport/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/nimble/porting/npl/freertos/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/bt/host/nimble/esp-hci/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/unity/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/unity/unity/src -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/cmock/CMock/src -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/console -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/http_parser -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp-tls -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp-tls/esp-tls-crypto -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_adc/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_adc/interface -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_adc/esp32s3/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_adc/deprecated/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_eth/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_gdbstub/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_hid/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/tcp_transport/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_http_client/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_http_server/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_https_ota/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_psram/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_lcd/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_lcd/interface -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/protobuf-c/protobuf-c -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/protocomm/include/common -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/protocomm/include/security -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/protocomm/include/transports -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/protocomm/include/crypto/srp6a -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/protocomm/proto-c -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/esp_local_ctrl/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/espcoredump/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/espcoredump/include/port/xtensa -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/wear_levelling/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/sdmmc/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/fatfs/diskio -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/fatfs/src -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/fatfs/vfs -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/idf_test/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/idf_test/include/esp32s3 -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/ieee802154/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/json/cJSON -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/mqtt/esp-mqtt/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/nvs_sec_provider/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/openthread/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/openthread/openthread/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/perfmon/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/spiffs/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/touch_element/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/usb/include -I/Users/a1248986/matterProject/esp-idf-v5.2.2/components/wifi_provisioning/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__button/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_codec_dev/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_codec_dev/interface -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_codec_dev/device/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_lvgl_port/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__icm42670/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_lcd_ili9341/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_lcd_touch/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_lcd_touch_gt911/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_lcd_touch_tt21100/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp-box-3/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/components/choose_bsp -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_delta_ota/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_encrypted_img/include -I/Users/a1248986/matterProject/esp-rainmaker/components/rmaker_common/include -I/Users/a1248986/matterProject/esp-rainmaker/components/esp-insights/components/esp_diagnostics/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__cbor/port/include -I/Users/a1248986/matterProject/esp-rainmaker/components/esp-insights/components/esp_diag_data_store/src/rtc_store -I/Users/a1248986/matterProject/esp-rainmaker/components/esp-insights/components/esp_diag_data_store/include -I/Users/a1248986/matterProject/esp-rainmaker/components/esp-insights/components/esp_insights/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__mdns/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp-serial-flasher/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp-serial-flasher/port -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_rcp_update/include -I/Users/a1248986/matterProject/esp-matter/connectedhomeip/connectedhomeip/src/platform/ESP32 -I/Users/a1248986/matterProject/esp-matter/connectedhomeip/connectedhomeip/src/platform/OpenThread -I/Users/a1248986/matterProject/esp-matter/connectedhomeip/connectedhomeip/src/include -I/Users/a1248986/matterProject/esp-matter/connectedhomeip/connectedhomeip/src/lib -I/Users/a1248986/matterProject/esp-matter/connectedhomeip/connectedhomeip/src -I/Users/a1248986/matterProject/esp-matter/connectedhomeip/connectedhomeip/zzz_generated/app-common -I/Users/a1248986/matterProject/esp-matter/connectedhomeip/connectedhomeip/examples/platform/esp32 -I/Users/a1248986/matterProject/esp-matter/connectedhomeip/connectedhomeip/third_party/nlassert/repo/include -I/Users/a1248986/matterProject/esp-matter/connectedhomeip/connectedhomeip/third_party/nlio/repo/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/build/esp-idf/chip/src/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/build/esp-idf/chip/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/build/esp-idf/chip/gen/include -I/Users/a1248986/matterProject/esp-matter/connectedhomeip/connectedhomeip/config/esp32 -I/Users/a1248986/matterProject/esp-matter/connectedhomeip/connectedhomeip/config/esp32/../.. -I/Users/a1248986/matterProject/esp-matter/components/esp_matter_console -I/Users/a1248986/matterProject/esp-matter/components/esp_matter -I/Users/a1248986/matterProject/esp-matter/components/esp_matter/utils -I/Users/a1248986/matterProject/esp-matter/connectedhomeip/connectedhomeip/third_party/nlfaultinjection/include -I/Users/a1248986/matterProject/esp-matter/components/esp_matter/zap_common -I/Users/a1248986/matterProject/esp-matter/components/esp_matter_bridge -I/Users/a1248986/matterProject/esp-rainmaker/components/json_generator/include -I/Users/a1248986/matterProject/esp-rainmaker/components/jsmn/include -I/Users/a1248986/matterProject/esp-rainmaker/components/json_parser/include -I/Users/a1248986/matterProject/esp-matter/components/esp_matter_controller/core -I/Users/a1248986/matterProject/esp-matter/components/esp_matter_controller/commands -I/Users/a1248986/matterProject/esp-matter/connectedhomeip/connectedhomeip/zzz_generated/chip-tool -I/Users/a1248986/matterProject/esp-matter/connectedhomeip/connectedhomeip/examples/chip-tool -I/Users/a1248986/matterProject/esp-rainmaker/components/esp_schedule/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__network_provisioning/include -I/Users/a1248986/matterProject/esp-rainmaker/components/esp_rainmaker/include -I/Users/a1248986/matterProject/esp-matter/components/esp_matter_rainmaker -I/Users/a1248986/matterProject/esp-matter/device_hal/led_driver/include -I/Users/a1248986/matterProject/esp-matter/device_hal/device/include -I/Users/a1248986/matterProject/esp-matter/examples/common/app_bridge -I/Users/a1248986/matterProject/esp-matter/examples/common/app_reset -I/Users/a1248986/matterProject/esp-rainmaker/examples/common/app_insights -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/common/app_matter/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/common/controller_rest_apis/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/common/controller_custom_cluster/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp-box/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp-box-lite/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_io_expander/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_io_expander_tca9554/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_lcd_gc9503/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_lcd_panel_io_additions/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_lcd_touch_ft5x06/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp_lcd_touch_gt1151/include -I/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/managed_components/espressif__esp32_s3_lcd_ev_board/include -mlongcalls  -fno-builtin-memcpy -fno-builtin-memset -fno-builtin-bzero -fno-builtin-stpcpy -fno-builtin-strncpy -std=gnu++17 -fdiagnostics-color=always -fdiagnostics-color=always -ffunction-sections -fdata-sections -Wall -Werror=all -Wno-error=unused-function -Wno-error=unused-variable -Wno-error=unused-but-set-variable -Wno-error=deprecated-declarations -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-enum-conversion -gdwarf-4 -ggdb -Og -fno-shrink-wrap -fmacro-prefix-map=/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen=. -fmacro-prefix-map=/Users/a1248986/matterProject/esp-idf-v5.2.2=/IDF -fstrict-volatile-bitfields -fno-jump-tables -fno-tree-switch-conversion -Wno-error=uninitialized -Wno-error=maybe-uninitialized -Wno-missing-field-initializers -Wno-error=array-bounds -Wno-write-strings -Wno-format-nonliteral -Wno-format-security -Wformat=0 -std=gnu++2b -fno-exceptions -fno-rtti -std=gnu++17 -Os -DCHIP_HAVE_CONFIG_H -DCHIP_CONFIG_MAX_ATTRIBUTE_STORE_ELEMENT_SIZE=2560 -Wno-format -DESP_LCD_ILI9341_VER_MAJOR=1 -DESP_LCD_ILI9341_VER_MINOR=2 -DESP_LCD_ILI9341_VER_PATCH=0 "-DCHIP_ADDRESS_RESOLVE_IMPL_INCLUDE_HEADER=<lib/address_resolve/AddressResolve_DefaultImpl.h>" -DESP_LCD_GC9503_VER_MAJOR=3 -DESP_LCD_GC9503_VER_MINOR=0 -DESP_LCD_GC9503_VER_PATCH=1 -DESP_LCD_PANEL_IO_ADDITIONS_VER_MAJOR=1 -DESP_LCD_PANEL_IO_ADDITIONS_VER_MINOR=0 -DESP_LCD_PANEL_IO_ADDITIONS_VER_PATCH=1 -MD -MT esp-idf/main/CMakeFiles/__idf_main.dir/app_matter_controller.cpp.obj -MF esp-idf/main/CMakeFiles/__idf_main.dir/app_matter_controller.cpp.obj.d -o esp-idf/main/CMakeFiles/__idf_main.dir/app_matter_controller.cpp.obj -c /Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/main/app_matter_controller.cpp
/Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/main/app_matter_controller.cpp:28:10: fatal error: esp_matter_thread_br_cluster.h: No such file or directory
   28 | #include <esp_matter_thread_br_cluster.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
[2131/2167] Building CXX object esp-idf/esp_matter_controller/CMakeFiles/__idf_esp_matter_controller.dir...ctedhomeip/connectedhomeip/zzz_generated/chip-tool/zap-generated/cluster/logging/DataModelLogger.cpp.obj
ninja: build stopped: subcommand failed.
BUG: component_requirements.py: cannot match original component filename for source component main
ninja failed with exit code 1, output of the command is in the /Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/build/log/idf_py_stderr_output_46253 and /Users/a1248986/matterProject/esp-rainmaker/examples/matter/matter_controller_with_touchscreen/build/log/idf_py_stdout_output_46253

More Information.

No response

jsheo-at-konai commented 3 days ago

same here. Where can I find those files?