nRF Studio (VC Code) don´t work with Matter Examples

I'm using nRF Studio Visual Studio Code. (SDK and Toolchain v.2.7.0) with the nRF7002 Development Kit.
The Blinky example have worked fine and also the other things as shown in the Video tutorials.

However, I am unable to generate a Matter example (LightBulb) on this basis, both under Windows and MacOS.
The same errors always occur: Kconfig warnings and Cmake errors. What's going wrong here? I ask for help.

Parents Reply Children
  • Hi Simon,

    the `no sysbuild` option does not change the fact that the process ends again with
    the following messages:

    ninja: build stopped: subcommand failed.
    FATAL ERROR: command exited with status 1: 'C:\ncs\toolchains\ce3b5ff664\opt\bin\cmake.EXE' --build 'c:\nordicprogs\light_bulb_1\build'

    * The terminal process terminated with exit code: 1.
    * Terminal will be reused by tasks, press any key to close it.


    In the build process, which I have submitted in detail in the last post, a total of 6 error and failed messages
    appear, which I see as a starting point for troubleshooting or am I seeing this wrong?

    Also, I don't understand what this has to do with FOTA over BLE, which I don't even want to use.

    Best regards,

    Klaus

Related