<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/96562/getting-started-with-vscode-in-linux-toolchain-not-found</link><description>System details: 
 - Ubuntu Linux version 20.04.5 LTS - nRF Connect for Desktop v3.12.0 - Toolchain Manager v1.2.1 - NCS v2.2.0 - Visual Studio Code 1.74.3 
 I want to get started with Visual Studio Code and NCS 2. I found a guide on youtube that I followed</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Feb 2023 14:06:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/96562/getting-started-with-vscode-in-linux-toolchain-not-found" /><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/411136?ContentTypeID=1</link><pubDate>Tue, 21 Feb 2023 14:06:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:63404aa0-32c0-4c91-b2ea-dd8cece6faf9</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;Yea thanks that solved the problems.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/410595?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2023 10:50:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb0ec5aa-9959-4338-be49-26ae352bd501</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;It shows Zephyr_SDK 0.15 not found. Could you try following&lt;a href="https://docs.zephyrproject.org/3.2.0/develop/toolchains/zephyr_sdk.html#:~:text=a%20specific%20path.-,Install%20Zephyr%20SDK%20on%20Linux,%C2%B6,-Download%20and%20verify"&gt; this guide to install&lt;/a&gt; and then try again to build?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/410558?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2023 09:19:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e1c0509-0ae9-412f-84d8-aae38a01f809</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;Most of the time I get loading problems, I tried a few times until I no longer got loading problems.&lt;/p&gt;
&lt;p&gt;Then I created build configuration for my Nordic DK and I got the following error message:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1676624126043v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I also attach it as text so it&amp;#39;s searchable:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; *  Executing task: nRF Connect: Generate config nrf52840dk_nrf52840 for /home/ephimee/vscode/blinky 

Building blinky
west build --build-dir /home/ephimee/vscode/blinky/buildDK /home/ephimee/vscode/blinky --pristine --board nrf52840dk_nrf52840 -- -DNCS_TOOLCHAIN_VERSION:STRING=&amp;quot;NONE&amp;quot; -DCONFIG_DEBUG_OPTIMIZATIONS=y -DCONFIG_DEBUG_THREAD_INFO=y

-- west build: generating a build system
Loading Zephyr default modules (Zephyr base).
-- Application: /home/ephimee/vscode/blinky
-- Found Python3: /usr/bin/python3.8 (found suitable exact version &amp;quot;3.8.10&amp;quot;) found components: Interpreter 
-- Cache files will be written to: /home/ephimee/.cache/zephyr
-- Zephyr version: 3.2.99 (/home/ephimee/ncs2/v2.2.0/zephyr)
-- Found west (found suitable version &amp;quot;0.13.1&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: nrf52840dk_nrf52840
CMake Error at /home/ephimee/ncs2/v2.2.0/zephyr/cmake/modules/FindZephyr-sdk.cmake:63 (find_package):
  Could not find a configuration file for package &amp;quot;Zephyr-sdk&amp;quot; that is
  compatible with requested version &amp;quot;0.15&amp;quot;.

  The following configuration files were considered but not accepted:

    /home/ephimee/zephyr-sdk-0.14.2/cmake/Zephyr-sdkConfig.cmake, version: 0.14.2
    /home/ephimee/zephyr-sdk-0.12.4/cmake/Zephyr-sdkConfig.cmake, version: 0.12.4
    /home/ephimee/zephyr-sdk-0.11.4/cmake/Zephyr-sdkConfig.cmake, version: 0.11.4

Call Stack (most recent call first):
  /home/ephimee/ncs2/v2.2.0/zephyr/cmake/modules/FindHostTools.cmake:53 (find_package)
  /home/ephimee/ncs2/v2.2.0/zephyr/cmake/modules/dts.cmake:8 (find_package)
  /home/ephimee/ncs2/v2.2.0/zephyr/cmake/modules/zephyr_default.cmake:108 (include)
  /home/ephimee/ncs2/v2.2.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/ephimee/ncs2/v2.2.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:4 (find_package)


-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /home/ephimee/.local/bin/cmake -DWEST_PYTHON=/usr/bin/python3 -B/home/ephimee/vscode/blinky/buildDK -GNinja -DBOARD=nrf52840dk_nrf52840 -DNCS_TOOLCHAIN_VERSION:STRING=NONE -DCONFIG_DEBUG_OPTIMIZATIONS=y -DCONFIG_DEBUG_THREAD_INFO=y -S/home/ephimee/vscode/blinky

 *  The terminal process terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. 

&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Do I need to install the zephyr SDK manually? It&amp;#39;s not part of the installation guide.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/410508?ContentTypeID=1</link><pubDate>Fri, 17 Feb 2023 06:36:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e515ed38-6db9-4716-a4fc-98e63f7eb9de</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;And when you select the v2.2.0, do you still get the loading.... problem ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/410445?ContentTypeID=1</link><pubDate>Thu, 16 Feb 2023 16:04:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca733a43-0873-4a71-887d-ed4f4e0c1f1a</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;Ok, I got the first popup:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1676563386623v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I pressed No.&lt;/p&gt;
&lt;p&gt;Then I got the second popup with SDK version and pressed change. But I did not get welcome page, instead I get this:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1676563450914v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/410253?ContentTypeID=1</link><pubDate>Thu, 16 Feb 2023 08:48:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccac7394-bac9-441f-82e2-f83c616bac6b</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;This is getting a bit confusing to me. :) I can mention some steps:&lt;/p&gt;
&lt;p&gt;1. Open Toolchain Manager from nRF Connect for Desktop app&lt;/p&gt;
&lt;p&gt;2. Select the Open VS Code option&amp;nbsp;against the required version.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1676536767585v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;3. This opens up VSCode. Wait for some time, and then you might get the pop up that you shared regarding changing the SDK version. So then select &amp;quot;Change&amp;quot; and this takes you to the welcome page.&lt;/p&gt;
&lt;p&gt;4. There you can select your required toolchain and SDK version and by this time, hopefully, the &amp;quot;Loading&amp;quot; should have stopped. It happens until all pop ups have been answered usually.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/410231?ContentTypeID=1</link><pubDate>Thu, 16 Feb 2023 07:44:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f8edd9e-adda-4a42-992d-bf2b024f1679</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;I got this popup:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1676533331167v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;I pressed dismiss. Then I closed all tabs. Closed vscode. Started vscode from the toolchain manager.&lt;/p&gt;
&lt;p&gt;Then I got a welcome tab. I closed the welcome tab, no tabs remained.&lt;/p&gt;
&lt;p&gt;Then I selected the VS Code Extension Pack. I pressed the nRF Connect button on the left again. But got the same issue with the loading animations (see previous screenshot).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/410220?ContentTypeID=1</link><pubDate>Thu, 16 Feb 2023 06:35:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:95ed07d6-cf54-44a9-a1ae-ae20f2cd41d6</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;I as well as few customers previously did face this issue. This was resolved as follows:&lt;/p&gt;
&lt;p&gt;When we closed all tabs and then again opened VSCode via Toolchain manager, pop ups occur in the bottom right corner. Once you select the appropriate options in the pop ups, the loading.... goes away.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/410196?ContentTypeID=1</link><pubDate>Wed, 15 Feb 2023 23:07:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:25c6ea28-643a-4f91-a96a-a93e3ed33cab</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;it was not installed, I installed it.&lt;/p&gt;
&lt;p&gt;When I select it and then press the nRF Connect button on the left, it keeps on loading (the blue line animations from left to right).&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1676502400066v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/409993?ContentTypeID=1</link><pubDate>Wed, 15 Feb 2023 08:38:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44fce67e-fa0b-48dd-bca0-6d6fcc020d7f</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Could you share a screenshot o your screen after selecting the VSCode extension ?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/4762.pastedimage1676450326310v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Also, have you tried installing the nRF Connect for VSCode extension pack?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1676450408744v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/409991?ContentTypeID=1</link><pubDate>Wed, 15 Feb 2023 08:03:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f47ee31-712b-4e0b-a9a6-d015c9581120</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;That option is not available&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1676448291273v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/409979?ContentTypeID=1</link><pubDate>Wed, 15 Feb 2023 06:23:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e96bcd2-ce48-488e-a9df-d7a5add33443</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;It&amp;#39;s the blinky that&amp;#39;s shown under explorer. Could you try to right-click on it and select &amp;quot;&lt;span&gt;Remove folder from workspace&lt;/span&gt;&amp;quot;. ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/409952?ContentTypeID=1</link><pubDate>Tue, 14 Feb 2023 19:58:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8820846-1e7f-407f-89f7-40c87817d1eb</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1676404671246v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I do not see a workspace.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/409896?ContentTypeID=1</link><pubDate>Tue, 14 Feb 2023 14:39:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8248d0dd-c2c9-4644-b174-d5441564bafe</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Philip,&lt;/p&gt;
&lt;p&gt;I guess you get something like this?&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1676385451297v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Please try to go to the workspace which I have circled on top and then select&amp;nbsp; &amp;quot;Remove folder from workspace&amp;quot;. Once you remove all, you will get a message on the bottom right corner to change THE SDK.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/409744?ContentTypeID=1</link><pubDate>Tue, 14 Feb 2023 07:33:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ef7ece2-12d2-44ce-89f8-4650e64415da</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;in the right bottom corner I get suggestions about plugins like CMake Tools and C/C++ Extension Pack&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/409731?ContentTypeID=1</link><pubDate>Tue, 14 Feb 2023 06:21:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13e0e793-f85f-4dfc-98b3-22b5365b7dbd</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Philip,&lt;/p&gt;
&lt;p&gt;When you open VSCode, do you get any pop up questions?&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/409714?ContentTypeID=1</link><pubDate>Mon, 13 Feb 2023 22:52:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdefb159-84c2-4ac7-9107-ea41e0cd4c4f</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;I assume To generate it open command palette (ctrl+shift+p) in VS Code and write &lt;strong&gt;nRF Connect: generate support information&lt;/strong&gt;. ?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/20230213_5F00_generate_5F00_support_5F00_information.txt"&gt;devzone.nordicsemi.com/.../20230213_5F00_generate_5F00_support_5F00_information.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/409594?ContentTypeID=1</link><pubDate>Mon, 13 Feb 2023 13:09:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6da76e84-493a-4dad-8677-0b602c757622</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Philip,&lt;/p&gt;
&lt;p&gt;Could you attach the support Infirmation? It is available from the &amp;quot;Generate Support Information&amp;quot; option in VSCode.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/409410?ContentTypeID=1</link><pubDate>Fri, 10 Feb 2023 16:32:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41d80fd6-6e36-49ae-a872-2db393a723f3</guid><dc:creator>ephimee</dc:creator><description>&lt;p&gt;Thank you for the suggestion. I just tried but it did not solve the problem (problem remains the same).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with vscode in Linux toolchain not found</title><link>https://devzone.nordicsemi.com/thread/409409?ContentTypeID=1</link><pubDate>Fri, 10 Feb 2023 16:29:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5cde751a-4e14-4c28-ab92-33dabced2064</guid><dc:creator>Taylor</dc:creator><description>&lt;p&gt;You may trying launching Visual Studio Code directly instead of from the Toolchain Manager.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>