Many warnings when building the Matter weather station sample

When building the Matter weather station sample, without any changes, I see many warnings regarding incorrect project configuration, such as conflicting options or missing dependencies.

Is there an issue on my end?  

This sample was built as follows:

  • 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 for Thingy53

Thanks

Parents
  • Hi,

    As far as I can see the warnings are only present in the Problems tab and not present in the build log. If it is not present in the build log, then you should not have to worry about these warnings.

    Could you verify if that is the case? Does the output in the problem tab match what is generated in the generated .config file located in <prj folder>/build/zephyr/.config?

    The warnings are also fewer and different for NCS 2.7.0

    Kind regards,
    Andreas

Reply
  • Hi,

    As far as I can see the warnings are only present in the Problems tab and not present in the build log. If it is not present in the build log, then you should not have to worry about these warnings.

    Could you verify if that is the case? Does the output in the problem tab match what is generated in the generated .config file located in <prj folder>/build/zephyr/.config?

    The warnings are also fewer and different for NCS 2.7.0

    Kind regards,
    Andreas

Children
Related