<?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>eclipse build error</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/12696/eclipse-build-error</link><description>I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe my paths in the project properties are set correctly, and I also believe that I</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 17 Apr 2017 23:55:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/12696/eclipse-build-error" /><item><title>RE: eclipse build error</title><link>https://devzone.nordicsemi.com/thread/48222?ContentTypeID=1</link><pubDate>Mon, 17 Apr 2017 23:55:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0611941-cebf-4c48-8b77-c364b960c4af</guid><dc:creator>MikeLemon</dc:creator><description>&lt;p&gt;I&amp;#39;ve done all of those steps and that still doesn&amp;#39;t manage to see the nrf related code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: eclipse build error</title><link>https://devzone.nordicsemi.com/thread/48221?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2016 19:49:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92d3d42b-a69f-414e-b67b-b2b85895cdbc</guid><dc:creator>PerryJ</dc:creator><description>&lt;p&gt;BUILD FINISHED!&lt;/p&gt;
&lt;p&gt;Thank you Carlos!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: eclipse build error</title><link>https://devzone.nordicsemi.com/thread/48223?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2016 19:38:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7bbc9283-5c37-45f2-a2bb-32c3c07eb04a</guid><dc:creator>Carlos</dc:creator><description>&lt;p&gt;The PATH in the windows environment variables, &lt;a href="http://www.computerhope.com/issues/ch000549.htm"&gt;this&lt;/a&gt; is a tutorial on how to do it. You have to add &lt;code&gt;C:\Program Files (x86)\GnuWin32\bin&lt;/code&gt; and &lt;code&gt;C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q3\bin&lt;/code&gt; if its not there.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: eclipse build error</title><link>https://devzone.nordicsemi.com/thread/48220?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2016 19:35:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:02c24773-03bb-458a-ab66-bcdd435b7c28</guid><dc:creator>PerryJ</dc:creator><description>&lt;p&gt;I have installed coreutils, and set the Build command to &amp;quot;make VERBOSE=1&amp;quot;. Which PATH variable are you referring to?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: eclipse build error</title><link>https://devzone.nordicsemi.com/thread/48219?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2016 19:19:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8afd5c5-f788-4dfd-ad10-3be341b663d7</guid><dc:creator>Carlos</dc:creator><description>&lt;p&gt;Add &lt;code&gt;C:\Program Files (x86)\GnuWin32\bin&lt;/code&gt; to your PATH variable (both administrator and user), also you have to install &lt;code&gt;coreutils&lt;/code&gt;. Also make sure that in your project properties in &lt;em&gt;C/C++ Build&lt;/em&gt; then &lt;em&gt;Builder Settings&lt;/em&gt; tab then &lt;em&gt;Build command&lt;/em&gt; you have &lt;code&gt;make VERBOSE=1&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: eclipse build error</title><link>https://devzone.nordicsemi.com/thread/48218?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2016 19:11:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64061c3c-ccd5-49e5-b80f-e47d043d5ef2</guid><dc:creator>PerryJ</dc:creator><description>&lt;p&gt;I have followed the tutorial you linked to, and installed Make for Windows already.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: eclipse build error</title><link>https://devzone.nordicsemi.com/thread/48217?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2016 11:55:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bde82bce-55bd-43fa-9800-31d2fada3aee</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@PerryJ: Have you installed &lt;a href="http://gnuwin32.sourceforge.net/packages/make.htm"&gt;Make for Windows&lt;/a&gt; ? I haven&amp;#39;t seen GnuWin32 in the list in your PATH. Please follow the &lt;a href="https://devzone.nordicsemi.com/tutorials/7/development-with-gcc-and-eclipse/"&gt;tutorial here&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: eclipse build error</title><link>https://devzone.nordicsemi.com/thread/48213?ContentTypeID=1</link><pubDate>Tue, 22 Mar 2016 21:09:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7c58a5d-07d1-4c79-87ac-febbe190c243</guid><dc:creator>PerryJ</dc:creator><description>&lt;p&gt;I installed the GNU Tools ARM Embedded v4.92015q3, I have updated this in my Makefile.windows to be
&amp;quot;GNU_INSTALL_ROOT := $(PROGFILES)/GNU Tools ARM Embedded/4.9 2015q3&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: eclipse build error</title><link>https://devzone.nordicsemi.com/thread/48216?ContentTypeID=1</link><pubDate>Tue, 22 Mar 2016 18:56:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6361024d-effb-436b-9793-919ddcfc7d25</guid><dc:creator>PerryJ</dc:creator><description>&lt;p&gt;Is the tool chain I should be referencing in the C/C++ General/Paths and Symbols/Includes/GNU C?&lt;/p&gt;
&lt;p&gt;I made this change as listed above, and I now have a new error as listed below.&lt;/p&gt;
&lt;p&gt;Error: Program &amp;quot;make&amp;quot; not found in PATH
PATH=[C:\Users\Perry\Desktop\SDK\components\toolchain\gcc;C:\Users\Perry\Desktop\SDK\components\toolchain\gcc;C:/Program Files/Java/jre1.8.0_74/bin/server;C:/Program Files/Java/jre1.8.0_74/bin;C:/Program Files/Java/jre1.8.0_74/lib/amd64;C:\ProgramData\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Skype\Phone;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\Nordic Semiconductor\nrf5x\bin;C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q3\bin;C:\Users\Perry\Desktop\Eclipse Install Extraction\eclipse]&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: eclipse build error</title><link>https://devzone.nordicsemi.com/thread/48215?ContentTypeID=1</link><pubDate>Tue, 22 Mar 2016 17:25:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a288517-020f-4906-98eb-4724c1e352ed</guid><dc:creator>Carlos</dc:creator><description>&lt;p&gt;Hi Perry, this usually means that the GNU toolchain path is set incorrectly, make sure that you have put the correct path in the file called &lt;code&gt;makefile.windows/posix&lt;/code&gt; inside &lt;code&gt;&amp;lt;SDK&amp;gt;/components/toolchain/gcc&lt;/code&gt;, the extension of the &lt;code&gt;makefile&lt;/code&gt; depends on the platform you are using (Windows or OSX/Linux). Good luck.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: eclipse build error</title><link>https://devzone.nordicsemi.com/thread/48214?ContentTypeID=1</link><pubDate>Tue, 22 Mar 2016 12:48:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81ff67e1-69cf-4280-a26a-a578e375094c</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Perry,
Have you checked you have correct version of GNU Tools ARM Embedded ? It should be v4.9 2015q1 as shown in your screenshot.
If you don&amp;#39;t have the same version, you can modify the configuration file Makefile.windows to match. It&amp;#39;s located in SDK folder\components\toolchain\gcc\&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>