CMake Error When Enabling ESP Insights in ESP-Rainmaker Matter Light Example Build

Rahul_Baraiya
Posts: 5
Joined: Sat Jun 08, 2024 7:08 am

CMake Error When Enabling ESP Insights in ESP-Rainmaker Matter Light Example Build

Postby Rahul_Baraiya » Wed Jul 24, 2024 7:30 am

I use combine esp-rainmaker and esp-matter.
When building the ESP-Rainmaker matter_light example, the project builds correctly. However, when enabling ESP Insights in menuconfig, the build fails with the following CMake error:

esp insights project commit: cfdd71e cmake error at /home/dnk067/esp/esp-idf/tools/cmake/component.cmake:381 (__component_get_property): __component_get_property function invoked with incorrect arguments for function named: __component_get_property call stack (most recent call first): /home/dnk067/esp/esp-matter/connectedhomeip/connectedhomeip/config/esp32/components/chip/cmakelists.txt:471 (idf_component_get_property)

This is my Cmake file,
set(EXTRA_COMPONENT_DIRS
"${MATTER_SDK_PATH}/config/esp32/components"
"${ESP_MATTER_PATH}/components"
"${ESP_MATTER_PATH}/device_hal/device"
"${ESP_MATTER_PATH}/examples/common"
"${RMAKER_PATH}/examples/common/app_insights"
"${RMAKER_PATH}/components"
${extra_components_dirs_append})

Any guidance on how to handle or resolve this issue would be greatly appreciated.

Thanks!

Who is online

Users browsing this forum: No registered users and 15 guests