<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>Comments on: makefile</title>
	<atom:link href="https://www.emblogic.com/blog/07/makefile-3/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/07/makefile-3/</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Mon, 07 Oct 2013 04:00:03 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: hemant.kumar</title>
		<link>https://www.emblogic.com/blog/07/makefile-3/#comment-955</link>
		<dc:creator><![CDATA[hemant.kumar]]></dc:creator>
		<pubDate>Mon, 09 Jul 2012 06:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3835#comment-955</guid>
		<description><![CDATA[myapp: main.o 21.o 22.o 
no tab or any space otherwise you will get the same error always
gcc -o myapp main.o 21.o 22.o
(here use tab otherwise you will get an error *** missing separator.  Stop.)
you have to be very careful while you write ..]]></description>
		<content:encoded><![CDATA[<p>myapp: main.o 21.o 22.o<br />
no tab or any space otherwise you will get the same error always<br />
gcc -o myapp main.o 21.o 22.o<br />
(here use tab otherwise you will get an error *** missing separator.  Stop.)<br />
you have to be very careful while you write ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hemant.kumar</title>
		<link>https://www.emblogic.com/blog/07/makefile-3/#comment-954</link>
		<dc:creator><![CDATA[hemant.kumar]]></dc:creator>
		<pubDate>Mon, 09 Jul 2012 06:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=3835#comment-954</guid>
		<description><![CDATA[i have done this but not showing any error 
check your program again and have you included 
&quot;a.h&quot; in main.c
&quot;a.h&quot;,&quot;b.h&quot; in two.c
&quot;b.h&quot;,&quot;c.h&quot; in three.c
and use tab where it is neccessary .
then make and finally
./myapp  ,it will be executed


Each command must begin with a tab character. This (obscure) syntax tells make that
the characters that follow the tab are to be passed to a subshell for execution. If you
accidentally insert a tab as the first character of a noncommand line, make will inter-
pret the following text as a command under most circumstances. If you’re lucky and
your errant tab character is recognized as a syntax error you will receive the message:
$ make
Makefile:6: *** commands commence before first target.
Stop.]]></description>
		<content:encoded><![CDATA[<p>i have done this but not showing any error<br />
check your program again and have you included<br />
&#8220;a.h&#8221; in main.c<br />
&#8220;a.h&#8221;,&#8221;b.h&#8221; in two.c<br />
&#8220;b.h&#8221;,&#8221;c.h&#8221; in three.c<br />
and use tab where it is neccessary .<br />
then make and finally<br />
./myapp  ,it will be executed</p>
<p>Each command must begin with a tab character. This (obscure) syntax tells make that<br />
the characters that follow the tab are to be passed to a subshell for execution. If you<br />
accidentally insert a tab as the first character of a noncommand line, make will inter-<br />
pret the following text as a command under most circumstances. If you’re lucky and<br />
your errant tab character is recognized as a syntax error you will receive the message:<br />
$ make<br />
Makefile:6: *** commands commence before first target.<br />
Stop.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
