<?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>make-cannot continue stop</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/17702/make-cannot-continue-stop</link><description>Hi all,
I am using sdk12.0.0 and i am trying to build the alert_notification from examples.I have installed GNUARM toolchain version 4.9 2015q2 and I am using eclipse.
Following settings I have done 
 
 Added the toolchain path in sdk_install_root</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Nov 2016 09:37:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/17702/make-cannot-continue-stop" /><item><title>RE: make-cannot continue stop</title><link>https://devzone.nordicsemi.com/thread/68103?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2016 09:37:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37240df1-f974-4ba8-9241-ad39a0f2d2a6</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;I mean that you should open up the windows terminal (cmd), cd into the Makefile directory and type &lt;code&gt;make&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Open up the terminal by pressing windows key, and then write &lt;code&gt;cmd&lt;/code&gt; and press enter.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;cd&lt;/code&gt; into the folder where you have the &lt;code&gt;Makefile&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Write &lt;code&gt;make&lt;/code&gt; and press enter.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: make-cannot continue stop</title><link>https://devzone.nordicsemi.com/thread/68104?ContentTypeID=1</link><pubDate>Wed, 16 Nov 2016 05:50:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bdad29ee-ef49-40c1-a172-0366b1172f67</guid><dc:creator>ponlakshmi</dc:creator><description>&lt;p&gt;&amp;quot;You should make sure that the project compiles outside of eclipse by just using the command line&amp;quot; What is this line means.I verified everything is correct my toolchain version is 4.9.2015q2.I am getting following error
&lt;strong&gt;&lt;em&gt;&amp;quot;process_begin: CreateProcess(C:\Users\ADMINI~1\AppData\Local\Temp\make2608-1.bat, C:\Users\ADMINI~1\AppData\Local\Temp\make2608-1.bat, ...) failed.
make (e=2): The system cannot find the file specified.&amp;quot;&lt;/em&gt;&lt;/strong&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: make-cannot continue stop</title><link>https://devzone.nordicsemi.com/thread/68102?ContentTypeID=1</link><pubDate>Tue, 15 Nov 2016 19:06:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00ce05e7-279e-4665-b8e1-e0ae8bc3fab6</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Are you following &lt;a href="https://devzone.nordicsemi.com/tutorials/7/"&gt;this tutorial&lt;/a&gt;? It should explain the steps needed to make it work in Windows.&lt;/p&gt;
&lt;p&gt;You should make sure that the project compiles outside of eclipse by just using the command line. Navigate to where your Makefile is located in your project (using cmd) &lt;code&gt;&amp;lt;SDK&amp;gt;/examples/peripheral/&amp;lt;example&amp;gt;/&amp;lt;board name&amp;gt;/&amp;lt;softdevice&amp;gt;/armgcc/&lt;/code&gt;, and then type &lt;code&gt;make&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;If it still gives you the error &lt;code&gt;Cannot find: &amp;quot;C:/Program Files (x86)/GNU Tools ARM Embedded/4.9 2015q2/bin/arm-none-eabi-gcc&amp;quot;.&lt;/code&gt;, make sure that the file &lt;code&gt;makefile.windows&lt;/code&gt; is correct. Should be something like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;GNU_INSTALL_ROOT := $(PROGFILES)/GNU Tools ARM Embedded/4.9 2015q3   // Toolchain path
GNU_VERSION := 4.9.3  
GNU_PREFIX := arm-none-eabi
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;(Note: no &lt;code&gt;/bin&lt;/code&gt; in the path)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>