Hello everyone
I'm currently trying to make dynamic endpoints on my matter device. I changed the .zap file to accomodate all the possible endpoints (16) with clusters on/off, level control, energy management and diagnostics. I get this error. I looked around in the sdk, couldn't find it. Then I went to the rep on GitHub and still could't find the files. What should I do? I started from the light_bulb example and I included code for DALI, Thread and UDP.
I use the v2.8.0
-- OpenThread CMake build type: MinSizeRel
-- Package Name: OPENTHREAD
-- Setting default package version: ncs-thread-reference-20241002
-- Package Version: ncs-thread-reference-20241002
CMake Warning at C:/ncs/v2.8.0/zephyr/CMakeLists.txt:952 (message):
No SOURCES given to Zephyr library: drivers__usb__device
Excluding target from build.
CMake Deprecation Warning at C:/ncs/v2.8.0/nrf/cmake/partition_manager.cmake:32 (message):
---------------------------------------------------------------------
--- WARNING: Child and parent image functionality is deprecated ---
--- and should be replaced with sysbuild. Child and parent image ---
--- support remains only to allow existing customer applications ---
--- to build and allow porting to sysbuild, it is no longer ---
--- receiving updates or new features and it will not be possible ---
--- to build using child/parent image at all in nRF Connect SDK ---
--- version 2.9 onwards. ---
---------------------------------------------------------------------
Call Stack (most recent call first):
C:/ncs/v2.8.0/zephyr/cmake/modules/kernel.cmake:255 (include)
C:/ncs/v2.8.0/zephyr/cmake/modules/zephyr_default.cmake:142 (include)
C:/ncs/v2.8.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
C:/ncs/v2.8.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
CMakeLists.txt:10 (find_package)
-- Found partition manager static configuration: C:/ncs/light_bulb_5/pm_static_nrf52840dk_nrf52840.yml
Partition 'mcuboot' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_pad' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_primary' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_primary_app' is not included in the dynamic resolving since it is statically defined.
Partition 'settings_storage' is not included in the dynamic resolving since it is statically defined.
Partition 'mcuboot_secondary' is not included in the dynamic resolving since it is statically defined.
CMake Error at CMakeLists.txt:51 (find_package):
By not providing "FindCHIP.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "CHIP", but
CMake did not find one.
Could not find a package configuration file provided by "CHIP" with any of
the following names:
CHIPConfig.cmake
chip-config.cmake
Add the installation prefix of "CHIP" to CMAKE_PREFIX_PATH or set
"CHIP_DIR" to a directory containing one of the above files. If "CHIP"
provides a separate development package or SDK, be sure it has been
installed.
-- Configuring incomplete, errors occurred!