<?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>Unable to build sample application on Windows</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/87786/unable-to-build-sample-application-on-windows</link><description>Hi, 
 I installed nRF Connect SDK (1.9.1) using Toolchain Manager v0.10.3, and nRF Connect for Desktop v3.11.0. Before that I also installed NRF command line tools 10.15.4. 
 My OS is Windows 10. 
 I installed VS Code 1.67.0 and all extensions that the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 12 May 2022 07:08:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/87786/unable-to-build-sample-application-on-windows" /><item><title>RE: Unable to build sample application on Windows</title><link>https://devzone.nordicsemi.com/thread/367522?ContentTypeID=1</link><pubDate>Thu, 12 May 2022 07:08:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2ca74186-e034-47bb-b3ca-06709a24128d</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Thanks for testing and you valuable feedback! This is most likely due to the anti-virus causing the issue. &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/77966/toolchain-fails-to-install-sdk-v1-6-0/322331#322331"&gt;Another customer saw the same issue here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to build sample application on Windows</title><link>https://devzone.nordicsemi.com/thread/367493?ContentTypeID=1</link><pubDate>Wed, 11 May 2022 22:14:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b24235ad-4f2a-46c1-96ef-dac1d259d66c</guid><dc:creator>D0023</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I was able to get it to work.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It looks like there is some type of race condition, probably between west and git. I used SDK 1.7.0, because it prints out more information while installing.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Here is the output when running ncsmgr init-ncs, from a Bash prompt:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;NCS repositories are not yet cloned here. To do so run the following command:

ncsmgr init-ncs

501@c-DF0V MINGW64 /c/nordic/ncs/v1.7.0
$ ncsmgr init-ncs
Checking out NCS v1.7.0 ...=== Initializing in C:\nordic\ncs\v1.7.0
--- Cloning manifest repository from https://github.com/nrfconnect/sdk-nrf, rev. v1.7.0
Cloning into &amp;#39;C:\nordic\ncs\v1.7.0\.west\manifest-tmp&amp;#39;...
remote: Enumerating objects: 114292, done.
remote: Counting objects: 100% (86/86), done.
remote: Compressing objects: 100% (62/62), done.
remote: Total 114292 (delta 31), reused 46 (delta 23), pack-reused 114206
Receiving objects: 100% (114292/114292), 65.74 MiB | 6.44 MiB/s, done.
Resolving deltas: 100% (84710/84710), done.
Note: switching to &amp;#39;d29f1ddec99b81a66af93b7f0882a7bd0dfa30ee&amp;#39;.

You are in &amp;#39;detached HEAD&amp;#39; state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c &amp;lt;new-branch-name&amp;gt;

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

Updating files: 100% (4788/4788), done.
Traceback (most recent call last):
  File &amp;quot;shutil.py&amp;quot;, line 788, in move
PermissionError: [WinError 5] Access is denied: &amp;#39;C:\\nordic\\ncs\\v1.7.0\\.west\\manifest-tmp&amp;#39; -&amp;gt; &amp;#39;C:\\nordic\\ncs\\v1.7.0\\nrf&amp;#39;

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File &amp;quot;runpy.py&amp;quot;, line 193, in _run_module_as_main
  File &amp;quot;runpy.py&amp;quot;, line 86, in _run_code
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Scripts\west.exe\__main__.py&amp;quot;, line 7, in &amp;lt;module&amp;gt;
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Lib\site-packages\west\app\main.py&amp;quot;, line 779, in main
    app.run(argv or sys.argv[1:])
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Lib\site-packages\west\app\main.py&amp;quot;, line 106, in run
    self.run_command(argv)
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Lib\site-packages\west\app\main.py&amp;quot;, line 336, in run_command
    cmd.run(args, unknown, self.topdir, manifest=self.manifest)
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Lib\site-packages\west\commands.py&amp;quot;, line 132, in run
    self.do_run(args, unknown)
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Lib\site-packages\west\app\project.py&amp;quot;, line 198, in do_run
    topdir = self.bootstrap(args)
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Lib\site-packages\west\app\project.py&amp;quot;, line 305, in bootstrap
    shutil.move(os.fspath(tempdir), os.fspath(manifest_abspath))
  File &amp;quot;shutil.py&amp;quot;, line 800, in move
  File &amp;quot;shutil.py&amp;quot;, line 737, in rmtree
  File &amp;quot;shutil.py&amp;quot;, line 610, in _rmtree_unsafe
  File &amp;quot;shutil.py&amp;quot;, line 610, in _rmtree_unsafe
  File &amp;quot;shutil.py&amp;quot;, line 610, in _rmtree_unsafe
  File &amp;quot;shutil.py&amp;quot;, line 615, in _rmtree_unsafe
  File &amp;quot;shutil.py&amp;quot;, line 613, in _rmtree_unsafe
PermissionError: [WinError 5] Access is denied: &amp;#39;C:\\nordic\\ncs\\v1.7.0\\.west\\manifest-tmp\\.git\\objects\\pack\\pack-7e558cb519128fd6fa01f63f6a7fb2fc16c13469.idx&amp;#39;
HEAD is now at d29f1ddec ncs: v1.7.0
/C/nordic/ncs/v1.7.0
done
Updating repos ...
Traceback (most recent call last):
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Lib\site-packages\west\manifest.py&amp;quot;, line 172, in _mpath
    path = cp.get(&amp;#39;manifest&amp;#39;, &amp;#39;path&amp;#39;)
  File &amp;quot;configparser.py&amp;quot;, line 781, in get
  File &amp;quot;configparser.py&amp;quot;, line 1149, in _unify_values
configparser.NoSectionError: No section: &amp;#39;manifest&amp;#39;

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File &amp;quot;runpy.py&amp;quot;, line 193, in _run_module_as_main
  File &amp;quot;runpy.py&amp;quot;, line 86, in _run_code
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Scripts\west.exe\__main__.py&amp;quot;, line 7, in &amp;lt;module&amp;gt;
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Lib\site-packages\west\app\main.py&amp;quot;, line 779, in main
    app.run(argv or sys.argv[1:])
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Lib\site-packages\west\app\main.py&amp;quot;, line 106, in run
    self.run_command(argv)
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Lib\site-packages\west\app\main.py&amp;quot;, line 336, in run_command
    cmd.run(args, unknown, self.topdir, manifest=self.manifest)
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Lib\site-packages\west\commands.py&amp;quot;, line 132, in run
    self.do_run(args, unknown)
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Lib\site-packages\west\app\project.py&amp;quot;, line 801, in do_run
    self.update_all()
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Lib\site-packages\west\app\project.py&amp;quot;, line 855, in update_all
    self.manifest = Manifest.from_file(
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Lib\site-packages\west\manifest.py&amp;quot;, line 1104, in from_file
    (mpath, mname) = _mpath(topdir=topdir)
  File &amp;quot;C:\nordic\ncs\v1.7.0\toolchain\opt\bin\Lib\site-packages\west\manifest.py&amp;quot;, line 177, in _mpath
    raise MalformedConfig(&amp;#39;no &amp;quot;manifest.path&amp;quot; config option is set&amp;#39;) from e
west.manifest.MalformedConfig: no &amp;quot;manifest.path&amp;quot; config option is set
done
usage: west [-h] [-z ZEPHYR_BASE] [-v] [-V] &amp;lt;command&amp;gt; ...
west: error: argument &amp;lt;command&amp;gt;: invalid choice: &amp;#39;zephyr-export&amp;#39; (choose from &amp;#39;init&amp;#39;, &amp;#39;update&amp;#39;, &amp;#39;list&amp;#39;, &amp;#39;manifest&amp;#39;, &amp;#39;diff&amp;#39;, &amp;#39;status&amp;#39;, &amp;#39;forall&amp;#39;, &amp;#39;help&amp;#39;, &amp;#39;config&amp;#39;, &amp;#39;topdir&amp;#39;, &amp;#39;selfupdate&amp;#39;)

&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;See line 63:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#ff0000;"&gt;&lt;strong&gt;PermissionError: [WinError 5] Access is denied: &amp;#39;C:\\nordic\\ncs\\v1.7.0\\.west\\manifest-tmp\\.git\\objects\\pack\\pack-7e558cb519128fd6fa01f63f6a7fb2fc16c13469.idx&amp;#39;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;My Windows user has full control of the entire c:\nordic tree. No other process is accessing that directory tree.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If I add 3 seconds delay in ncsmgr_init-ncs.sh, like this:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;pushd &amp;quot;${baseDir}/..&amp;quot; &amp;gt;/dev/null

log -n &amp;quot;Checking out NCS ${ncs_tag} ...&amp;quot;

if [ &amp;quot;$1&amp;quot; = &amp;quot;--just-update&amp;quot; ]; then
    cd nrf
    git fetch origin
else
    west init -m https://github.com/nrfconnect/sdk-nrf --mr &amp;quot;${ncs_tag}&amp;quot;
    cd nrf
fi

sleep 3

git checkout &amp;quot;${ncs_tag}&amp;quot;
cd -&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;everything works Ok. Here is the output (I interrupted it when it started cloning zephyr - if I left it it would continue and clone all NCS remaining repositories):&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;501@c-DF0V MINGW64 /c/nordic/ncs/v1.7.0
$ ncsmgr init-ncs
Checking out NCS v1.7.0 ...=== Initializing in C:\nordic\ncs\v1.7.0
--- Cloning manifest repository from https://github.com/nrfconnect/sdk-nrf, rev. v1.7.0
Cloning into &amp;#39;C:\nordic\ncs\v1.7.0\.west\manifest-tmp&amp;#39;...
remote: Enumerating objects: 114292, done.
remote: Counting objects: 100% (86/86), done.
remote: Compressing objects: 100% (63/63), done.
remote: Total 114292 (delta 31), reused 44 (delta 22), pack-reused 114206
Receiving objects: 100% (114292/114292), 65.72 MiB | 6.85 MiB/s, done.
Resolving deltas: 100% (84732/84732), done.
Note: switching to &amp;#39;d29f1ddec99b81a66af93b7f0882a7bd0dfa30ee&amp;#39;.

You are in &amp;#39;detached HEAD&amp;#39; state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c &amp;lt;new-branch-name&amp;gt;

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

Updating files: 100% (4788/4788), done.
--- setting manifest.path to nrf
=== Initialized. Now run &amp;quot;west update&amp;quot; inside C:\nordic\ncs\v1.7.0.
HEAD is now at d29f1ddec ncs: v1.7.0
/C/nordic/ncs/v1.7.0
done
Updating repos ...
=== updating zephyr (zephyr):
--- zephyr: initializing
Initialized empty Git repository in C:/nordic/ncs/v1.7.0/zephyr/.git/
--- zephyr: fetching, need revision v2.6.99-ncs1
remote: Enumerating objects: 643744, done.&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;By adding &lt;strong&gt;sleep 3&lt;/strong&gt;, I was able to install SDK 1.9.1. Without the &lt;strong&gt;sleep 3&lt;/strong&gt;, SDK 1.9.1 does not print any errors, even though it fails to install.&amp;nbsp;&lt;/span&gt;&lt;span&gt;It would be good if at least the install process does not silently ignore the error so the user can see that something failed, right away.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to build sample application on Windows</title><link>https://devzone.nordicsemi.com/thread/367479?ContentTypeID=1</link><pubDate>Wed, 11 May 2022 17:03:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f0b6a78-6eab-4045-a11d-2081608b5fa7</guid><dc:creator>D0023</dc:creator><description>&lt;p&gt;Yes, the machine is a company PC and it does have anti-virus running. I have admin rights. During the installation, everything seemed to install Ok - no errors, no admin escalation requests.&lt;/p&gt;
&lt;p&gt;I see that in your configuration there are few differences compared to mine:&lt;/p&gt;
&lt;p&gt;- under workspace -&amp;gt; folders, it looks like the SDK is listed there, while in mine it is not&lt;/p&gt;
&lt;p&gt;- your sdks element is populated mine is empty&lt;/p&gt;
&lt;p&gt;- your configuration has (what looks like env. variable)&amp;nbsp;&amp;quot;${nrf-connect.sdk} while mine does not have such variable&lt;/p&gt;
&lt;p&gt;- in my configuration&amp;nbsp;HOMEDRIVE is set to H: - but I do not have this drive available at the moment&lt;/p&gt;
&lt;p&gt;I do not know if any of these maybe the issue.&lt;/p&gt;
&lt;p&gt;I use this machine for all my development work, and I have not had any issues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to build sample application on Windows</title><link>https://devzone.nordicsemi.com/thread/367475?ContentTypeID=1</link><pubDate>Wed, 11 May 2022 16:14:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fb279eb-9892-4bac-bc29-07fdee8c359b</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Thanks for providing this information. I&amp;#39;m not able to see any reason for why this should fail. Do you have any anti-virus running or similar? Is this a corporate computer with any limits on your user? Asking to verify that nothing is blocked.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Comparing to my output, there isn&amp;#39;t many differences that I can see in regards to the environment.&amp;nbsp;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;IMPORTANT: The data below could contain sensitive or confidential information about your environment.
If you do not wish this to be seen by others, please make sure to remove it before sharing.

For help and support, visit the Nordic DevZone at https://devzone.nordicsemi.com/.

{
  &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.19044&amp;quot;,
    &amp;quot;vscode&amp;quot;: &amp;quot;1.67.1&amp;quot;,
    &amp;quot;electron&amp;quot;: &amp;quot;17.4.1&amp;quot;,
    &amp;quot;node&amp;quot;: &amp;quot;v16.13.0&amp;quot;
  },
  &amp;quot;system&amp;quot;: {
    &amp;quot;date&amp;quot;: &amp;quot;2022-05-11T15:43:56.952Z&amp;quot;,
    &amp;quot;vscodeRoot&amp;quot;: &amp;quot;c:\\Users\\username\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app&amp;quot;,
    &amp;quot;nrfConnectForDesktopInstalled&amp;quot;: true,
    &amp;quot;vscodeUptime&amp;quot;: &amp;quot;01:53:29&amp;quot;,
    &amp;quot;osUptime&amp;quot;: &amp;quot;55:26:55&amp;quot;,
    &amp;quot;cpu&amp;quot;: {
      &amp;quot;model&amp;quot;: &amp;quot;Intel(R) Core(TM) i7-8650U CPU @ 1.90GHz&amp;quot;,
      &amp;quot;speed&amp;quot;: &amp;quot;2112 MHz&amp;quot;,
      &amp;quot;count&amp;quot;: 4
    },
    &amp;quot;memory&amp;quot;: {
      &amp;quot;total&amp;quot;: &amp;quot;15.88 GB&amp;quot;,
      &amp;quot;free&amp;quot;: &amp;quot;4.35 GB&amp;quot;
    }
  },
  &amp;quot;workspace&amp;quot;: {
    &amp;quot;name&amp;quot;: &amp;quot;Untitled (Workspace)&amp;quot;,
    &amp;quot;workspaceFile&amp;quot;: &amp;quot;1652272110960&amp;quot;,
    &amp;quot;folders&amp;quot;: [
      &amp;quot;c:\\NordicSemi\\v1.9.1&amp;quot;,
      &amp;quot;c:\\Temp\\Projects\\lpuart&amp;quot;,
      &amp;quot;c:\\Temp\\Projects\\application_update&amp;quot;,
      &amp;quot;c:\\Temp\\Projects\\at_client&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;2022.4.219&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\username\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2022.4.219&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2022.4.61&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\username\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2022.4.61&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.devicetree&amp;quot;: null,
      &amp;quot;nordic-semiconductor.kconfig&amp;quot;: null
    },
    &amp;quot;external&amp;quot;: {
      &amp;quot;marus25.cortex-debug&amp;quot;: &amp;quot;1.4.4&amp;quot;,
      &amp;quot;ms-vscode.cpptools&amp;quot;: &amp;quot;1.9.8&amp;quot;,
      &amp;quot;ms-vscode-remote.remote-wsl-recommender&amp;quot;: &amp;quot;0.0.15&amp;quot;,
      &amp;quot;ms-vscode.js-debug&amp;quot;: &amp;quot;1.67.2&amp;quot;,
      &amp;quot;ms-vscode.js-debug-companion&amp;quot;: &amp;quot;1.0.18&amp;quot;,
      &amp;quot;ms-vscode.references-view&amp;quot;: &amp;quot;0.0.89&amp;quot;,
      &amp;quot;ms-vscode.vscode-js-profile-table&amp;quot;: &amp;quot;1.0.1&amp;quot;,
      &amp;quot;eamodio.gitlens&amp;quot;: &amp;quot;12.0.6&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;tools&amp;quot;: {
    &amp;quot;C:\\Program Files (x86)\\SEGGER\\JLink\\JLink.exe&amp;quot;: &amp;quot;7.58b&amp;quot;,
    &amp;quot;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe&amp;quot;: &amp;quot;10.15.0&amp;quot;,
    &amp;quot;C:\\Python39\\Scripts\\nrfutil.exe&amp;quot;: null,
    &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\cmake.exe&amp;quot;: &amp;quot;3.20.5&amp;quot;,
    &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\Scripts\\west.exe&amp;quot;: &amp;quot;0.12.0&amp;quot;,
    &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\python.exe&amp;quot;: &amp;quot;3.8.2&amp;quot;,
    &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\ninja.exe&amp;quot;: &amp;quot;1.9.0&amp;quot;,
    &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\gperf.exe&amp;quot;: &amp;quot;3.1&amp;quot;,
    &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\dtc.exe&amp;quot;: &amp;quot;1.4.7&amp;quot;,
    &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\arm-none-eabi-gcc.exe&amp;quot;: &amp;quot;9-2019-q4-major&amp;quot;,
    &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\gn.exe&amp;quot;: &amp;quot;1977&amp;quot;,
    &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain\\mingw64\\bin\\git.exe&amp;quot;: &amp;quot;2.26.2.windows.1&amp;quot;
  },
  &amp;quot;sdks&amp;quot;: [
    {
      &amp;quot;version&amp;quot;: &amp;quot;1.9.99-dev1&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\NordicSemi\\NCS&amp;quot;
    },
    {
      &amp;quot;version&amp;quot;: &amp;quot;1.7.0&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.7.0&amp;quot;
    },
    {
      &amp;quot;version&amp;quot;: &amp;quot;1.7.1&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.7.1&amp;quot;
    },
    {
      &amp;quot;version&amp;quot;: &amp;quot;1.5.0&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.5.0&amp;quot;
    },
    {
      &amp;quot;version&amp;quot;: &amp;quot;1.9.0&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.9.0&amp;quot;
    },
    {
      &amp;quot;version&amp;quot;: &amp;quot;1.9.1&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.9.1&amp;quot;
    }
  ],
  &amp;quot;toolchains&amp;quot;: [
    {
      &amp;quot;version&amp;quot;: &amp;quot;1.7.0&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.7.0\\toolchain&amp;quot;
    },
    {
      &amp;quot;version&amp;quot;: &amp;quot;1.7.1&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.7.1\\toolchain&amp;quot;
    },
    {
      &amp;quot;version&amp;quot;: &amp;quot;1.5.0&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.5.0\\toolchain&amp;quot;
    },
    {
      &amp;quot;version&amp;quot;: &amp;quot;1.9.0&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.9.0\\toolchain&amp;quot;
    },
    {
      &amp;quot;version&amp;quot;: &amp;quot;1.9.1&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain&amp;quot;
    }
  ],
  &amp;quot;connectedDevices&amp;quot;: [
    {
      &amp;quot;serialNumber&amp;quot;: &amp;quot;960008922&amp;quot;
    }
  ],
  &amp;quot;deviceProviders&amp;quot;: [
    &amp;quot;nrfjprog&amp;quot;
  ],
  &amp;quot;config&amp;quot;: {
    &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {
      &amp;quot;topdir&amp;quot;: &amp;quot;${nrf-connect.sdk:1.9.1}&amp;quot;,
      &amp;quot;toolchain&amp;quot;: {
        &amp;quot;path&amp;quot;: &amp;quot;${nrf-connect.toolchain:1.9.1}&amp;quot;
      },
      &amp;quot;ozonePath&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;applications&amp;quot;: [
        &amp;quot;c:\\Temp\\Projects\\hello_matter&amp;quot;,
        &amp;quot;c:\\Temp\\Projects\\lpuart&amp;quot;,
        &amp;quot;c:\\Temp\\Projects\\application_update&amp;quot;,
        &amp;quot;c:\\Temp\\Projects\\at_client&amp;quot;
      ],
      &amp;quot;applicationOptions&amp;quot;: {},
      &amp;quot;kconfig&amp;quot;: {
        &amp;quot;interface&amp;quot;: &amp;quot;kconfig&amp;quot;
      },
      &amp;quot;welcome&amp;quot;: {
        &amp;quot;showOnStartup&amp;quot;: false
      },
      &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;enableTelemetry&amp;quot;: true
    },
    &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
      &amp;quot;terminalMode&amp;quot;: &amp;quot;character&amp;quot;
    },
    &amp;quot;nordic-semiconductor.devicetree&amp;quot;: {
      &amp;quot;modules&amp;quot;: [
        &amp;quot;${zephyrBase}&amp;quot;,
        &amp;quot;${zephyrBase}/../nrf&amp;quot;,
        &amp;quot;.&amp;quot;
      ],
      &amp;quot;zephyr&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;ctxFile&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;defaultBoard&amp;quot;: &amp;quot;&amp;quot;
    },
    &amp;quot;nordic-semiconductor.kconfig&amp;quot;: {
      &amp;quot;root&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;env&amp;quot;: {},
      &amp;quot;cfiles&amp;quot;: true,
      &amp;quot;disable&amp;quot;: false,
      &amp;quot;zephyr&amp;quot;: {
        &amp;quot;base&amp;quot;: &amp;quot;&amp;quot;
      },
      &amp;quot;python&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;liveValue&amp;quot;: true
    },
    &amp;quot;marus25.cortex-debug&amp;quot;: {
      &amp;quot;armToolchainPath&amp;quot;: null,
      &amp;quot;armToolchainPrefix&amp;quot;: &amp;quot;arm-none-eabi&amp;quot;,
      &amp;quot;gdbPath&amp;quot;: null,
      &amp;quot;objdumpPath&amp;quot;: null,
      &amp;quot;JLinkGDBServerPath&amp;quot;: null,
      &amp;quot;openocdPath&amp;quot;: null,
      &amp;quot;pyocdPath&amp;quot;: null,
      &amp;quot;PEGDBServerPath&amp;quot;: null,
      &amp;quot;stutilPath&amp;quot;: null,
      &amp;quot;stlinkPath&amp;quot;: null,
      &amp;quot;stm32cubeprogrammer&amp;quot;: null,
      &amp;quot;enableTelemetry&amp;quot;: true,
      &amp;quot;flattenAnonymous&amp;quot;: false,
      &amp;quot;registerUseNaturalFormat&amp;quot;: true,
      &amp;quot;variableUseNaturalFormat&amp;quot;: true,
      &amp;quot;dbgServerLogfile&amp;quot;: null,
      &amp;quot;showRTOS&amp;quot;: false,
      &amp;quot;showDevDebugOutput&amp;quot;: &amp;quot;none&amp;quot;
    }
  },
  &amp;quot;environment&amp;quot;: {
    &amp;quot;westExe&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\Scripts\\west.exe&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\\username&amp;quot;,
      &amp;quot;HOMEDRIVE&amp;quot;: &amp;quot;C:&amp;quot;,
      &amp;quot;HOMEPATH&amp;quot;: &amp;quot;\\Users\\username&amp;quot;,
      &amp;quot;Path&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain\\mingw64\\bin;c:\\NordicSemi\\v1.9.1\\toolchain\\mingw64\\libexec\\git-core;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\Scripts;C:\\Python39\\Scripts\\;C:\\Python39\\;c:\\Program Files\\CMake\\bin\\;c:\\bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Mosquitto;C:\\Program Files\\CMake\\bin;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Work\\30 Support\\06 Software\\nrfutil.exe;C:\\Program Files\\PuTTY\\;C:\\Program Files\\dotnet\\;C:\\gnuarmemb\\bin;C:\\Cmder\\bin;C:\\Cmder\\vendor\\bin;C:\\Cmder\\vendor\\conemu-maximus5\\ConEmu\\Scripts;C:\\Cmder\\vendor\\conemu-maximus5;C:\\Cmder\\vendor\\conemu-maximus5\\ConEmu;C:\\Program Files (x86)\\Common Files\\Oracle\\Java\\javapath;c:\\Program Files\\CMake\\bin\\;c:\\bin;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\ProgramData\\chocolatey\\bin;C:\\Program Files\\Git\\cmd;C:\\Program Files\\PuTTY\\;C:\\Program Files\\LLVM\\bin;C:\\Program Files\\CMake\\bin;C:\\Go\\bin;C:\\Program Files\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\username\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\username\\zephyrrc.cmd;C:\\Users\\username\\go\\bin;C:\\Program Files\\Git\\mingw64\\bin;C:\\Program Files\\Git\\usr\\bin;C:\\Cmder;C:\\Program Files\\Mosquitto;C:\\Program Files (x86)\\SEGGER\\JLink;C:\\Users\\username\\AppData\\Local\\Microsoft\\WindowsApps;C:\\NordicSemi\\GN\\gn;C:\\Users\\username\\AppData\\Local\\Programs\\Microsoft VS Code\\bin;C:\\Work\\30 Support\\06 Software\\nrfutil.exe&amp;quot;,
      &amp;quot;ZEPHYR_BASE&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.9.1\\zephyr&amp;quot;,
      &amp;quot;GNUARMEMB_TOOLCHAIN_PATH&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain\\opt&amp;quot;,
      &amp;quot;ZEPHYR_TOOLCHAIN_VARIANT&amp;quot;: &amp;quot;gnuarmemb&amp;quot;,
      &amp;quot;PYTHONPATH&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\Lib;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin\\Lib\\site-packages&amp;quot;,
      &amp;quot;Python3_ROOT&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin&amp;quot;
    },
    &amp;quot;toolchainPath&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain&amp;quot;,
    &amp;quot;toolchainBinPath&amp;quot;: &amp;quot;c:\\NordicSemi\\v1.9.1\\toolchain\\opt\\bin&amp;quot;,
    &amp;quot;toolchainVersion&amp;quot;: &amp;quot;1.9.1&amp;quot;
  },
  &amp;quot;terminal&amp;quot;: {
    &amp;quot;shell&amp;quot;: null,
    &amp;quot;defaultProfile&amp;quot;: null
  }
}

&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to build sample application on Windows</title><link>https://devzone.nordicsemi.com/thread/367472?ContentTypeID=1</link><pubDate>Wed, 11 May 2022 15:45:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d16018f-72c3-47bd-bbff-6ea491693355</guid><dc:creator>D0023</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Here is the support information from:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;IMPORTANT: The data below could contain sensitive or confidential information about your environment.
If you do not wish this to be seen by others, please make sure to remove it before sharing.

For help and support, visit the Nordic DevZone at https://devzone.nordicsemi.com/.

{
  &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.18363&amp;quot;,
    &amp;quot;vscode&amp;quot;: &amp;quot;1.67.1&amp;quot;,
    &amp;quot;electron&amp;quot;: &amp;quot;17.4.1&amp;quot;,
    &amp;quot;node&amp;quot;: &amp;quot;v16.13.0&amp;quot;
  },
  &amp;quot;system&amp;quot;: {
    &amp;quot;date&amp;quot;: &amp;quot;2022-05-11T15:33:44.843Z&amp;quot;,
    &amp;quot;vscodeRoot&amp;quot;: &amp;quot;c:\\Users\\501\\AppData\\Local\\Programs\\Microsoft VS Code\\resources\\app&amp;quot;,
    &amp;quot;nrfConnectForDesktopInstalled&amp;quot;: true,
    &amp;quot;vscodeUptime&amp;quot;: &amp;quot;01:56:53&amp;quot;,
    &amp;quot;osUptime&amp;quot;: &amp;quot;52:43:42&amp;quot;,
    &amp;quot;cpu&amp;quot;: {
      &amp;quot;model&amp;quot;: &amp;quot;Intel(R) Core(TM) i7-10850H CPU @ 2.70GHz&amp;quot;,
      &amp;quot;speed&amp;quot;: &amp;quot;2712 MHz&amp;quot;,
      &amp;quot;count&amp;quot;: 6
    },
    &amp;quot;memory&amp;quot;: {
      &amp;quot;total&amp;quot;: &amp;quot;31.61 GB&amp;quot;,
      &amp;quot;free&amp;quot;: &amp;quot;14.89 GB&amp;quot;
    }
  },
  &amp;quot;workspace&amp;quot;: {
    &amp;quot;name&amp;quot;: &amp;quot;Untitled (Workspace)&amp;quot;,
    &amp;quot;workspaceFile&amp;quot;: &amp;quot;1652214473107&amp;quot;,
    &amp;quot;folders&amp;quot;: [
      &amp;quot;c:\\nordic\\myapps\\lpuart-test&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;2022.4.219&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\501\\.vscode\\extensions\\nordic-semiconductor.nrf-connect-2022.4.219&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
        &amp;quot;version&amp;quot;: &amp;quot;2022.4.61&amp;quot;,
        &amp;quot;path&amp;quot;: &amp;quot;c:\\Users\\501\\.vscode\\extensions\\nordic-semiconductor.nrf-terminal-2022.4.61&amp;quot;,
        &amp;quot;isActive&amp;quot;: true
      },
      &amp;quot;nordic-semiconductor.devicetree&amp;quot;: null,
      &amp;quot;nordic-semiconductor.kconfig&amp;quot;: null
    },
    &amp;quot;external&amp;quot;: {
      &amp;quot;marus25.cortex-debug&amp;quot;: &amp;quot;1.4.4&amp;quot;,
      &amp;quot;ms-vscode.cpptools&amp;quot;: &amp;quot;1.9.8&amp;quot;,
      &amp;quot;ms-vscode-remote.remote-wsl-recommender&amp;quot;: &amp;quot;0.0.15&amp;quot;,
      &amp;quot;ms-vscode.js-debug&amp;quot;: &amp;quot;1.67.2&amp;quot;,
      &amp;quot;ms-vscode.js-debug-companion&amp;quot;: &amp;quot;1.0.18&amp;quot;,
      &amp;quot;ms-vscode.references-view&amp;quot;: &amp;quot;0.0.89&amp;quot;,
      &amp;quot;ms-vscode.vscode-js-profile-table&amp;quot;: &amp;quot;1.0.1&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;tools&amp;quot;: {
    &amp;quot;C:\\Program Files (x86)\\SEGGER\\JLink_V758b\\JLink.exe&amp;quot;: &amp;quot;7.58b&amp;quot;,
    &amp;quot;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\nrfjprog.exe&amp;quot;: &amp;quot;10.15.4&amp;quot;,
    &amp;quot;nrfutil&amp;quot;: &amp;quot;Not found&amp;quot;,
    &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin\\cmake.exe&amp;quot;: &amp;quot;3.20.5&amp;quot;,
    &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin\\Scripts\\west.exe&amp;quot;: &amp;quot;0.12.0&amp;quot;,
    &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin\\python.exe&amp;quot;: &amp;quot;3.8.2&amp;quot;,
    &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin\\ninja.exe&amp;quot;: &amp;quot;1.9.0&amp;quot;,
    &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin\\gperf.exe&amp;quot;: &amp;quot;3.1&amp;quot;,
    &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin\\dtc.exe&amp;quot;: &amp;quot;1.4.7&amp;quot;,
    &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin\\arm-none-eabi-gcc.exe&amp;quot;: &amp;quot;9-2019-q4-major&amp;quot;,
    &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin\\gn.exe&amp;quot;: &amp;quot;1977&amp;quot;,
    &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain\\mingw64\\bin\\git.exe&amp;quot;: &amp;quot;2.26.2.windows.1&amp;quot;
  },
  &amp;quot;sdks&amp;quot;: [],
  &amp;quot;toolchains&amp;quot;: [
    {
      &amp;quot;version&amp;quot;: &amp;quot;1.9.1&amp;quot;,
      &amp;quot;path&amp;quot;: &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain&amp;quot;
    }
  ],
  &amp;quot;connectedDevices&amp;quot;: [],
  &amp;quot;deviceProviders&amp;quot;: [
    &amp;quot;nrfjprog&amp;quot;
  ],
  &amp;quot;config&amp;quot;: {
    &amp;quot;nordic-semiconductor.nrf-connect&amp;quot;: {
      &amp;quot;topdir&amp;quot;: &amp;quot;c:\\nordic\\ncs\\v1.9.1&amp;quot;,
      &amp;quot;toolchain&amp;quot;: {
        &amp;quot;path&amp;quot;: &amp;quot;${nrf-connect.toolchain:1.9.1}&amp;quot;
      },
      &amp;quot;ozonePath&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;applications&amp;quot;: [
        &amp;quot;${workspaceFolder}&amp;quot;
      ],
      &amp;quot;applicationOptions&amp;quot;: {},
      &amp;quot;kconfig&amp;quot;: {
        &amp;quot;interface&amp;quot;: &amp;quot;kconfig&amp;quot;
      },
      &amp;quot;welcome&amp;quot;: {
        &amp;quot;showOnStartup&amp;quot;: true
      },
      &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;enableTelemetry&amp;quot;: false
    },
    &amp;quot;nordic-semiconductor.nrf-terminal&amp;quot;: {
      &amp;quot;terminalMode&amp;quot;: &amp;quot;character&amp;quot;
    },
    &amp;quot;nordic-semiconductor.devicetree&amp;quot;: {
      &amp;quot;modules&amp;quot;: [
        &amp;quot;${zephyrBase}&amp;quot;,
        &amp;quot;${zephyrBase}/../nrf&amp;quot;,
        &amp;quot;.&amp;quot;
      ],
      &amp;quot;zephyr&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;ctxFile&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;defaultBoard&amp;quot;: &amp;quot;&amp;quot;
    },
    &amp;quot;nordic-semiconductor.kconfig&amp;quot;: {
      &amp;quot;root&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;env&amp;quot;: {},
      &amp;quot;cfiles&amp;quot;: true,
      &amp;quot;disable&amp;quot;: false,
      &amp;quot;zephyr&amp;quot;: {
        &amp;quot;base&amp;quot;: &amp;quot;&amp;quot;
      },
      &amp;quot;python&amp;quot;: &amp;quot;&amp;quot;,
      &amp;quot;liveValue&amp;quot;: true
    },
    &amp;quot;marus25.cortex-debug&amp;quot;: {
      &amp;quot;armToolchainPath&amp;quot;: null,
      &amp;quot;armToolchainPrefix&amp;quot;: &amp;quot;arm-none-eabi&amp;quot;,
      &amp;quot;gdbPath&amp;quot;: null,
      &amp;quot;objdumpPath&amp;quot;: null,
      &amp;quot;JLinkGDBServerPath&amp;quot;: null,
      &amp;quot;openocdPath&amp;quot;: null,
      &amp;quot;pyocdPath&amp;quot;: null,
      &amp;quot;PEGDBServerPath&amp;quot;: null,
      &amp;quot;stutilPath&amp;quot;: null,
      &amp;quot;stlinkPath&amp;quot;: null,
      &amp;quot;stm32cubeprogrammer&amp;quot;: null,
      &amp;quot;enableTelemetry&amp;quot;: true,
      &amp;quot;flattenAnonymous&amp;quot;: false,
      &amp;quot;registerUseNaturalFormat&amp;quot;: true,
      &amp;quot;variableUseNaturalFormat&amp;quot;: true,
      &amp;quot;dbgServerLogfile&amp;quot;: null,
      &amp;quot;showRTOS&amp;quot;: false,
      &amp;quot;showDevDebugOutput&amp;quot;: &amp;quot;none&amp;quot;
    }
  },
  &amp;quot;environment&amp;quot;: {
    &amp;quot;westExe&amp;quot;: &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin\\Scripts\\west.exe&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\\501&amp;quot;,
      &amp;quot;HOMEDRIVE&amp;quot;: &amp;quot;H:&amp;quot;,
      &amp;quot;HOMEPATH&amp;quot;: &amp;quot;\\&amp;quot;,
      &amp;quot;Path&amp;quot;: &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain\\mingw64\\bin;c:\\nordic\\ncs\\v1.9.1\\toolchain\\mingw64\\libexec\\git-core;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin\\Scripts;C:\\Program Files\\Common Files\\Oracle\\Java\\javapath;C:\\WINDOWS\\system32;C:\\WINDOWS;C:\\WINDOWS\\System32\\Wbem;C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\;C:\\WINDOWS\\System32\\OpenSSH\\;C:\\Program Files\\Microsoft SQL Server\\130\\Tools\\Binn\\;C:\\Program Files\\Git\\cmd;C:\\Program Files\\Microsoft SQL Server\\Client SDK\\ODBC\\170\\Tools\\Binn\\;C:\\Strawberry\\c\\bin;C:\\Strawberry\\perl\\site\\bin;C:\\Strawberry\\perl\\bin;C:\\Users\\501\\.dnx\\bin;C:\\Program Files\\Microsoft DNX\\Dnvm\\;C;C:\\Program Files\\dotnet\\;C:\\Program Files (x86)\\Nordic Semiconductor\\nrf-command-line-tools\\bin\\;C:\\Users\\501\\AppData\\Local\\Microsoft\\WindowsApps;C:\\Users\\501\\.dotnet\\tools;C:\\Users\\501\\AppData\\Local\\Programs\\Microsoft VS Code\\bin&amp;quot;,
      &amp;quot;ZEPHYR_BASE&amp;quot;: &amp;quot;c:\\nordic\\ncs\\v1.9.1\\zephyr&amp;quot;,
      &amp;quot;GNUARMEMB_TOOLCHAIN_PATH&amp;quot;: &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt&amp;quot;,
      &amp;quot;ZEPHYR_TOOLCHAIN_VARIANT&amp;quot;: &amp;quot;gnuarmemb&amp;quot;,
      &amp;quot;PYTHONPATH&amp;quot;: &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin\\Lib;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin\\Lib\\site-packages&amp;quot;,
      &amp;quot;Python3_ROOT&amp;quot;: &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin&amp;quot;
    },
    &amp;quot;toolchainPath&amp;quot;: &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain&amp;quot;,
    &amp;quot;toolchainBinPath&amp;quot;: &amp;quot;c:\\nordic\\ncs\\v1.9.1\\toolchain\\opt\\bin&amp;quot;,
    &amp;quot;toolchainVersion&amp;quot;: &amp;quot;1.9.1&amp;quot;
  },
  &amp;quot;terminal&amp;quot;: {
    &amp;quot;shell&amp;quot;: null,
    &amp;quot;defaultProfile&amp;quot;: null
  }
}

&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to build sample application on Windows</title><link>https://devzone.nordicsemi.com/thread/367464?ContentTypeID=1</link><pubDate>Wed, 11 May 2022 15:27:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51cc2351-0850-4913-b734-e43e4d7a8bf9</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Thanks for testing. Could you please try to run the following command in the VS Code Command Palette:&amp;nbsp;&lt;strong&gt;nrf Connect: Generate Support Information&lt;/strong&gt;&amp;nbsp;&lt;strong&gt;&lt;/strong&gt;and provide the information here as a .txt file or using &lt;strong&gt;Insert --&amp;gt; Code.&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to build sample application on Windows</title><link>https://devzone.nordicsemi.com/thread/367438?ContentTypeID=1</link><pubDate>Wed, 11 May 2022 13:29:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a8183d9-27e6-4dcc-85b8-92b0103fa3c0</guid><dc:creator>D0023</dc:creator><description>&lt;p&gt;I tried it - from the Toolchain Manager, I opened Bash window and then I executed ncsmgr init-ncs:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;NCS repositories are not yet cloned here. To do so run the following command:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;ncsmgr init-ncs&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;501@c-DF0V MINGW64 /c/nordic/ncs/v1.9.1&lt;br /&gt;$ ncsmgr init-ncs&lt;br /&gt;Checking out NCS v1.9.1 ...FATAL ERROR: already initialized in C:\nordic\ncs\v1.9.1, aborting.&lt;br /&gt;Note:&lt;br /&gt; In your environment, ZEPHYR_BASE is set to:&lt;br /&gt; C:/nordic/ncs/v1.9.1/zephyr&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;This forces west to search for a workspace there.&lt;br /&gt; Try unsetting ZEPHYR_BASE and re-running this command.&lt;br /&gt;HEAD is now at 126fad0e2 manifest: update manifest file with 1.9.1 tags&lt;br /&gt;/C/nordic/ncs/v1.9.1&lt;br /&gt;done&lt;br /&gt;Updating repos ...&lt;br /&gt;done&lt;br /&gt;usage: west [-h] [-z ZEPHYR_BASE] [-v] [-V] &amp;lt;command&amp;gt; ...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;It is says that the NCS repositories are not cloned yet, but after I tried to run init-ncs it says that is is already initialized?!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to build sample application on Windows</title><link>https://devzone.nordicsemi.com/thread/367434?ContentTypeID=1</link><pubDate>Wed, 11 May 2022 13:21:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31645222-68d6-4a5a-8e55-610a7eb81deb</guid><dc:creator>D0023</dc:creator><description>&lt;p&gt;Hello &lt;span&gt;&amp;Oslash;yvind&lt;/span&gt;,&lt;/p&gt;
&lt;p&gt;Yes, I tried but it fails:&lt;/p&gt;
&lt;p&gt;501@c-DF0V MINGW64 /c/nordic/myapps/lpuart-test&lt;br /&gt;$ west init&lt;br /&gt;FATAL ERROR: already initialized in C:\nordic\ncs\v1.9.1, aborting.&lt;br /&gt;Note:&lt;br /&gt; In your environment, ZEPHYR_BASE is set to:&lt;br /&gt; C:/nordic/ncs/v1.9.1/zephyr&lt;/p&gt;
&lt;p&gt;This forces west to search for a workspace there.&lt;br /&gt; Try unsetting ZEPHYR_BASE and re-running this command.&lt;/p&gt;
&lt;p&gt;I also tried unsetting ZEPHYR_BASE as it recommended. I unset it in the terminal window. Then west init worked and completed Ok. I opened VS Code again, but the problem is still there. I also tried updating the Quick Configuration - set the SDK to be the one that west init downloaded in my sample application folder. Still the same error.&lt;/p&gt;
&lt;p&gt;What else can I try?&lt;/p&gt;
&lt;p&gt;Yesterday, I also tried removing everything (SDK and all supporting software that I installed), including cleaning all user directories that were created. Then re-installing again. No luck - the error is still there.&lt;/p&gt;
&lt;p&gt;Thank you,&lt;/p&gt;
&lt;p&gt;D.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to build sample application on Windows</title><link>https://devzone.nordicsemi.com/thread/367428?ContentTypeID=1</link><pubDate>Wed, 11 May 2022 13:09:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c972e96e-4104-410f-bc69-ce09ea9b6175</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;A small correction, open Command prompt or git bash from the Toolchain Manager and try running&amp;nbsp;&lt;/p&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;ncsmgr init-ncs&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:&amp;#39;courier new&amp;#39;, courier;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to build sample application on Windows</title><link>https://devzone.nordicsemi.com/thread/367410?ContentTypeID=1</link><pubDate>Wed, 11 May 2022 12:40:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f6adace-a42a-4638-8625-2a39ad3d8b89</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello D.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is a strange behavior.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
[quote user=""]That post mentions about invoking &amp;quot;west init&amp;quot;. I tried to invoke west, but it complains the Python is not found.[/quote]
&lt;p&gt;Did you try this within the Command Prompt or Git bash from the Toolchain Manager dropdown menu?&amp;nbsp;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1652272519612v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>