I'm attempting to create firmware using nRF Connect SDK. Thoroughly studied these guides:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/getting_started.html#
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_programming.html#gs-programming
Thoroughly studies this video series (nRF Connect for VS Code tutorials):
https://www.youtube.com/playlist?list=PLx_tBuQ_KSqEt7NK-H7Lu78lT2OijwIMl
Attempted to troubleshoot using these DevZone discussions:
https://devzone.nordicsemi.com/f/nordic-q-a/80768/sample-project-creation-issue/336517
(plus tons of other DevZone discussions..).
At this point, I don't know what's working and what isn't.
Here's a summary of how I installed nRF Connect SDK:
1 - Installed nRF Command Line Tools
2 - Installed nRF Connect for Desktop
3 - Installed "Toolchain Manager"
4 - Installed nRF Connect SDK 1.5.0 (made sure the install directory is super close to C:\) (Also made sure there's no spaces in the directory label)
5 - Installed VS Code
6 - Upon clicking "Open VS Code" allowed the Toolchain Manager to install the extensions for VS Code
7 - Quick Setup section has v1.5.0 as nRF Connect SDK and nRF Connect Toolchain paths.
8 - Copied sample "hello world" from SDK directory and pasted it somewhere safe.
9 - Selected "add an existing application to workspace". Set path to directory containing the copy of "hello world" from the SDK (from step 8)
10 - selected "add build configuration" on the application that was just created (corresponding to the "hello world" from step 8)
11 - selected board, configuration (prj.conf), build directory, enabled generating config, enabled debug options -> hit "build configuration"
No matter what I do, I can't get past this error:


If I leave "enable debug options" as FALSE then I can get past this point...
Here's my support info...