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
  • dts_ord_147 here seems to point towards the QSPI peripheral, which seems strange if you haven't made any changes what so ever to this sample. 

    When does this selection for the compiler pop up on your end? It's not a step on my end at all, and it should not be necessary to choose, as the nRF Connect SDK uses west for building and flashing, not a native VS code compiler.

    Best regards,

    Simon

Reply
  • dts_ord_147 here seems to point towards the QSPI peripheral, which seems strange if you haven't made any changes what so ever to this sample. 

    When does this selection for the compiler pop up on your end? It's not a step on my end at all, and it should not be necessary to choose, as the nRF Connect SDK uses west for building and flashing, not a native VS code compiler.

    Best regards,

    Simon

Children
  • The compiler options immediately appear in the Add Build Configuration.

    I don't think we'll get anywhere like this. That's why I'm now asking the important questions,
    which you please answer so that I can draw my conclusions, because Nordic probably doesn't have any instructions for a functioning 
    Matter build.

    - Which board are you using?

    - Which version of Windows are you using?

    - Do you have the nRF Command Line Tools installed?

    - Do you have nRF Connect for Desktop installed?

    - What version number does the toolchain have?

    - What version number does the SDK have?

    - Have you installed the C/C++ Extension Pack from Microsoft?

    - Do you use the default settings in the build configuration or do you specify any config file (Kconfig, Devicetree, etc.)?

    As I said, other examples work fine with the SDK, just none with Matter!

Related