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
  • Yes, some warnings are unfortunately normal, but we're working to improve the user experience all the time. And if you have some constructive feedback for us I'm happy to forward that to the correct people.

    As of NCS 2.7.0, sysbuild should also be the same as the "default build", but in your case something must be wrong with the default setting. The "no sysbuild" option is the option we've used in previous versions of the SDK, but are now moving to sysbuild. Sysbuild is a higher-level build system that can be used to combine multiple other build systems together. It is a higher-level layer that combines one or more Zephyr build systems and optional additional build systems into a hierarchical build system. It is mainly needed since we've launched the nRF54L15 now that has more cores and would need a more robust build system. The no sysbuild option uses west as is for building the project.

    Best regards,

    Simon

Reply
  • Yes, some warnings are unfortunately normal, but we're working to improve the user experience all the time. And if you have some constructive feedback for us I'm happy to forward that to the correct people.

    As of NCS 2.7.0, sysbuild should also be the same as the "default build", but in your case something must be wrong with the default setting. The "no sysbuild" option is the option we've used in previous versions of the SDK, but are now moving to sysbuild. Sysbuild is a higher-level build system that can be used to combine multiple other build systems together. It is a higher-level layer that combines one or more Zephyr build systems and optional additional build systems into a hierarchical build system. It is mainly needed since we've launched the nRF54L15 now that has more cores and would need a more robust build system. The no sysbuild option uses west as is for building the project.

    Best regards,

    Simon

Children
No Data
Related