<?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>fail to create a new Freestanding Application under NRF Connect</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/83019/fail-to-create-a-new-freestanding-application-under-nrf-connect</link><description>I am trying to create my first Freestanding Application under NRF Connect, I have SDK version 1.8.0. As soon as I click on &amp;quot;Create Application&amp;quot; I got the error message &amp;quot; Application already exists&amp;quot;. I see that a directory with the name I have chosen for</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Feb 2022 16:54:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/83019/fail-to-create-a-new-freestanding-application-under-nrf-connect" /><item><title>RE: fail to create a new Freestanding Application under NRF Connect</title><link>https://devzone.nordicsemi.com/thread/350743?ContentTypeID=1</link><pubDate>Tue, 01 Feb 2022 16:54:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0aeeda8b-c4c4-40af-a6c0-9e8cc4eb1da2</guid><dc:creator>Alexandre Desgagne</dc:creator><description>&lt;p&gt;I had the same issue and this workaround works!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fail to create a new Freestanding Application under NRF Connect</title><link>https://devzone.nordicsemi.com/thread/348826?ContentTypeID=1</link><pubDate>Fri, 21 Jan 2022 05:25:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fe1302b-4bfb-4f9f-8aa1-9a8c3926add9</guid><dc:creator>DougMortime</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I had a similar issue, the way I solved it was by going to the home page and then making sure your tool chain is actually selected and not left blank. To get there, simply press nrf Connect on the sidebar if you&amp;#39;re using VSCode and then under applications press open welcome page. Then select the tool chain, such as 1.8.0, for both options then close the page and now it should work fine.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;DM&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fail to create a new Freestanding Application under NRF Connect</title><link>https://devzone.nordicsemi.com/thread/345937?ContentTypeID=1</link><pubDate>Tue, 04 Jan 2022 14:01:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee26c874-a3d9-4d1d-89eb-150f2b6286ba</guid><dc:creator>Sergio Bezz</dc:creator><description>&lt;p&gt;Of course the directory was non existing before the attempt to create the application, and the tool has writing rights to the provided directory path.&lt;br /&gt;Nevertheless, I have found a walk-around to the issue on VS: instead of invoking &amp;quot;Create a new Application from sample&amp;quot; from the &amp;quot;Welcome&amp;quot; tab (on the left&amp;nbsp;of the screen), I 1st do&amp;nbsp;&amp;quot;Open welcome page&amp;quot; and once the &amp;quot;Welcome to RF connect&amp;quot; page is opened, I click on &amp;quot;Getting Started &amp;gt;&amp;gt; Create a new Application from sample&amp;quot;, this time it works !&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fail to create a new Freestanding Application under NRF Connect</title><link>https://devzone.nordicsemi.com/thread/345809?ContentTypeID=1</link><pubDate>Tue, 04 Jan 2022 08:15:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53c90d9c-5a1b-4dd1-b068-015523ec042e</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="SwagWalker"]Created&amp;nbsp; empty folder called C:\Nordic Apps[/quote]
&lt;p&gt;Can you try to use a folder without the space? E.g. C:\NordicApps or C:\NCS&lt;br /&gt;&lt;br /&gt;I added a folder C:\Nordic Apps and added a new application to this. This would generate an empty folder, and the following output when trying to add build configuration:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="powershell"&gt;&amp;gt; Executing task: nRF Connect: Generate config nrf9160dk_nrf9160_ns for c:\Nordic Apps\blinky &amp;lt;

Building blinky
west build --build-dir c:\Nordic Apps\blinky\build c:\Nordic Apps\blinky --pristine --board nrf9160dk_nrf9160_ns -- -DCMAKE_EXPORT_COMPILE_COMMANDS:BOOL=On -DNCS_TOOLCHAIN_VERSION:STRING=&amp;quot;NONE&amp;quot;

ERROR: source directory Apps\blinky\build does not exist
FATAL ERROR: refusing to proceed without --force due to above error
The terminal process terminated with exit code: 1.

Terminal will be reused by tasks, press any key to close it.
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fail to create a new Freestanding Application under NRF Connect</title><link>https://devzone.nordicsemi.com/thread/345765?ContentTypeID=1</link><pubDate>Mon, 03 Jan 2022 22:33:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:09350b2f-07a8-4788-9add-587d7a91a828</guid><dc:creator>SwagWalker</dc:creator><description>&lt;p&gt;There is nothing in C:\Nordic Apps, its empty. To me, this bug/error seems like a race condition or out of order check for file name. Why would it say it already exits if it just created the file? It should create the file, put the example project files in the just created file, then do a check.&lt;/p&gt;
&lt;p&gt;Steps:&lt;/p&gt;
&lt;p&gt;1. Created&amp;nbsp; empty folder called C:\Nordic Apps&lt;/p&gt;
&lt;p&gt;2. Using my file locations above, give application name random name, blink123&lt;/p&gt;
&lt;p&gt;3. Hit &amp;quot;Create Application&amp;quot;&lt;/p&gt;
&lt;p&gt;4. Application creates blink123 file in my C:\Nordic Apps folder, but it is empty.&lt;/p&gt;
&lt;p&gt;5. Error shown&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fail to create a new Freestanding Application under NRF Connect</title><link>https://devzone.nordicsemi.com/thread/345584?ContentTypeID=1</link><pubDate>Mon, 03 Jan 2022 08:35:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e16a22a4-1095-4817-81fa-0fba47cb2a21</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;What folders are in C:\Nordic Apps ?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Here is my setup:&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/6470.pastedimage1641198716529v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I have a folder called blinky already in the Application location:&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/1512.pastedimage1641198775812v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Even if I rename the folder, and add an empty folder named blinky it will give same error. Giving the &lt;strong&gt;application name&lt;/strong&gt; blinky will generate a folder named blinky. &amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fail to create a new Freestanding Application under NRF Connect</title><link>https://devzone.nordicsemi.com/thread/345298?ContentTypeID=1</link><pubDate>Tue, 28 Dec 2021 19:22:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82dae2f0-4ca2-48bd-a2d9-fd3871a99754</guid><dc:creator>SwagWalker</dc:creator><description>&lt;p&gt;Same issue using visual studio code. Always attempts to copy the hello world example and fails with the error. No change if I install sdk 1.8.0. Downloaded latest versions of everything needed per the video, no change. When it errors out, it creates the folder, but its empty. I can delete the empty folder it attempts to create,&amp;nbsp; but it fails the same way every time.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/720x480/__key/communityserver-discussions-components-files/4/Screenshot-2021_2D00_12_2D00_28-131423.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: fail to create a new Freestanding Application under NRF Connect</title><link>https://devzone.nordicsemi.com/thread/344741?ContentTypeID=1</link><pubDate>Wed, 22 Dec 2021 08:39:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6d9cd2f5-1d24-45e7-adbd-d069325f6dea</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Can you please share the steps that you used?&amp;nbsp;Please provide a screenshot of your setup. Are you using the VS Code extension or SES?&lt;/p&gt;
&lt;p&gt;Make sure that the folder you are&amp;nbsp;trying to generate your application in is empty.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Have a &lt;a href="https://www.youtube.com/watch?v=2cv_jjqk5hg&amp;amp;list=PLx_tBuQ_KSqEt7NK-H7Lu78lT2OijwIMl"&gt;look at our VS Code extension playlist on YouTube&lt;/a&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>