Hello, I tried your zephyr template voor VSCode but run into a build error. Some advice is welcome.
Thanks, Rob

terminam output:

  Tell CMake where to find the compiler by setting either the environment
  variable "RC" or the CMake cache entry CMAKE_RC_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.
Call Stack (most recent call first):
  C:/Users/schel/.zephyrtools/cmake/cmake-3.22.0-windows-x86_64/share/cmake-3.22/Modules/Platform/Windows-Clang.cmake:194 (__windows_compiler_clang_gnu)
  C:/Users/schel/.zephyrtools/cmake/cmake-3.22.0-windows-x86_64/share/cmake-3.22/Modules/Platform/Windows-Clang.cmake:212 (__windows_compiler_clang_base)
  C:/Users/schel/.zephyrtools/cmake/cmake-3.22.0-windows-x86_64/share/cmake-3.22/Modules/Platform/Windows-Clang-C.cmake:2 (__windows_compiler_clang)
  C:/Users/schel/.zephyrtools/cmake/cmake-3.22.0-windows-x86_64/share/cmake-3.22/Modules/CMakeCInformation.cmake:48 (include)
  CMakeLists.txt:91 (project)


-- Configuring incomplete, errors occurred!
See also "C:/study/Dojo4/app/build/CMakeFiles/CMakeOutput.log".
See also "C:/study/Dojo4/app/build/CMakeFiles/CMakeError.log".
FATAL ERROR: command exited with status 1: 'C:\Users\schel\.zephyrtools\cmake\cmake-3.22.0-windows-x86_64\bin\cmake.EXE' '-DWEST_PYTHON=C:\Users\schel\.zephyrtools\env\Scripts\python.exe' 
'-BC:\study\Dojo4\app\build' '-SC:\study\Dojo4\app' -GNinja -DBOARD=circuitdojo_feather_nrf9160

 *  The terminal process "C:\WINDOWS\System32\WindowsPowerShell\v1.0\powershell.exe -Command west build -b circuitdojo_feather_nrf9160" terminated with exit code: 1. 
    5 days later

    robvanschelven how are you invoking the compilation process? Looks like your environment isn’t set up correctly.

    Terms and Conditions | Privacy Policy