<?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>ABOUT VSCODE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/123837/about-vscode</link><description>Hi nordic: 
 I am using NCS 3.0.0 and VSCode. I was able to compile the sample code in the SDK some time ago, but now I am getting the following error when compiling the sample code in the SDK. How should I handle this? 
 
 
 jermi.jin</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 Aug 2025 06:34:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/123837/about-vscode" /><item><title>RE: ABOUT VSCODE</title><link>https://devzone.nordicsemi.com/thread/546697?ContentTypeID=1</link><pubDate>Tue, 26 Aug 2025 06:34:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf2bee21-39ee-41e5-b28c-2bad803faf59</guid><dc:creator>jermi</dc:creator><description>&lt;p&gt;Hi Vidar：&lt;/p&gt;
&lt;p&gt;&amp;nbsp; I&amp;#39;ve found the cause of the error, The environment variable is not set of&amp;nbsp; &amp;ldquo;&lt;span&gt;windows\system32&lt;/span&gt;&amp;rdquo;。&lt;/p&gt;
&lt;p&gt;&amp;nbsp; Thank you so much for your patient guidance!!&lt;/p&gt;
&lt;p&gt;jermi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ABOUT VSCODE</title><link>https://devzone.nordicsemi.com/thread/546689?ContentTypeID=1</link><pubDate>Tue, 26 Aug 2025 05:53:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4a076fd-34a8-4237-9856-a545ef627a2f</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Thank you. The error indicates that the cmd executable is not found in any of the directories listed in your Windows PATH environment variable. cmd should be located in &amp;lt;Windows drive&amp;gt;&lt;span&gt;\windows\system32. I don&amp;#39;t know if you have Windows installed on c:\, d:\, or another drive. But it seems like you need to update the PATH variable so cmd can be found:&amp;nbsp;&lt;a href="https://www.wikihow.com/Change-the-PATH-Environment-Variable-on-Windows"&gt;https://www.wikihow.com/Change-the-PATH-Environment-Variable-on-Windows&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ABOUT VSCODE</title><link>https://devzone.nordicsemi.com/thread/546683?ContentTypeID=1</link><pubDate>Tue, 26 Aug 2025 02:09:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c7a96c51-ca7e-4011-a3a1-e3ea7ff47631</guid><dc:creator>jermi</dc:creator><description>&lt;p&gt;Hi:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; The attached file is the compilation log&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1756174106854v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ABOUT VSCODE</title><link>https://devzone.nordicsemi.com/thread/546584?ContentTypeID=1</link><pubDate>Mon, 25 Aug 2025 09:02:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e43ef127-0e37-425d-ac4a-dc834ae89df6</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;&lt;span style="background-color:rgba(255, 255, 255, 1);color:rgba(0, 0, 0, 1);float:none;font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0;text-transform:none;white-space:normal;"&gt;Unfortunately, I was unable to find any hints or clues in your build log. Everything seems correct apart from the unreadable error message from Windows when executing &amp;quot;cmd&amp;quot; at the end of your build process. The reason for this is likely a mismatch in the locale/encoding used in the VS code terminal and the windows terminal. But not sure what could have changed on your system to suddenly cause this. To help narrow down the problem, please try to build the hello world sample from the command line following the steps below.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p style="color:rgba(0, 0, 0, 1);font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0;text-transform:none;white-space:normal;"&gt;1. Open &amp;quot;cmd&amp;quot; and run &amp;quot;nrfutil sdk-manager toolchain launch --ncs-version v3.1.0 --terminal&amp;quot; (Ref.&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation/install_ncs.html#get_the_nrf_connect_sdk_code"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation/install_ncs.html#get_the_nrf_connect_sdk_code&lt;/a&gt;). Note: this requires that you have&lt;a href="https://docs.nordicsemi.com/bundle/nrfutil/page/README.html"&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;nRF Util&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/a&gt;installed.&amp;nbsp;&lt;/p&gt;
&lt;p style="color:rgba(0, 0, 0, 1);font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0;text-transform:none;white-space:normal;"&gt;2. From the terminal opened by nrfutil, change directory to &amp;lt;sdk_folder&amp;gt;/zephyr/samples/hello_world.&lt;/p&gt;
&lt;p style="color:rgba(0, 0, 0, 1);font-family:Arial, Helvetica, sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:normal;text-indent:0;text-transform:none;white-space:normal;"&gt;3. Run &amp;quot;west build -b nrf52833dk/nrf52833&amp;quot; to build the sample.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ABOUT VSCODE</title><link>https://devzone.nordicsemi.com/thread/546555?ContentTypeID=1</link><pubDate>Mon, 25 Aug 2025 04:28:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bdfc4b02-f58f-4e4e-9f5d-8987684c9387</guid><dc:creator>jermi</dc:creator><description>&lt;p&gt;Hi：&lt;/p&gt;
&lt;p&gt;&amp;nbsp; The attached file is the compilation log. Please help analyze what caused the error。&lt;/p&gt;
&lt;p&gt;Best regard&lt;/p&gt;
&lt;p&gt;jermi&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/4834.LOG.TXT"&gt;devzone.nordicsemi.com/.../4834.LOG.TXT&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ABOUT VSCODE</title><link>https://devzone.nordicsemi.com/thread/546309?ContentTypeID=1</link><pubDate>Thu, 21 Aug 2025 08:50:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a852d517-586f-47a0-8fd2-7c60cad4b48a</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi Jermi,&lt;/p&gt;
&lt;p&gt;Could you please upload the complete debug log as a text file so I can check if it provides any additional clues? It seems that an error is being reported by Windows, but the VS Code terminal&amp;nbsp;is unable to display the actual error message.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ABOUT VSCODE</title><link>https://devzone.nordicsemi.com/thread/546272?ContentTypeID=1</link><pubDate>Thu, 21 Aug 2025 02:27:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05ddb331-05dd-4918-bac0-76089d3101df</guid><dc:creator>jermi</dc:creator><description>&lt;p&gt;Hi：&lt;/p&gt;
&lt;p&gt;&amp;nbsp; I reinstalled NCS 3.1.0 and used the standard peripheral_uart routine to compile, but I am still getting the following error.&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1755743058872v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1755743097470v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp; Both stools and the SDK have been updated without any errors.&lt;/p&gt;
&lt;p&gt;What might be the cause of this error?&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;jermi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ABOUT VSCODE</title><link>https://devzone.nordicsemi.com/thread/546181?ContentTypeID=1</link><pubDate>Wed, 20 Aug 2025 11:58:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b28fcfc0-584e-4e18-9fbc-9e1ca2dcbab1</guid><dc:creator>Rajeev K R</dc:creator><description>&lt;p&gt;here are some things you can try,&lt;br /&gt;&lt;br /&gt;1. Delete current build manually and build without Sysbuild option&lt;/p&gt;
&lt;p&gt;2. Check the toolchain and SDK version, see if it matches the example of the ncs.&lt;/p&gt;
&lt;p&gt;3. Check if you have selected the correct prj.conf&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>