Warnings: VS Code vs. SEGGER Embedded Studio

Hello­,

 

I build my project with “Visual Studio Code” and with “SEGGER Embedded Studio”. There are some warnings when I use VS Code. When I use SEGGER to build the code, there are no warnings.

When I use Visual Studio I have the following warnings:

Are those warnings in VS Code relevant or can I ignore them because they aren’t in SEGGER?

 

Thank you for your help!

  • Hi,

    The warnings related to the command-line, Kconfig and prj.conf are known issues with the kconfig extension and this will be fixed internally. And the others are also known warnings from the cmake build which will appear even if you build on command line. So, this is not to be a point of concern as long as your project builds successfully. Slight smile

    Kind Regards,

    Priyanka

Related