<?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>Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8947/problem-setting-up-eclipse-for-nrf52</link><description>Hello, I have been trying to setup eclipse for the NRF52 off and on all week. I followed the guide on setting up eclipse for the NRF51 and adapted it for the NRF52. 
 I&amp;#39;ve finally gotten really close but I am running into some errors when compiling.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Mar 2016 04:10:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8947/problem-setting-up-eclipse-for-nrf52" /><item><title>RE: Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/thread/32947?ContentTypeID=1</link><pubDate>Mon, 07 Mar 2016 04:10:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:003858e5-1c72-4c43-acc8-c91fa1bfd60a</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;You should look in the console tab for compiler outputs.  There errors in problem may come from Eclipse trying to parse the code not gcc.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/thread/32935?ContentTypeID=1</link><pubDate>Fri, 13 Nov 2015 08:54:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d28aaa5a-729b-4fe6-a202-c6d99e3eaeb9</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;That&amp;#39;s a general Eclipse &amp;quot;feature&amp;quot; - not specifically to do with Nordic or nRF5x.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve had similar issues on Eclipse with code unrelated to nRF5x.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/thread/32946?ContentTypeID=1</link><pubDate>Tue, 01 Sep 2015 14:51:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5093e18e-442c-498a-87fc-4fb7844d3f4e</guid><dc:creator>Blue_Alien</dc:creator><description>&lt;p&gt;Hm, I have a few Gb of space in my dropbox folder. Should be more than enough for the compiler.
I tried reinstalling gcc-arm but that didn&amp;#39;t fix the problem.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://i.imgur.com/cMKzfWi.png"&gt;Getting these errors when trying to compile EHAL and CMSIS too.&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/thread/32934?ContentTypeID=1</link><pubDate>Tue, 01 Sep 2015 13:17:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b8b523f-13f9-4671-b1ed-30dd45f4a336</guid><dc:creator>Konrad Traczyk</dc:creator><description>&lt;p&gt;I&amp;#39;ve just switched IDE from Keil to Eclipse and had the very same error with symbol &amp;quot;NUMBER_OF_GPIOT_TE&amp;quot;. In nRF51 SDK the problem was that &amp;quot;nrf_drv_gpiote.c&amp;quot; uses these macros, but they are defined in inactive #ifdef block (GPIOTE_ENABLED) in &amp;quot;nrf_drv_config.h&amp;quot; so these macros weren&amp;#39;t defined. The sollution for me was to exclude the nrf_drv_gpiote.c and all unused drivers from build in project-&amp;gt;properties-&amp;gt;C/C++ General-&amp;gt;Paths and symbols-&amp;gt;Source Location-&amp;gt; Edit filter button&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/thread/32948?ContentTypeID=1</link><pubDate>Tue, 01 Sep 2015 12:05:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b9c2b82-5722-4d58-aaba-e859209b6781</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;When you created a project, did you go to &amp;quot;New -&amp;gt; Makefile Project with Existing Code&amp;quot; ? If you set the project location to the armgcc folder in the example, it will use the Makefile included in the example, and it should at least compile out of the box. (If you followed the steps in this tutorial: &lt;a href="https://devzone.nordicsemi.com/tutorials/7/development-with-gcc-and-eclipse/"&gt;devzone.nordicsemi.com/.../&lt;/a&gt; in the &amp;quot;Setting up Eclipse&amp;quot; section)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/thread/32945?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 21:44:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89df8ad4-486f-4a55-b892-f7ce92ceaf25</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;I see that your workspace is in Dropbox drive.  Do you have enough room ? You can also try to remove the Vector_nRF52.c from the project and re-import it back again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/thread/32944?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 14:03:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc545e05-c4db-4d3a-8580-301b71755a00</guid><dc:creator>Blue_Alien</dc:creator><description>&lt;p&gt;Just tried building with the new project settings, but I&amp;#39;m still getting the same error.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/thread/32943?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 04:32:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f3a9086-0c54-407f-b6f9-53c9595e4d44</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;Could be related to path.  I just commit change for the path of Vectors_nRF52.  Try the new project setting.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/thread/32942?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 03:27:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c87e1809-4a5d-4714-9342-b7b9f2ca6d2b</guid><dc:creator>Blue_Alien</dc:creator><description>&lt;p&gt;21:26:16 **** Incremental Build of configuration Debug for project Blinky ****
make all
Building file: D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/src/Vectors_nRF52.c
Invoking: Cross ARM C Compiler
arm-none-eabi-gcc -mcpu=cortex-m4 -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections  -g3 -DBOARD_PCA10036 -DNRF52 -I&amp;quot;D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../nrf52_sdk/examples/bsp&amp;quot; -I&amp;quot;D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../nrf52_sdk/components/drivers_nrf/hal&amp;quot; -I&amp;quot;D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../../../CMSIS/CMSIS/include&amp;quot; -I&amp;quot;D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../nrf52_sdk/components/drivers_nrf/gpiote&amp;quot; -I&amp;quot;D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../nrf52_sdk/components/device&amp;quot; -I&amp;quot;D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../CMSIS/include&amp;quot; -I&amp;quot;D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/exemples/Blinky/../../nrf52_sdk/components/drivers_nrf/delay&amp;quot; -std=gnu11 -MMD -MP -MF&amp;quot;src/Vectors_nRF52.d&amp;quot; -MT&amp;quot;src/Vectors_nRF52.d&amp;quot; -c -o &amp;quot;src/Vectors_nRF52.o&amp;quot; &amp;quot;D:/Dropbox/Eclipse Workspace/ARM/Nordic/nRF52/src/Vectors_nRF52.c&amp;quot;
make: *** [src/Vectors_nRF52.o] Error -1073741502&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/thread/32941?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 02:49:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1fb7b7ce-421e-4348-ab7c-9fb0160a25dc</guid><dc:creator>Blue_Alien</dc:creator><description>&lt;p&gt;It seems that arm gcc is not able to run.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://i.imgur.com/6JrE6kT.png"&gt;arm-none-eabi-gcc.exe unable to start&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/thread/32940?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 02:14:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a475577e-248c-49ba-af75-439c028ebd9a</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;I have no idea what that error is.  Do you have the console output ?  looks like a corrupted file.  Can also run a scan of your filesystem for error?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/thread/32939?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 02:09:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2eec86dd-18f0-4fb4-94fd-1146a2cd05b5</guid><dc:creator>Blue_Alien</dc:creator><description>&lt;p&gt;Thanks for the help Nguyen! I am very close to having it all working. Now I am getting this error when I try to build.
make: *** [src/Vectors_nRF52.o] Error -1073741502&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/thread/32938?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 01:37:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:743c441b-f475-4f0d-b19d-9c059762506a</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;I just commit the missing files for EHAL and CMSIS.  There is no dfu yet.  Only example code is the Blinky for now&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/thread/32937?ContentTypeID=1</link><pubDate>Mon, 31 Aug 2015 01:12:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:98344371-c9b5-4aeb-8c0a-0586a69205a0</guid><dc:creator>Blue_Alien</dc:creator><description>&lt;p&gt;I&amp;#39;m trying to follow the tutorial for the NRF52. But when I download the EHAL from github, it is missing the CMIS, EHAL, and dfu_nrf52 in the NRF52 folder.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Problem setting up Eclipse for NRF52</title><link>https://devzone.nordicsemi.com/thread/32936?ContentTypeID=1</link><pubDate>Sat, 29 Aug 2015 04:33:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5eed6029-fd51-426b-ac09-e60629ae23ab</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;try &lt;a href="http://embeddedsoftdev.blogspot.ca/p/ehal-nrf51.html"&gt;here&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>