VS Code with nRF KConfig unable to build working config for native_posix

It appears that KConfig is uable to find any compilers for native_posix with VS Code on windows 10 after installing all recommended packages and prerequisites during SDK install.

On Linux or via example docker images this is solved by supplying gcc in /usr/bin/gcc.

If one has Visual Studio community 2022 installed, this generator (running cmake-gui manually from console on windows 10) does provide a working gcc.

Related