<?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>Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/113328/toolchain-very-slow-on-windows-machines</link><description>Dear Nordic Team, we are using the adafruit_feather_nrf52840 and nrf52840dk for our prototypes and recently the toolchain around nrf and zephyr has become a problem. Build times (especially compilation of the device tree according to logs) became very</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 31 Jan 2025 07:28:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/113328/toolchain-very-slow-on-windows-machines" /><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/520814?ContentTypeID=1</link><pubDate>Fri, 31 Jan 2025 07:28:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:186cc1db-455f-4717-8d79-92dd02bb656c</guid><dc:creator>Peter Haas</dc:creator><description>&lt;p&gt;Hi Simon,&lt;br /&gt;&lt;br /&gt;thank you for your reply.&lt;br /&gt;&lt;br /&gt;I can verify that this indeed circumvents the issue.&lt;br /&gt;My buildchain though required to also set that flag for the mcuboot subimage I also had to set:&amp;nbsp;-Dmcuboot_DTC=False&lt;br /&gt;&lt;br /&gt;We don&amp;#39;t use sysbuild atm so I cannot verify the latter.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Peter Haas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/520748?ContentTypeID=1</link><pubDate>Thu, 30 Jan 2025 14:30:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6ee76a2-34e6-4f44-a1f0-d8a8c47dbf94</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Peter&lt;/p&gt;
&lt;p&gt;So, it seems we&amp;#39;re out of ways to potentially fix this, and rather have to move towards avoiding the issue instead. Could you try skipping the dtc.exe check altogether and see if that at least unblocks you from these incredibly long build times:&lt;/p&gt;
&lt;p&gt;State that DTC is not there by doing&amp;nbsp;&lt;span&gt;&lt;code&gt;-DDTC=False&amp;nbsp;&lt;/code&gt;when invoking CMake (or west).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This will do two things:&lt;/span&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;span&gt;Tell the system that DTC isn&amp;#39;t available and just not perform the checks&lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Avoid&amp;nbsp;&lt;code&gt;FindDtc.cmake&lt;/code&gt; to lookup Dtc.&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;span&gt;Please note that this will only work for builds running without sysbuild (introduced in NCS 2.7.0) so you would need to run something like the following on newer SDK versions:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;code&gt;❯ west build --no-sysbuild ../zephyr/samples/hello_world -- -DDTC=False&lt;/code&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I hope this will get you around the issue at least.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/519028?ContentTypeID=1</link><pubDate>Mon, 20 Jan 2025 10:36:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aff6d177-0cb4-4b63-aa34-c7a7bdf6af3a</guid><dc:creator>Peter Haas</dc:creator><description>&lt;p&gt;Hi Carles,&lt;br /&gt;&lt;br /&gt;thank you for your reply.&lt;br /&gt;&lt;br /&gt;I just had the chance to try the toolchain by manually installing the version of dtc as you suggested.&lt;br /&gt;Copying all the binaries from chocolatey into their respective location in the ncs toolchain works.&lt;br /&gt;&lt;br /&gt;However it seems that doesn&amp;#39;t fix our problem.&amp;nbsp;&lt;br /&gt;The build is still taking a very long time and I have to swap networks to shorten that. It does seem to be a bit faster than our initial version (~8 minutes instead of 15m)&lt;br /&gt;&lt;br /&gt;Best&lt;br /&gt;Peter&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/517496?ContentTypeID=1</link><pubDate>Wed, 08 Jan 2025 14:05:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c13beed-f292-4d91-8a80-343a7e72d6d6</guid><dc:creator>Carles</dc:creator><description>&lt;p&gt;Hi there!&lt;/p&gt;
&lt;p&gt;Any chance you could give the latest package a try?&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://community.chocolatey.org/packages/dtc-msys2/1.6.1"&gt;https://community.chocolatey.org/packages/dtc-msys2/1.6.1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Not sure how you replace the one that is bundled with NCS, but perhaps you could try 1.6.1 separately to see if it helps?&lt;/p&gt;
&lt;p&gt;You can use `choco install dtc-msys2` to install this version.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/501078?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2024 07:21:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fbd8c2b-5cd0-4429-8203-0ac8ff56591a</guid><dc:creator>Peter Haas</dc:creator><description>&lt;p&gt;By stuck I mean just the command line program doesn&amp;#39;t return.&lt;br /&gt;No output, no return code.&amp;nbsp;&lt;br /&gt;Seemingly equivalent to just an empty infinite loop :)&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Git gc didn&amp;#39;t help here.&lt;br /&gt;To reiterate: Our temporal fix is just disconnecting the build machine from the network when building/flashing firmware.&lt;br /&gt;&lt;br /&gt;Thanks!&lt;br /&gt;Best,&lt;br /&gt;Peter&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/501067?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2024 05:49:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc01ef25-db36-4862-86ae-121eaaa7fec1</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hmm, okay. Thank you. By stuck, does the&amp;nbsp;terminal just pop up empty or does nothing happen at all when running dtc.exe?&lt;/p&gt;
&lt;p&gt;One thing to try, as a colleague had an issue with slow build times as well, although I don&amp;#39;t really think it&amp;#39;s related, since I&amp;#39;m pretty sure your issue is firewall related. On their end it helped running &lt;strong&gt;git gc&amp;nbsp;&lt;/strong&gt;in &lt;strong&gt;.../&amp;lt;NCS_VERSION&amp;gt;/zephyr&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/500880?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2024 06:53:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dfaafab6-eaa1-4862-afbd-ec7c9e020a95</guid><dc:creator>Peter Haas</dc:creator><description>&lt;p&gt;Hi Simon,&lt;br /&gt;&lt;br /&gt;i just tried running dtc.exe on various network settings (firewalled, non-firewalled, no connection) and terminals (git bash, powershell).&lt;br /&gt;I just executed dtc.exe without any arguments.&lt;br /&gt;All of them seem to be stuck. (&amp;gt;15 min).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;No return value yet and it had it running for a while now.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;I hope this helps in any way,&lt;br /&gt;Best regards,&lt;br /&gt;Peter&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/500873?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2024 06:08:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:15724b56-894e-4716-b576-c75439d981c9</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;I&amp;#39;m still waiting on a reply from the devs on the steps to change the msys version. On your end, can you confirm this is the issue by trying to execute dtc.exe and see how long it takes to load.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/499681?ContentTypeID=1</link><pubDate>Mon, 26 Aug 2024 07:52:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a6859a4-3fa3-44ef-867e-eb6dd790857e</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Alex&lt;/p&gt;
&lt;p&gt;Just wanted to let you know that I&amp;#39;m currently looking into how to do this myself, as I assumed it was more straightforward than what it seems to be. I&amp;#39;ll get back to you when I figure it out.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/499305?ContentTypeID=1</link><pubDate>Thu, 22 Aug 2024 07:16:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b730af1b-c97f-4d05-bd6a-622a938f0eef</guid><dc:creator>Alex-Sony</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;We are not exactly sure how this should be done. Could you please give a us some small instructions on how to proceed to try this?&lt;br /&gt;&lt;br /&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/499069?ContentTypeID=1</link><pubDate>Tue, 20 Aug 2024 13:12:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f935bda-0f27-489c-aa11-90f36e45d89d</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hovering his name in the bottom of the original ticket should take you to his profile.&lt;br /&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/pastedimage1724159526834v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/498915?ContentTypeID=1</link><pubDate>Mon, 19 Aug 2024 19:38:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e287ccd4-eda5-49e3-a3e4-dc039b201926</guid><dc:creator>pixbroker</dc:creator><description>&lt;p&gt;Thank you. I dont have his username.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/498889?ContentTypeID=1</link><pubDate>Mon, 19 Aug 2024 14:32:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0520a792-23fb-45a1-b13b-68d520e51429</guid><dc:creator>Alex-Sony</dc:creator><description>&lt;p&gt;He said to send him a direct message if you want to ask him anything.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/498888?ContentTypeID=1</link><pubDate>Mon, 19 Aug 2024 14:32:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66d4c585-90bc-4080-833f-512ac585df97</guid><dc:creator>Alex-Sony</dc:creator><description>&lt;p&gt;Thanks but we don&amp;#39;t use OpenVPN&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/498839?ContentTypeID=1</link><pubDate>Mon, 19 Aug 2024 12:34:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00e5a53d-3164-4edf-b4fb-a1257bb6ac31</guid><dc:creator>bicanoff</dc:creator><description>&lt;p&gt;&lt;span&gt;I encountered a similar issue. One day, building my project took approximately 30 minutes. I had to close the OpenVPN client, and now it builds as quickly as before. I hope this helps someone.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/498735?ContentTypeID=1</link><pubDate>Sun, 18 Aug 2024 19:48:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b98d75b4-fa1f-4ac8-80bd-f03727282028</guid><dc:creator>pixbroker</dc:creator><description>&lt;p&gt;Hi&lt;a href="https://devzone.nordicsemi.com/members/alex_2d00_sony"&gt;Alex-Sony&lt;/a&gt;&amp;nbsp;, im also trying to use CLion with the nrf-sdk and I would love to connect with your colleague Peter.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/498454?ContentTypeID=1</link><pubDate>Thu, 15 Aug 2024 11:58:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6c3dea9-a765-4f5c-83f5-08e2fbce44a6</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Alex&lt;/p&gt;
&lt;p&gt;So, after some digging, it seems like this might be caused by msys-2.0.dll used by the dtc.exe (devicetree compiler) making lots of network requests and attempting to acess LDAP. Changing the version to msys1 might solve the build time issue entirely. Can you give that a try first?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/498176?ContentTypeID=1</link><pubDate>Wed, 14 Aug 2024 07:02:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49417d0b-5b32-4bc4-b6b0-6e758e3cef32</guid><dc:creator>Alex-Sony</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;We have tried temporally fully disabling our antivirus with no success. So we will need the hostnames/IPs/ports that we need to whitelist in the firewall to be able to build as fast as outside of our network.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Alex&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/497848?ContentTypeID=1</link><pubDate>Mon, 12 Aug 2024 13:50:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4a10b8a-40f6-4470-881b-e908935def71</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Alex&lt;/p&gt;
&lt;p&gt;You can begin by whitelisting the source folders and SDK toolchain install locations in your antivirus software, and whitelist the ones I mentioned already, as well as west.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/497558?ContentTypeID=1</link><pubDate>Fri, 09 Aug 2024 07:08:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0eefed5-ab70-4205-ab0f-0d18c058825f</guid><dc:creator>Alex-Sony</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;I will update the nRF VS Code extension to the pre-release version.&lt;/p&gt;
&lt;p&gt;Still, we don&amp;#39;t think this problem comes from VS Code. My colleague Peter who started this thread, uses CLion with CMake to build the project (Always worked fast before like my setup with VS Code) and we started to get the slow down builds at the same time so we both faced the same issue with and without VS Code so we are pretty sure the build issue doesn&amp;#39;t come from VS Code or the extension.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you can tell us what would need to be whitelisted would be great but still we think that this is probably a timeout that should be updated or an option to disable the wait since we are not sure if IT team here at Sony and probably in other companies would allow to&amp;nbsp;change the firewall configuration.&lt;/p&gt;
&lt;p&gt;In any case, we are grateful for your help.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Alex&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/497432?ContentTypeID=1</link><pubDate>Thu, 08 Aug 2024 07:33:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36d51faf-7c78-49df-8802-eef891e52e66</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Alex&lt;/p&gt;
&lt;p&gt;Okay, glad to hear we found the root of the issue at least. I think in order to better the performance on the internal network the firewall will need to whitelist some of the resources VS Code is pulling from. I&amp;#39;ll get back to you on what exactly these are. I believe you can check the Online Services in VS code to see what is enabled to fetch straight from URLs. I think JSON, Git and CMake at least are some of these.&lt;/p&gt;
&lt;p&gt;Also, we see that you&amp;#39;re using the stable version of the VS code extension. In NCS v2.7.0 you need to use the pre-release version of the nRF Connect VS Code extension.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/497405?ContentTypeID=1</link><pubDate>Thu, 08 Aug 2024 05:33:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b63a62d-9758-4d74-880a-1912b84ebf5a</guid><dc:creator>Alex-Sony</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Good news, your shot in the dark hit the bullseye. It seems to be a firewall issue, when I remove the connection to our local network or connect through my phone&amp;#39;s hotspot it builds as fast as it is supposed to.&lt;br /&gt;&lt;br /&gt;We assume that since we can build without being connected, the firewall shouldn&amp;#39;t be a problem.&lt;br /&gt;&lt;br /&gt;Can you explain to us why is this a problem? Is there something we can do to avoid having to disconnect from our local network to build as fast as possible?&lt;br /&gt;&lt;br /&gt;Here you have the log you requested&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;{

  &amp;quot;platform&amp;quot;: {

    &amp;quot;os&amp;quot;: &amp;quot;win32&amp;quot;,

    &amp;quot;osVersion&amp;quot;: &amp;quot;Windows 10 Enterprise&amp;quot;,

    &amp;quot;osKernel&amp;quot;: &amp;quot;10.0.19045&amp;quot;,

    &amp;quot;vscode&amp;quot;: &amp;quot;1.92.0&amp;quot;,

    &amp;quot;electron&amp;quot;: &amp;quot;30.1.2&amp;quot;,

    &amp;quot;node&amp;quot;: &amp;quot;v20.14.0&amp;quot;

  },

  &amp;quot;system&amp;quot;: {

    &amp;quot;date&amp;quot;: &amp;quot;2024-08-08T05:23:14.842Z&amp;quot;,

    &amp;quot;vscodeRoot&amp;quot;: &amp;quot;c:\\Users\\CHMendeA\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app&amp;quot;,

    &amp;quot;nrfConnectForDesktopInstalled&amp;quot;: true,

    &amp;quot;vscodeUptime&amp;quot;: &amp;quot;00:13:21&amp;quot;,

    &amp;quot;osUptime&amp;quot;: &amp;quot;00:22:21&amp;quot;,

    &amp;quot;cpu&amp;quot;: &amp;quot;13th Gen Intel(R) Core(TM) i7-1370P&amp;quot;

  },

  &amp;quot;workspace&amp;quot;: {

    &amp;quot;name&amp;quot;: &amp;quot;blinky_3&amp;quot;,

    &amp;quot;workspaceFile&amp;quot;: null,

    &amp;quot;folders&amp;quot;: [

      &amp;quot;c:\\temp\\blinky_3&amp;quot;

    ]

  },

  &amp;quot;sdks&amp;quot;: [

    {

      &amp;quot;version&amp;quot;: &amp;quot;v2.7.0&amp;quot;,

      &amp;quot;path&amp;quot;: &amp;quot;c:\\ncs\\v2.7.0&amp;quot;

    }

  ],

  &amp;quot;activeBuild&amp;quot;: &amp;quot;c:\\temp\\blinky_3\\build&amp;quot;,

  &amp;quot;apps&amp;quot;: [

    {

      &amp;quot;workspace&amp;quot;: &amp;quot;c:\\temp\\blinky_3&amp;quot;,

      &amp;quot;uri&amp;quot;: &amp;quot;c:\\temp\\blinky_3&amp;quot;,

      &amp;quot;buildConfigurations&amp;quot;: [

        {

          &amp;quot;id&amp;quot;: &amp;quot;c:\\temp\\blinky_3\\build&amp;quot;,

          &amp;quot;name&amp;quot;: &amp;quot;build&amp;quot;,

          &amp;quot;boardId&amp;quot;: &amp;quot;nrf5340dk_nrf5340_cpuapp&amp;quot;,

          &amp;quot;type&amp;quot;: &amp;quot;Zephyr&amp;quot;,

          &amp;quot;isChild&amp;quot;: false,

          &amp;quot;isStale&amp;quot;: false,

          &amp;quot;taskBindings&amp;quot;: {

            &amp;quot;build&amp;quot;: [],

            &amp;quot;pristineBuild&amp;quot;: [],

            &amp;quot;flash&amp;quot;: [],

            &amp;quot;eraseAndFlash&amp;quot;: []

          }

        }

      ]

    }

  ],

  &amp;quot;topdir&amp;quot;: &amp;quot;c:\\ncs\\v2.7.0&amp;quot;,

  &amp;quot;workspaceState&amp;quot;: &amp;quot;freestanding-ready&amp;quot;,

  &amp;quot;toolchains&amp;quot;: [

    {

      &amp;quot;version&amp;quot;: &amp;quot;2.7.0&amp;quot;,

      &amp;quot;path&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\ce3b5ff664&amp;quot;

    }

  ],

  &amp;quot;connectedDevices&amp;quot;: [],

  &amp;quot;deviceProvider&amp;quot;: &amp;quot;nrfutil&amp;quot;,

  &amp;quot;tools&amp;quot;: {

    &amp;quot;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gcc.exe&amp;quot;: &amp;quot;0.16.5-1&amp;quot;,

    &amp;quot;C:\\Program Files\\SEGGER\\JLink_V794e\\JLink.exe&amp;quot;: &amp;quot;7.94e&amp;quot;,

    &amp;quot;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe&amp;quot;: null,

    &amp;quot;nrfutil&amp;quot;: &amp;quot;Not found&amp;quot;,

    &amp;quot;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\bin\\cmake.exe&amp;quot;: &amp;quot;3.21.0&amp;quot;,

    &amp;quot;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\bin\\Scripts\\west.exe&amp;quot;: &amp;quot;1.2.0&amp;quot;,

    &amp;quot;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\bin\\python.exe&amp;quot;: &amp;quot;3.9.13&amp;quot;,

    &amp;quot;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\bin\\ninja.exe&amp;quot;: &amp;quot;1.10.2&amp;quot;,

    &amp;quot;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\bin\\gperf.exe&amp;quot;: &amp;quot;3.1&amp;quot;,

    &amp;quot;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\bin\\dtc.exe&amp;quot;: &amp;quot;1.4.7&amp;quot;,

    &amp;quot;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\bin\\gn.exe&amp;quot;: &amp;quot;2172&amp;quot;,

    &amp;quot;C:\\ncs\\toolchains\\ce3b5ff664\\mingw64\\bin\\git.exe&amp;quot;: &amp;quot;2.37.3.windows.1&amp;quot;,

    &amp;quot;gdbPath&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\ce3b5ff664\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin\\arm-zephyr-eabi-gdb.exe&amp;quot;

  },

  &amp;quot;nrfutil&amp;quot;: {

    &amp;quot;nrfutil-device&amp;quot;: {

      &amp;quot;version&amp;quot;: &amp;quot;2.0.0&amp;quot;,

      &amp;quot;binPath&amp;quot;: &amp;quot;c:\\Users\\CHMendeA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2024.7.13-win32-x64\\platform\\nrfutil\\bin\\nrfutil-device&amp;quot;

    },

    &amp;quot;nrfutil-toolchain-manager&amp;quot;: {

      &amp;quot;version&amp;quot;: &amp;quot;0.14.4&amp;quot;,

      &amp;quot;binPath&amp;quot;: &amp;quot;c:\\Users\\CHMendeA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2024.7.13-win32-x64\\platform\\nrfutil\\bin\\nrfutil-toolchain-manager&amp;quot;

    }

  },

  &amp;quot;environment&amp;quot;: {

    &amp;quot;westEnv&amp;quot;: {

      &amp;quot;ELECTRON_RUN_AS_NODE&amp;quot;: &amp;quot;1&amp;quot;,

      &amp;quot;HOME&amp;quot;: &amp;quot;C:\\Users\\CHMendeA&amp;quot;,

      &amp;quot;HOMEDRIVE&amp;quot;: &amp;quot;C:&amp;quot;,

      &amp;quot;HOMEPATH&amp;quot;: &amp;quot;\\Users\\CHMendeA&amp;quot;,

      &amp;quot;PATH&amp;quot;: &amp;quot;C:\\ncs\\toolchains\\ce3b5ff664;C:\\ncs\\toolchains\\ce3b5ff664\\mingw64\\bin;C:\\ncs\\toolchains\\ce3b5ff664\\bin;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\bin;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\bin\\Scripts;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\nanopb\\generator-bin;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\zephyr-sdk\\aarch64-zephyr-elf\\bin;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\zephyr-sdk\\x86_64-zephyr-elf\\bin;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\zephyr-sdk\\riscv64-zephyr-elf\\bin;c:\\Users\\CHMendeA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2024.7.13-win32-x64\\platform\\nrfutil\\lib\\nrfutil-toolchain-manager;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program
 Files\\WindowsApps\\Microsoft.DesktopAppInstaller_1.22.10661.0_x64__8wekyb3d8bbwe\&amp;quot;;C:\\Program Files\\dotnet\\;C:\\Program Files\\Git\\cmd;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit\\;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\CHMendeA\\AppData\\Local\\Programs\\Python\\Launcher\\;C:\\Users\\CHMendeA\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\CHMendeA\\AppData\\Local\\Programs\\Microsoft
 VS Code\\bin;C:\\Program Files\\SEGGER\\JLink;;C:\\Users\\CHMendeA\\AppData\\Roaming\\Programs\\Zero Install&amp;quot;,

      &amp;quot;ZEPHYR_BASE&amp;quot;: &amp;quot;c:\\ncs\\v2.7.0\\zephyr&amp;quot;,

      &amp;quot;ZEPHYR_TOOLCHAIN_VARIANT&amp;quot;: &amp;quot;zephyr&amp;quot;,

      &amp;quot;ZEPHYR_SDK_INSTALL_DIR&amp;quot;: &amp;quot;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\zephyr-sdk&amp;quot;,

      &amp;quot;PYTHONPATH&amp;quot;: &amp;quot;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\bin;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\bin\\Lib;C:\\ncs\\toolchains\\ce3b5ff664\\opt\\bin\\Lib\\site-packages&amp;quot;

    },

    &amp;quot;inherited&amp;quot;: {

      &amp;quot;ELECTRON_RUN_AS_NODE&amp;quot;: &amp;quot;1&amp;quot;,

      &amp;quot;HOME&amp;quot;: &amp;quot;C:\\Users\\CHMendeA&amp;quot;,

      &amp;quot;HOMEDRIVE&amp;quot;: &amp;quot;C:&amp;quot;,

      &amp;quot;HOMEPATH&amp;quot;: &amp;quot;\\Users\\CHMendeA&amp;quot;,

      &amp;quot;Path&amp;quot;: &amp;quot;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\WindowsApps\\Microsoft.DesktopAppInstaller_1.22.10661.0_x64__8wekyb3d8bbwe\&amp;quot;;C:\\Program
 Files\\dotnet\\;C:\\Program Files\\Git\\cmd;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit\\;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\CHMendeA\\AppData\\Local\\Programs\\Python\\Launcher\\;C:\\Users\\CHMendeA\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\CHMendeA\\AppData\\Local\\Programs\\Microsoft
 VS Code\\bin;C:\\Program Files\\SEGGER\\JLink;;C:\\Users\\CHMendeA\\AppData\\Roaming\\Programs\\Zero Install&amp;quot;,

      &amp;quot;PATH&amp;quot;: &amp;quot;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\WindowsApps\\Microsoft.DesktopAppInstaller_1.22.10661.0_x64__8wekyb3d8bbwe\&amp;quot;;C:\\Program
 Files\\dotnet\\;C:\\Program Files\\Git\\cmd;C:\\Program Files (x86)\\Windows Kits\\10\\Windows Performance Toolkit\\;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\CHMendeA\\AppData\\Local\\Programs\\Python\\Launcher\\;C:\\Users\\CHMendeA\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\CHMendeA\\AppData\\Local\\Programs\\Microsoft
 VS Code\\bin;C:\\Program Files\\SEGGER\\JLink;;C:\\Users\\CHMendeA\\AppData\\Roaming\\Programs\\Zero Install&amp;quot;

    },

    &amp;quot;toolchainPath&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\ce3b5ff664&amp;quot;,

    &amp;quot;toolchainBinPath&amp;quot;: &amp;quot;c:\\ncs\\toolchains\\ce3b5ff664\\opt\\zephyr-sdk\\arm-zephyr-eabi\\bin&amp;quot;,

    &amp;quot;toolchainVersion&amp;quot;: &amp;quot;2.7.0&amp;quot;

  },

  &amp;quot;terminal&amp;quot;: {

    &amp;quot;defaultProfile&amp;quot;: null

  },

  &amp;quot;config&amp;quot;: {

    &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {

      &amp;quot;topdir&amp;quot;: &amp;quot;C:\\ncs\\v2.6.1&amp;quot;,

      &amp;quot;toolchain&amp;quot;: {

        &amp;quot;path&amp;quot;: &amp;quot;C:\\ncs\\toolchains&amp;quot;

      },

      &amp;quot;ozonePath&amp;quot;: &amp;quot;&amp;quot;,

      &amp;quot;applications&amp;quot;: [],

      &amp;quot;applicationOptions&amp;quot;: {},

      &amp;quot;kconfig&amp;quot;: {

        &amp;quot;interface&amp;quot;: &amp;quot;kconfig&amp;quot;

      },

      &amp;quot;west&amp;quot;: {

        &amp;quot;env&amp;quot;: {

          &amp;quot;$base&amp;quot;: &amp;quot;terminal&amp;quot;

        }

      },

      &amp;quot;boardRoots&amp;quot;: [],

      &amp;quot;taskBindings&amp;quot;: {},

      &amp;quot;buildTerminal&amp;quot;: {

        &amp;quot;condensedProgress&amp;quot;: true

      },

      &amp;quot;debugging&amp;quot;: {

        &amp;quot;flash&amp;quot;: true,

        &amp;quot;bindings&amp;quot;: {},

        &amp;quot;justMyCode&amp;quot;: true

      },

      &amp;quot;activeAppFollowActiveEditor&amp;quot;: true,

      &amp;quot;deviceProvider&amp;quot;: &amp;quot;&amp;quot;,

      &amp;quot;flash&amp;quot;: {

        &amp;quot;softreset&amp;quot;: false,

        &amp;quot;erase&amp;quot;: false,

        &amp;quot;recover&amp;quot;: false

      },

      &amp;quot;enableTelemetry&amp;quot;: true,

      &amp;quot;thirdpartyIntegration&amp;quot;: {},

      &amp;quot;toolchainManager&amp;quot;: {

        &amp;quot;indexURL&amp;quot;: null,

        &amp;quot;installDirectory&amp;quot;: null

      },

      &amp;quot;nrfutil&amp;quot;: {

        &amp;quot;home&amp;quot;: null

      },

      &amp;quot;defaultOpenAction&amp;quot;: &amp;quot;ask&amp;quot;

    },

    &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {

      &amp;quot;terminalMode&amp;quot;: &amp;quot;character&amp;quot;

    }

  },

  &amp;quot;extensions&amp;quot;: {

    &amp;quot;internal&amp;quot;: {

      &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {

        &amp;quot;version&amp;quot;: &amp;quot;2024.7.13&amp;quot;,

        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\CHMendeA\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2024.7.13-win32-x64&amp;quot;,

        &amp;quot;isActive&amp;quot;: true

      },

      &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {

        &amp;quot;version&amp;quot;: &amp;quot;2024.3.15&amp;quot;,

        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\CHMendeA\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2024.3.15&amp;quot;,

        &amp;quot;isActive&amp;quot;: true

      },

      &amp;quot;nordic-semiconductor.nrf-devicetree&amp;quot;: {

        &amp;quot;version&amp;quot;: &amp;quot;2024.6.20&amp;quot;,

        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\CHMendeA\\.vscode\\extensions\\nordic-semiconductor.nrf-devicetree-2024.6.20&amp;quot;,

        &amp;quot;isActive&amp;quot;: true

      },

      &amp;quot;nordic-semiconductor.nrf-kconfig&amp;quot;: {

        &amp;quot;version&amp;quot;: &amp;quot;2024.6.20&amp;quot;,

        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\CHMendeA\\.vscode\\extensions\\nordic-semiconductor.nrf-kconfig-2024.6.20&amp;quot;,

        &amp;quot;isActive&amp;quot;: true

      }

    },

    &amp;quot;external&amp;quot;: {

      &amp;quot;marus25.cortex-debug&amp;quot;: null,

      &amp;quot;ms-vscode.cpptools&amp;quot;: &amp;quot;1.21.5&amp;quot;,

      &amp;quot;ms-vscode.js-debug&amp;quot;: &amp;quot;1.92.0&amp;quot;,

      &amp;quot;ms-vscode.js-debug-companion&amp;quot;: &amp;quot;1.1.3&amp;quot;,

      &amp;quot;ms-vscode.vscode-js-profile-table&amp;quot;: &amp;quot;1.0.9&amp;quot;,

      &amp;quot;ms-python.debugpy&amp;quot;: &amp;quot;2024.10.0&amp;quot;,

      &amp;quot;ms-python.python&amp;quot;: &amp;quot;2024.12.1&amp;quot;,

      &amp;quot;ms-python.vscode-pylance&amp;quot;: &amp;quot;2024.7.1&amp;quot;,

      &amp;quot;ms-vscode.cmake-tools&amp;quot;: &amp;quot;1.18.44&amp;quot;,

      &amp;quot;ms-vscode.cpptools-extension-pack&amp;quot;: &amp;quot;1.3.0&amp;quot;,

      &amp;quot;ms-vscode.cpptools-themes&amp;quot;: &amp;quot;2.0.0&amp;quot;,

      &amp;quot;njqdev.vscode-python-typehint&amp;quot;: &amp;quot;1.5.1&amp;quot;,

      &amp;quot;oderwat.indent-rainbow&amp;quot;: &amp;quot;8.3.1&amp;quot;,

      &amp;quot;seanwu.vscode-qt-for-python&amp;quot;: &amp;quot;7.6.0&amp;quot;,

      &amp;quot;trond-snekvik.gnu-mapfiles&amp;quot;: &amp;quot;1.1.0&amp;quot;,

      &amp;quot;twxs.cmake&amp;quot;: &amp;quot;0.0.17&amp;quot;,

      &amp;quot;VisualStudioExptTeam.intellicode-api-usage-examples&amp;quot;: &amp;quot;0.2.8&amp;quot;,

      &amp;quot;VisualStudioExptTeam.vscodeintellicode&amp;quot;: &amp;quot;1.3.1&amp;quot;

    }

  }

}
&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;Thank you very much.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Alex&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/497316?ContentTypeID=1</link><pubDate>Wed, 07 Aug 2024 11:13:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2adf4c70-b3e4-4937-9d80-a3f54732bf61</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Can you also provide the support log for us?&lt;/p&gt;
&lt;div&gt;Here are the steps to generate support information:&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;div&gt;&lt;span&gt;Open the nRF Connect for VS Code extension.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span&gt;Navigate to the Welcome View in the nRF Connect Sidebar Views.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;div&gt;&lt;span&gt;Find and click on the &amp;quot;Generate Support Information&amp;quot; action.&lt;/span&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;This will generate a log in the Output Panel View.&lt;/div&gt;
&lt;div&gt;Next, some suggestions from our devs:&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;On Windows, try disabling AV, or whitelist source folders and the SDK/toolchain install locations from AV.&lt;/li&gt;
&lt;li&gt;We&amp;#39;ve seen some bad performance from west calls due to git garbage collection, but that can be helped by&amp;nbsp;doing an aggressive prune of the git.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/497287?ContentTypeID=1</link><pubDate>Wed, 07 Aug 2024 09:03:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65692acb-5de3-4978-aa36-1de542795b77</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi Alex&lt;/p&gt;
&lt;p&gt;No worries. I have forwarded this to our VS code team and we&amp;#39;ll take a look. The things I can think of that you can try: Can you try building the sample within the NCS instead of in your /temp folder, just to see if that makes a difference. Could this be firewall related and only happen on devices on the internal network on your end perhaps? This is just a shot in the dark though. I&amp;#39;ll get back to you when I hear from the devs on this.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Toolchain very slow on Windows machines</title><link>https://devzone.nordicsemi.com/thread/497021?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2024 15:26:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5df94185-b45f-4aa7-a999-ee1b7b5d8c38</guid><dc:creator>Alex-Sony</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sorry for the delay, we were on holidays.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I just tried in another computer to install the newest NCS version (2.7.0) and still can take 10 minutes to build the blinky sample.&lt;/p&gt;
&lt;p&gt;Most of the time is spend on this line:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;Including generated dts.cmake file: C:/temp/blinky/build/zephyr/dts.cmake&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Here is the full log from the terminal. The build is fast when there is no change to the DTS or proj.conf. If it is strictly just compiling c code that has changed, it is fast. I&amp;#39;m using among others an AMD 7950x3d with 64GB of RAM so the PC performance is not the bottle neck.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is the log: I could not paste it here because it would throw an error when posting:&amp;nbsp;&lt;span&gt;&lt;a href="https://justpaste.it/8abzg"&gt;https://justpaste.it/8abzg&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Thank you.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Alex&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>