<?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>building project outside sdk</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/51707/building-project-outside-sdk</link><description>hello, 
 i want to build eddystone outside sdk..how can i do it.?? i found this..but not getting how to change those directories 
 can somebody help???</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Sep 2019 09:58:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/51707/building-project-outside-sdk" /><item><title>RE: building project outside sdk</title><link>https://devzone.nordicsemi.com/thread/209782?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 09:58:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3e6e64c-3163-42b6-b4cf-b715fbbba77c</guid><dc:creator>Einar Thorsrud</dc:creator><description>[quote user="asmita_patil"]No such file or directory is still there[/quote]
&lt;p&gt;I do not see any other possible reason for this error, then the litteral one, that the file is not there. So you need to make sure that the path is correct. If y ou want help to correct it, plese let us konw the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The exact full path to your project file.&lt;/li&gt;
&lt;li&gt;the exact full path to liboberon_2.0.7.a.&lt;/li&gt;
&lt;li&gt;Upload your full project file, so that we can see how you have modified to specify paths&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building project outside sdk</title><link>https://devzone.nordicsemi.com/thread/209770?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 08:20:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a71d6074-1d77-4856-947b-51b52931d6df</guid><dc:creator>asmita_patil</dc:creator><description>&lt;p&gt;i have added full path to files....&lt;span&gt;&amp;nbsp;libnrf_cc310_0.9.12.a error is removed but,&amp;nbsp;cannot find ../../../../../../external/nrf_oberon/lib/cortex-m4/hard-float/liboberon_2.0.7.a: No such file or directory is still there&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building project outside sdk</title><link>https://devzone.nordicsemi.com/thread/208479?ContentTypeID=1</link><pubDate>Fri, 06 Sep 2019 13:26:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27c640b8-ee15-4379-8248-7f99056c549a</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The error message means that the file cannot be found at the specified path, which is relative to the project file. What is the full path to your project file, and what is the full path to&amp;nbsp;libnrf_cc310_0.9.12.a?&lt;/p&gt;
&lt;p&gt;If you are relocating the project file outside the SDK it would make sense to not use a relative path like this, but instead specify an exact path, using a &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/32524/segger-embedded-studio-relative-paths/125304#125304"&gt;global macro to define the SDK root&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building project outside sdk</title><link>https://devzone.nordicsemi.com/thread/208371?ContentTypeID=1</link><pubDate>Fri, 06 Sep 2019 06:06:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71ece0c8-c00a-4270-94d8-e8ac696570eb</guid><dc:creator>asmita_patil</dc:creator><description>&lt;p&gt;now i am done with all errors..solved...but getting two new errors as follows&lt;/p&gt;
&lt;p&gt;Linking ble_app_eddystone_pca10040_s132.elf&lt;/p&gt;
&lt;p&gt;cannot find ../../../../../../external/nrf_cc310/lib/cortex-m4/hard-float/libnrf_cc310_0.9.12.a: No such file or directory&lt;/p&gt;
&lt;p&gt;cannot find ../../../../../../external/nrf_oberon/lib/cortex-m4/hard-float/liboberon_2.0.7.a: No such file or directory&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;i have those files inthose folders ony path is different now.....how to add path to those files...can get help??&lt;/p&gt;
&lt;p&gt;thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building project outside sdk</title><link>https://devzone.nordicsemi.com/thread/207827?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2019 08:41:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:03b00768-9ca3-46ff-a5b1-b736979e9118</guid><dc:creator>awneil</dc:creator><description>[quote userid="7377" url="~/f/nordic-q-a/51707/building-project-outside-sdk/207816"]I think the best way to do it is to edit the project file (.emProject) in a text editor[/quote]
&lt;p&gt;I agree.&lt;/p&gt;
&lt;p&gt;The project file is XML - there are plenty of text editors that recognise XML and will helpfully highlight the syntax for you ...&lt;/p&gt;
&lt;p&gt;I use Notepad++&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building project outside sdk</title><link>https://devzone.nordicsemi.com/thread/207819?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2019 08:27:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fde813f5-69fb-478c-b448-7a2e56c1b57e</guid><dc:creator>asmita_patil</dc:creator><description>&lt;p&gt;yes @Einar Thorsrud....thank you ..i removed app_button.c file and added it from the folder i want...it at least have accepted the path and can now open...i am making eddystone out of sdk..so i need to change paths&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building project outside sdk</title><link>https://devzone.nordicsemi.com/thread/207816?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2019 08:18:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dfe162a2-0148-429a-b587-20fa6e5130e8</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I did not understand. Can you elaborate? Shoudl app_button.c not be in the SDK? If so, then you can just right-click on it and remove it. Then add the app_button.c you actually want there.&lt;/p&gt;
&lt;p&gt;If you want to move your project out of the SDK tree, that is not something we have any examples for. However, I think the best way to do it is to edit the project file (.emProject) in a text editor and adjust the paths there. Then you can replace all the paths easily, and even use a global macro to hold the base folder so that you just need to change the macro to relocate the SDK folder. See &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/32524/segger-embedded-studio-relative-paths/125304#125304"&gt;this post&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building project outside sdk</title><link>https://devzone.nordicsemi.com/thread/207805?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2019 07:39:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ca2db22e-a5cb-4390-bcfe-8291ac9d059a</guid><dc:creator>asmita_patil</dc:creator><description>&lt;p&gt;yes i am now doing as you suggested....e.g i have folder called nrf_libraries in my solution...i set it to common config, it has one file named app_button.c.&amp;nbsp; but when i try to open that file it is not opening, i have copied that file to another folder and have given that folder path to nrf_libraries folder....&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1567582640200v1.png" alt=" " /&gt; as if you can see path to app_button.c is still that of sdk ...how can i change this path...can you suggest solution...that may solve my problem...thank you&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building project outside sdk</title><link>https://devzone.nordicsemi.com/thread/207662?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2019 11:44:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4862802-df39-4d79-9f09-a0880fdde0d1</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;What do you mean? You can edit everything in the project. But you need to remember that most of the configurations in the SDK project are common for both release and debug build configurations, so you need to select common instead of release in the build configuration drop-down when changing the settings:&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-b8910046e5e047ef99d54a4b1ac30c16/common.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building project outside sdk</title><link>https://devzone.nordicsemi.com/thread/207652?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2019 11:26:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08aa8303-d17c-4c48-b0ba-2cb7fb24bb0f</guid><dc:creator>asmita_patil</dc:creator><description>&lt;p&gt;what about macros??? m not able to change or edit them..can you suggest how to edit those macros.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: building project outside sdk</title><link>https://devzone.nordicsemi.com/thread/207636?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2019 10:29:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df034cf4-21b8-4da6-aa49-9c778231bdd4</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;You just type them in!&lt;/p&gt;
&lt;p&gt;Or copy &amp;amp; paste, of course ...&lt;/p&gt;
&lt;p&gt;And you probably want to do that in the &amp;#39;&lt;strong&gt;Common&lt;/strong&gt;&amp;#39; configuration ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>