<?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>No rule to make target `flash&amp;#39;</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13398/no-rule-to-make-target-flash</link><description>Hi all, 
 I have a makefile which runs perfectly from the command line on Windows under GCC, but in Eclipse it fails with this message in the Console: 
 make flash
make: *** No rule to make target `flash&amp;#39;. Stop. 
 On the command line it works perfectly</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 Apr 2016 12:38:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13398/no-rule-to-make-target-flash" /><item><title>RE: No rule to make target `flash'</title><link>https://devzone.nordicsemi.com/thread/51105?ContentTypeID=1</link><pubDate>Tue, 26 Apr 2016 12:38:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a11e5528-076d-4b17-ac0e-992ae9042598</guid><dc:creator>tesc</dc:creator><description>&lt;ul&gt;
&lt;li&gt;Is Eclipse set up to use the same Makefile?&lt;/li&gt;
&lt;li&gt;What parameters are you using when running make from the console, &lt;code&gt;make flash&lt;/code&gt;, only &lt;code&gt;make&lt;/code&gt; or something else?&lt;/li&gt;
&lt;li&gt;Does the Makefile have a rule for the target &amp;quot;flash&amp;quot;? If there is no &amp;quot;flash&amp;quot; target in the Makefile but Eclipse is set up to build that target it will fail. To see if the Makefile has a rule for a &amp;quot;flash&amp;quot; target, look for a line starting with &lt;code&gt;flash:&lt;/code&gt; in the Makefile.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Have you seen the &lt;a href="https://devzone.nordicsemi.com/tutorials/7/"&gt;Development with GCC and Eclipse tutorial&lt;/a&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>