<?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>Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3816/getting-started-with-eclipse-luna</link><description>I just starting out trying to get an Eclipse dev environment up and running. I&amp;#39;ve tried following nAN-29 but it seems out of date. The issues I run into are: 
 
 
 CDT Main Features - I&amp;#39;ve downloaded this but it does not appear under Eclipse &amp;gt; Debug</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 07 Oct 2014 17:50:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3816/getting-started-with-eclipse-luna" /><item><title>RE: Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/thread/13784?ContentTypeID=1</link><pubDate>Tue, 07 Oct 2014 17:50:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ab430d6-b6d2-4ce8-ac51-85c65960a29f</guid><dc:creator>Locky</dc:creator><description>&lt;p&gt;Its working now.  Somehow the Path environment variable kept getting erased.  Got that along with debugging working now.  Now its time to code like a mad man to make up for the lost time.  Again thanks for everyones help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/thread/13783?ContentTypeID=1</link><pubDate>Fri, 03 Oct 2014 02:59:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d4e2ba3-91aa-43bb-afcd-7f16dbe0ea42</guid><dc:creator>Locky</dc:creator><description>&lt;p&gt;Beyond this I&amp;#39;ve completed all the steps from nAN-29 v1.1
When compiling from Eclipse I get the follow errors:
Program &amp;quot;arm-none-eabi-g++&amp;quot; not found in PATH
Program &amp;quot;arm-none-eabi-gcc&amp;quot; not found in PATH
Program &amp;quot;make&amp;quot; not found in PATH&lt;/p&gt;
&lt;p&gt;And as mentioned, when trying to compile at the command line I get:
&amp;#39;make&amp;#39; is not recognized as an internal or external command, operable program or batch file.&lt;/p&gt;
&lt;p&gt;I really hope someone can help me out.  If this takes much longer I may have to cancel the whole project.  Thanks guys.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/thread/13782?ContentTypeID=1</link><pubDate>Fri, 03 Oct 2014 02:55:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0d544483-2cd4-488c-bbad-6fdd7cb0b249</guid><dc:creator>Locky</dc:creator><description>&lt;ol start="8"&gt;
&lt;li&gt;C/C++ General\ Path and Symbols\Include - Manually includes the following:
C:\Nordic Semiconductor\nrf51 SDK Version6_1\nrf51822\Include
C:\Nordic Semiconductor\nrf51 SDK Version6_1\nrf51822\Include\ble\device_manager
C:\Nordic Semiconductor\nrf51 SDK Version6_1\nrf51822\Include\ble
C:\Nordic Semiconductor\nrf51 SDK Version6_1\nrf51822\Include\ble\ble_services
C:\Nordic Semiconductor\nrf51 SDK Version6_1\nrf51822\Include\ext_sensors
C:\Nordic Semiconductor\nrf51 SDK Version6_1\nrf51822\Include\gcc
C:\Nordic Semiconductor\nrf51 SDK Version6_1\nrf51822\Include\s110
C:\Nordic Semiconductor\nrf51 SDK Version6_1\nrf51822\Include\app_common
C:\Nordic Semiconductor\nrf51 SDK Version6_1\nrf51822\Include\sd_common
C:\Nordic Semiconductor\nrf51 SDK Version6_1\nrf51822\Include\sdk
C:\Program Files (x86)\GNU Tools ARM Embedded\4.8 2014q2\arm-none-eabi\include
C:\Program Files (x86)\GNU Tools ARM Embedded\4.8 2014q2\arm-none-eabi\include\c++\4.8.4
C:\Program Files (x86)\GNU Tools ARM Embedded\4.8 2014q2\lib\gcc\arm-none-eabi\4.8.4\include-fixed
C:\Program Files (x86)\GNU Tools ARM Embedded\4.8 2014q2\lib\gcc\arm-none-eabi\4.8.4\include&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/thread/13781?ContentTypeID=1</link><pubDate>Fri, 03 Oct 2014 02:55:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1819a2f6-ca50-4e58-a7d6-5096584fec12</guid><dc:creator>Locky</dc:creator><description>&lt;ol start="3"&gt;
&lt;li&gt;
&lt;p&gt;C/C++ Build\Behaviour  - set &lt;strong&gt;Build (Incremental build)&lt;/strong&gt; inline text field to &lt;strong&gt;debug&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;C/C++ Build\Build Variables  - none&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;C/C++ Build\Enviroment -  Added &lt;strong&gt;MAKE&lt;/strong&gt; with a path to C:\Program Files (x86)\GnuWin32\bin
Added &lt;strong&gt;PATH&lt;/strong&gt;  from System Variables&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;C/C++ Build\Toolchains   - set to GNU Tools for ARM Embedded Processors (arm-none-eabi-gcc) with the &lt;strong&gt;Global path&lt;/strong&gt; set to C:\Program Files (x86)\GNU Tools ARM Embedded\4.8 2014q2\arm-none-eabi\bin&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;C/C++ Build\Tool Chain Editor  - set &lt;strong&gt;Current toolchain&lt;/strong&gt; to Cross Arm GCC , set &lt;strong&gt;Current builder&lt;/strong&gt; to &amp;quot;Gnu Make Builder&amp;quot;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/thread/13780?ContentTypeID=1</link><pubDate>Fri, 03 Oct 2014 02:49:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c19cd11-f385-46a0-b396-05f45d8a349c</guid><dc:creator>Locky</dc:creator><description>&lt;p&gt;I&amp;#39;m very concerned as each time I try to compile (without changing anything)  I am getting different compile errors each time.  I mitigate this I tried compiling from the command line, but I&amp;#39;m now getting the  old &amp;quot; &amp;#39;make&amp;#39; is not recognized as an internal or external command, operable program or batch file&amp;quot;  which was not the case when compiling earlier today.  Again I haven&amp;#39;t touched the PATH System Variable path.  Just to double-check everything:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;I added the follow paths to the PATH system variable:
;C:\Program Files (x86)\Nordic Semiconductor\nrf51\bin&lt;br /&gt;
;C:\Program Files (x86)\GnuWin32\bin
;C:\Program Files (x86)\GNU Tools ARM Embedded\4.8 2014q2\arm-none-eabi\bin&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;C/C++ Build\Builder Settings  - set the &lt;strong&gt;Build Command&lt;/strong&gt; to&amp;quot;&lt;strong&gt;make&lt;/strong&gt; , and set the &lt;strong&gt;Build director&lt;/strong&gt; to &lt;strong&gt;&lt;em&gt;path to project \gcc folder&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/thread/13779?ContentTypeID=1</link><pubDate>Thu, 02 Oct 2014 22:58:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7322622f-e8d3-4db0-a97a-bf7739c66414</guid><dc:creator>Locky</dc:creator><description>&lt;p&gt;In trying to get debugging up and running I seem to have broken my project.  I can no longer compile and get the following errors:
Program &amp;quot;arm-none-eabi-g++&amp;quot; not found in PATH
Program &amp;quot;arm-none-eabi-gcc&amp;quot; not found in PATH&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t touched the Path - build variable  nor the PATH - environment variable.  Also did not change the filepath set for the GNU Toolchain (under  C/C++ Build\Settings\Toolchains).   Is Eclipse really this finicky?  Its odd that playing with the Debug Configuration should have any effect on regular project building?  Unfortunately I&amp;#39;m not at 2 weeks without a stable project to develop on :(&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/thread/13778?ContentTypeID=1</link><pubDate>Tue, 23 Sep 2014 19:56:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84bd68f7-21b1-49d4-b016-39cc8f95b617</guid><dc:creator>Locky</dc:creator><description>&lt;p&gt;Thanks alot, got this working now!&lt;/p&gt;
&lt;p&gt;Now I just have to setup debugging which is another can of worms.  Thanks for your help everyone&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/thread/13777?ContentTypeID=1</link><pubDate>Thu, 18 Sep 2014 03:20:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aeb47535-9028-4b25-b9e7-e1c6af2a70e3</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Probably you didn&amp;#39;t set the PATH to your compiler.  You can manually set compiler the project settings.  Select Toolchains tab.  I can&amp;#39;t attach an image in comment so I edit and attached image to my previous answer.
also see here for more explanations &lt;a href="http://gnuarmeclipse.livius.net/blog/toolchain-path/"&gt;gnuarmeclipse.livius.net/.../&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/thread/13776?ContentTypeID=1</link><pubDate>Wed, 17 Sep 2014 23:18:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db3133bd-b123-4921-a5f4-b2e6ab1bba03</guid><dc:creator>Locky</dc:creator><description>&lt;p&gt;Thanks for helping guys, I&amp;#39;ve made some progress today but still cannot get to the point where I can build example projects successfully.  I&amp;#39;ve followed 3 different methods to set up the environment and tools, but none seem to be working for me thus far.  Perhaps things aren&amp;#39;t working because of Windows 8.1?&lt;/p&gt;
&lt;p&gt;Nguyen - Thanks for the blogspot link.  I followed this method and got to the point where I had to setup the Cross ARM C Linker.  Unfortunately it does not appear in Eclipse under project Properties -&amp;gt; C/C++ Build -&amp;gt; Settings -&amp;gt; Tool Settings for me.  Only a Cross ARM C++ Linker is available.   Something has gone wrong somewhere resulting in this C Linker being missing.&lt;/p&gt;
&lt;p&gt;Håkon - I followed the blogpost, but in step 1) at the command line for building and downloaded an example project I got an error stating &amp;quot; &amp;#39;make&amp;#39; is not recognized as an internal or external command, operable program or batch file&amp;quot;.  Even though I had added &amp;#39;make&amp;#39; as a system variable with a path to GnuWin32\bin.&lt;/p&gt;
&lt;p&gt;Also though I added the embsysregview as stated in pg3 of the nAN-29 document, there was still no /org.eclipse.cdt.embsysregview folder under C:\Program Files (x86)\eclipse\plugins.  After a file search I found that apparently a /.eclipse  folder was created in another directory.  I just copied it over to my current eclipse folder.&lt;/p&gt;
&lt;p&gt;Could I open this issue on the Support Port to get a call with Nordic to assist in setting this up, or is direct support for Eclipse development outside the scope of the Support portal?  As always thanks so much for the help guys.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/thread/13772?ContentTypeID=1</link><pubDate>Wed, 17 Sep 2014 11:24:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3972590f-1fc4-4bf8-9432-c82ac32a66a0</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Easier to start with Eclipse here &lt;a href="http://embeddedsoftdev.blogspot.ca/p/.."&gt;embeddedsoftdev.blogspot.ca/.../..&lt;/a&gt;. then view the specific page on the blog site for nRF51 project creation.  nAN-29 does not work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/thread/13771?ContentTypeID=1</link><pubDate>Wed, 17 Sep 2014 05:47:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2fc3314-ba85-4641-8908-c0c8b52a3100</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Make for windows can be found here: &lt;a href="http://gnuwin32.sourceforge.net/packages/make.htm"&gt;gnuwin32.sourceforge.net/.../make.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;By adding &amp;quot;make&amp;quot; to your system path, you are able to call &amp;quot;make&amp;quot; from any location. There are many tutorials on howto add locations to your PATH in windows, here&amp;#39;s one: &lt;a href="http://geekswithblogs.net/renso/archive/2009/10/21/how-to-set-the-windows-path-in-windows-7.aspx"&gt;geekswithblogs.net/.../how-to-set-the-windows-path-in-windows-7.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/thread/13770?ContentTypeID=1</link><pubDate>Wed, 17 Sep 2014 04:51:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbd64cba-083c-4872-b146-1d16b04df386</guid><dc:creator>Locky</dc:creator><description>&lt;p&gt;Thanks for help guys, unfortunately I&amp;#39;ve made very little progress on this today.  I can&amp;#39;t seem to complete the steps in nAN-29.&lt;/p&gt;
&lt;p&gt;What does &amp;quot;Add the make utility to your system path&amp;quot; mean under the MAKE UTILITY section?&lt;/p&gt;
&lt;p&gt;I cannot seem to complete step 7 in section 1.1.  Though all 3 parts are install, there is no org.eclipse.cdt.embsysregview_x.x.x folder under eclipse plugins.  I tried uninstalling eclipse and re-installing and adding the tools 7 times, but this folder still does not appear.  Please advise?&lt;/p&gt;
&lt;p&gt;Though it says that the GDB Hardware Debugging is installed in eclipse,  it does not appear under Debug Configurations?&lt;/p&gt;
&lt;p&gt;Sorry guys, I&amp;#39;m a Hardware guy so I&amp;#39;m no whiz with software.  Without completing these steps I can&amp;#39;t move on to a test project in the instructions.  Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/thread/13775?ContentTypeID=1</link><pubDate>Tue, 16 Sep 2014 15:03:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d92ffcea-1e23-43d4-a8f0-c73da674f5bd</guid><dc:creator>thomas</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Maybe this document can help you. It come from &lt;a href="https://devzone.nordicsemi.com/question/3997/creating-a-new-project-under-eclipse-from-scratch/"&gt;this post&lt;/a&gt; and explain how to set up an eclipse project from scratch. Tested successfully last week...&lt;/p&gt;
&lt;p&gt;===============================================&lt;/p&gt;
&lt;p&gt;Check this: nAN-29 It shows example makefile-project. If you want to create a project from scratch, you will need to do this:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Install Eclipse Kepler (C C++ developer) and GNU ARM Eclipse Plug-in ( &lt;a href="http://gnuarmeclipse.livius.net/blog/plugins-install/#Plug-ins_install"&gt;help -&amp;gt; install new software....&lt;/a&gt;)
.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Do what was written in nAN-29 in 1 Required tools and 1.1 Setting up Eclipse.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create new empty C project -&amp;gt; Executable -&amp;gt; Cross ARM GCC press next -&amp;gt; next -&amp;gt; select toolchain name &amp;quot;GNU Tools for ARM Embedded Processors (arm-none-eabi-gcc)&amp;quot; and path to toolchain for example &amp;quot;C:\Program Files\GNU Tools ARM Embedded\4.8 2013q4\bin&amp;quot;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add all files from the example project folder to your eclipse project folder i.e. for ble_app_proximity copy files : nRF51 SDK_v5.1.0.36092\Nordic\nrf51822\Board\pca10001\s110\ble_app_proximity\ble_bondmngr_cfg.h nRF51 SDK_v5.1.0.36092\Nordic\nrf51822\Board\pca10001\s110\ble_app_proximity\main.c nRF51 SDK_v5.1.0.36092\Nordic\nrf51822\Board\pca10001\s110\ble_app_proximity\pstorage_platform.h&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create new folder in the eclipse project folder with &amp;quot;startup&amp;quot; name and put in there files: nRF51 SDK_v5.1.0.36092\Nordic\nrf51822\Source\templates\system_nrf51.c nRF51 SDK_v5.1.0.36092\Nordic\nrf51822\Source\templates\gcc\gcc_startup_nrf51.S change file extension from small .s to big .S&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Create new folder in the eclipse project folder with &amp;quot;linker&amp;quot; name and put in there files: nRF51 SDK_v5.1.0.36092\Nordic\nrf51822\Source\templates\gcc\gcc_nrf51_common.ld and one more linker file with the name according to your needs gcc_nrf51_{1}_{2}.ld: where {1}: blank - for projects without softdevice s110 - for projects with s110 softdevice s120 - for projects with s210 softdevice and {2}: xxaa - for chips with xxAA at the end (i.e. NRF51822-QFAA-GC) xxab - for chips with xxAB at the end&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Add new linked folder to project with Source and Include folders from SDK.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;7.1Go to the linked Include folder and do Resource Configurations -&amp;gt; Exclude from build for either s110 or s120 folder depending on what softdevice you are planning to use. For ble_app_proximity exclude s120 folder.&lt;/p&gt;
&lt;p&gt;7.2Go to the Source folder and do Resource Configurations -&amp;gt; Exclude from build for all the files in there that are not needed for the project. For ble_app_proximity check out what files are needed from existing keil example project: nRF51 SDK_v5.1.0.36092\Nordic\nrf51822\Board\pca10001\s110\ble_app_proximity\arm\ble_app_proximity.uvproj&lt;/p&gt;
&lt;p&gt;8.Go to the project properties -&amp;gt; C/C++ Builder -&amp;gt; Settings:&lt;/p&gt;
&lt;p&gt;8.1. In target processor select ARM family: cortex-m0&lt;/p&gt;
&lt;p&gt;8.2. In Optimization uncheck all flags and set optimization level to none (-O0). Later you can change this settings.&lt;/p&gt;
&lt;p&gt;8.3. In Cross ARM C Compiller -&amp;gt; Preprocessor add defined symbols: NRF51 DEBUG NRF51822_QFAA_GC DEBUG_NRF_USER BLE_STACK_SUPPORT_REQD BOARD_PCA10001 Change them according to your board.&lt;/p&gt;
&lt;p&gt;8.4. In Cross ARM C Compiller -&amp;gt; Includes add all required include paths. For ble_app_proximity it will be: &amp;quot;${workspace_loc:/${ProjName}}&amp;quot; &amp;quot;${workspace_loc:/${ProjName}/Nordic/Include}&amp;quot; &amp;quot;${workspace_loc:/${ProjName}/Nordic/Include/app_common}&amp;quot; &amp;quot;${workspace_loc:/${ProjName}/Nordic/Include/ble}&amp;quot; &amp;quot;${workspace_loc:/${ProjName}/Nordic/Include/ble/ble_services}&amp;quot; &amp;quot;${workspace_loc:/${ProjName}/Nordic/Include/boards}&amp;quot; &amp;quot;${workspace_loc:/${ProjName}/Nordic/Include/ext_sensors}&amp;quot; &amp;quot;${workspace_loc:/${ProjName}/Nordic/Include/gcc}&amp;quot; &amp;quot;${workspace_loc:/${ProjName}/Nordic/Include/s110}&amp;quot; &amp;quot;${workspace_loc:/${ProjName}/Nordic/Include/sd_common}&amp;quot;&lt;/p&gt;
&lt;p&gt;8.5. In Cross ARM C Compiller -&amp;gt; Optimization select Language standard to GNU ISO C99 (-std=gnu99).&lt;/p&gt;
&lt;p&gt;8.6. In Cross ARM C Compiller -&amp;gt; Miscellaneous add to the Other compiler flags -Wno-unused-local-typedefs -mabi=aapcs -mfloat-abi=soft.
8.7. In Cross ARM C Linker -&amp;gt; General add main linker file. For ble_app_proximity it will be: &amp;quot;${workspace_loc:/${ProjName}/linker/gcc_nrf51_s110_xxaa.ld}&amp;quot; And uncheck all flags.&lt;/p&gt;
&lt;p&gt;8.8. In Cross ARM C Linker -&amp;gt; Libraries add Library search path to the gcc_nrf51_common.ld file. &amp;quot;${workspace_loc:/${ProjName}/linker}&amp;quot; Uncheck all flags and add to the Other linker flags -mabi=aapcs --specs=nano.specs .
UPD: I fogot a few things in 8.7 and 8.8 and added them now.
UPD2:I added sample eclipse project: Eclipse_workspace.rar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/thread/13774?ContentTypeID=1</link><pubDate>Tue, 16 Sep 2014 14:36:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a1aec84-0ae0-4e96-bd7c-2597f574bd9a</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Have a look here &lt;a href="http://embeddedsoftdev.blogspot.ca/p/eclipse.html"&gt;embeddedsoftdev.blogspot.ca/.../eclipse.html&lt;/a&gt;
Luna does not work well.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Screen-Shot-2014_2D00_09_2D00_17-at-11.17.48-PM.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/Screen-Shot-2014_2D00_09_2D00_17-at-11.11.11-PM.png" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting started with Eclipse Luna</title><link>https://devzone.nordicsemi.com/thread/13773?ContentTypeID=1</link><pubDate>Tue, 16 Sep 2014 11:39:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60457d26-df6a-45d5-8d41-1cd6404f97ed</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;nAN-29 is a bit out-dated, as you&amp;#39;ve noticed.
We have an updated blog post, which a colleague of mine posted a while back:
&lt;a href="https://devzone.nordicsemi.com/blogs/18/development-with-eclipse-and-gcc/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Try this out and see if that works better.&lt;/p&gt;
&lt;p&gt;Cheers,
Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>