<?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>Error creating a makefile for gcc and eclipse</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27613/error-creating-a-makefile-for-gcc-and-eclipse</link><description>I have been following the tutorial devzone.nordicsemi.com/.../ on how to use eclipse but in the makefile part im getting this error. I&amp;#39;m using sdk v11. I have used sdk v14 as well but there was no such error when i tried this. I have set the path correctly</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 28 Nov 2017 16:39:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27613/error-creating-a-makefile-for-gcc-and-eclipse" /><item><title>RE: Error creating a makefile for gcc and eclipse</title><link>https://devzone.nordicsemi.com/thread/109065?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 16:39:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:594330cb-3af5-4e34-a10c-d51b8a465f31</guid><dc:creator>Haaris</dc:creator><description>&lt;p&gt;Thank you soo much. I feel dumb now for neglecting that, I don&amp;#39;t know how i neglected that ...anyways thank you soo much it really means a lot to me&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error creating a makefile for gcc and eclipse</title><link>https://devzone.nordicsemi.com/thread/109064?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 16:32:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85ebd7f2-bea8-47d2-acd2-08cc89407644</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Haaris,&lt;/p&gt;
&lt;p&gt;As I mentioned above, you have double &amp;quot;bin&amp;quot; in your path, use this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;GNU_INSTALL_ROOT := $(PROGFILES)/GNU Tools ARM Embedded/4.9 2015q3
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error creating a makefile for gcc and eclipse</title><link>https://devzone.nordicsemi.com/thread/109062?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 11:35:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dec76058-0caf-402e-ac79-4175a4f7c29f</guid><dc:creator>Haaris</dc:creator><description>&lt;p&gt;Hey Hung,&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s my Makefile.windows&lt;/p&gt;
&lt;p&gt;GNU_INSTALL_ROOT := C:/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q3/bin/&lt;/p&gt;
&lt;p&gt;GNU_VERSION := 4.9.3&lt;/p&gt;
&lt;p&gt;GNU_PREFIX := arm-none-eabi&lt;/p&gt;
&lt;p&gt;I hope this text format is fine because uploading a picture of it would just occupy more space and create confusion.&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: Error creating a makefile for gcc and eclipse</title><link>https://devzone.nordicsemi.com/thread/109061?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 11:24:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1eefea48-645c-44dd-b2fd-797ecfcebfe0</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Haaris,&lt;/p&gt;
&lt;p&gt;I noticed that you have this: C:\Program Files (x86)\GNU Tools ARM Embedded\4.9 2015q3\bin\bin\arm ...&lt;/p&gt;
&lt;p&gt;That &lt;strong&gt;/bin//bin/&lt;/strong&gt; could be the reason why make couldn&amp;#39;t find it. Could you post your Makefile.windows  ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error creating a makefile for gcc and eclipse</title><link>https://devzone.nordicsemi.com/thread/109060?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 10:11:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c0509614-3b17-4676-86ba-193ea7b4299a</guid><dc:creator>Haaris</dc:creator><description>&lt;p&gt;and as you said I will download  a fresh sdk11 and try it again&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error creating a makefile for gcc and eclipse</title><link>https://devzone.nordicsemi.com/thread/109059?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 10:07:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be709a8a-92f6-4dd2-bc80-4efcb5ddde1d</guid><dc:creator>Haaris</dc:creator><description>&lt;p&gt;Hey Hung,
I just checked the toolchain folder and it does contain the system_nrf52.c . I&amp;#39;m using sdk 11 because all ble examples seems to work fine when I compile it with Keil IDE. I have tried the sdk14 but it won&amp;#39;t compile because keil allows to have code upto 32kb only and ble heart rate monitor example takes 37kb, so thats why i decided to use gcc and ecplise ide. I have used gcc with sdk14 it and it makes the _build file normally but the code doesn&amp;#39;t seem to work. So I&amp;#39;m stuck here.
I will upload my &amp;quot; make VERBOSE=1&amp;quot; screenshot in my question itself and update. Please have a look
Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error creating a makefile for gcc and eclipse</title><link>https://devzone.nordicsemi.com/thread/109058?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 09:35:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf7fa06f-3b2b-4de3-a4f6-2a2f13265c07</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Hi Haaris,&lt;/p&gt;
&lt;p&gt;Please try to call &amp;quot;make VERBOSE=1&amp;quot; so we have some more information maybe.&lt;/p&gt;
&lt;p&gt;Please check if system_nrf52.c is located in the toolchain folder. Also please try to test with fresh copy of the SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error creating a makefile for gcc and eclipse</title><link>https://devzone.nordicsemi.com/thread/109057?ContentTypeID=1</link><pubDate>Tue, 28 Nov 2017 06:20:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb44b2e7-9c2f-4954-8d4b-74cde8239464</guid><dc:creator>Haaris</dc:creator><description>&lt;p&gt;I&amp;#39;m using GNU ARM v4.9 2015q3 and yes I did change the Makefile.windows and made it to GNU ARM v4.9 2015q3 but still it gives me this error&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Error creating a makefile for gcc and eclipse</title><link>https://devzone.nordicsemi.com/thread/109063?ContentTypeID=1</link><pubDate>Mon, 27 Nov 2017 13:47:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5dbcabf9-bfe4-4b8b-bb5f-dda87256b94a</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Do you have GNU ARM v4.9 2015q4 installed on your PC (inside Program File (x86)) ?
If you have different GNU ARM version, you need to update the file Makfile.windows inside components\toolchain\gcc&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>