Attempts to build the Matter light bulb same fail for me under these conditions:
- A new nRF Connect SDK install on Ubuntu
- Toolchain v2.7.0
- SDK v2.6.1
- VS Code
- nRF Connect Extension for VS Code
- Using the nRF Connect Extension "Create a new application" to create the Matter light bulb sample project
- Project is configured as nRF52840 DK
Building this fails with the following error:
Kconfig failed: [Errno 2] No such file or directory: '/home/chris/ncs/v2.6.1/zephyr/${ZEPHYR_CONNECTEDHOMEIP_MODULE_DIR}/config/nrfconnect/chip-module/Kconfig.mcuboot.root'
Searching the ncs directory that was created during the nRF Connect SDK install shows that the path/file combo of config/nrfconnect/chip-module/Kconfig.mcuboot.root only exists as ./ncs/v2.6.1/modules/lib/matter/config/nrfconnect/chip-module, and not under ncs/v2.6.1/zephyr/... where KConfig was looking for it.
The same error also appears when building the Matter light switch sample and the Matter thermostat sample.
However, building the Matter weather station sample (configured for the thingy53) does not fail with a CHIP-related error like this.
Is there a problem with the way I'm installing the SDK (I believe I'm following the instructions), or is this a problem with those samples?
Thanks!