<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>EmbLogic &#187; akash.gupta</title>
	<atom:link href="https://www.emblogic.com/blog/author/akash-gupta/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog</link>
	<description>Embedded System and ARM Training</description>
	<lastBuildDate>Tue, 03 Mar 2020 13:00:06 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>E8:todays status</title>
		<link>https://www.emblogic.com/blog/08/e8todays-status/</link>
		<comments>https://www.emblogic.com/blog/08/e8todays-status/#comments</comments>
		<pubDate>Mon, 06 Aug 2012 12:26:42 +0000</pubDate>
		<dc:creator><![CDATA[akash.gupta]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4440</guid>
		<description><![CDATA[implemented signal handlers..working on assignments.]]></description>
				<content:encoded><![CDATA[<p>implemented signal handlers..working on assignments.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/e8todays-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>todays work status</title>
		<link>https://www.emblogic.com/blog/07/todays-work-status/</link>
		<comments>https://www.emblogic.com/blog/07/todays-work-status/#comments</comments>
		<pubDate>Sun, 29 Jul 2012 11:56:19 +0000</pubDate>
		<dc:creator><![CDATA[akash.gupta]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4209</guid>
		<description><![CDATA[implemented system,fork and exec system calls..including multiple and simultaneous fork&#8230;working with signals and handlers.]]></description>
				<content:encoded><![CDATA[<p>implemented system,fork and exec system calls..including multiple and simultaneous fork&#8230;working with signals and handlers.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/07/todays-work-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>E7</title>
		<link>https://www.emblogic.com/blog/07/e7/</link>
		<comments>https://www.emblogic.com/blog/07/e7/#comments</comments>
		<pubDate>Thu, 26 Jul 2012 10:40:36 +0000</pubDate>
		<dc:creator><![CDATA[akash.gupta]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[to pravjot sir]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4098</guid>
		<description><![CDATA[created master array.working on further project.]]></description>
				<content:encoded><![CDATA[<p>created master array.working on further project.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/07/e7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>signals</title>
		<link>https://www.emblogic.com/blog/07/signals-3/</link>
		<comments>https://www.emblogic.com/blog/07/signals-3/#comments</comments>
		<pubDate>Fri, 20 Jul 2012 17:01:42 +0000</pubDate>
		<dc:creator><![CDATA[akash.gupta]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4000</guid>
		<description><![CDATA[void signal_handler( int sig) { if(sig==SIGINT) { printf(&#8220;Signal %d received\n&#8221;,sig); (void) signal(SIGINT,SIG_IGN); (void) signal(SIGINT,SIG_DFL); }&#8230;&#8230;&#8230;&#8230;. in the above code when we press ctrl+c for the second time signal terminates the process instead of being ignored&#8230;is there any error in the &#8230; <a href="https://www.emblogic.com/blog/07/signals-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>void signal_handler( int sig)<br />
{<br />
        if(sig==SIGINT)<br />
{<br />
        printf(&#8220;Signal %d received\n&#8221;,sig);<br />
        (void) signal(SIGINT,SIG_IGN);<br />
        (void) signal(SIGINT,SIG_DFL);<br />
}&#8230;&#8230;&#8230;&#8230;.</p>
<p>in the above code when we press ctrl+c for the second time signal terminates the process instead of being ignored&#8230;is there any error in the above code??</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/07/signals-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>process</title>
		<link>https://www.emblogic.com/blog/07/process-2/</link>
		<comments>https://www.emblogic.com/blog/07/process-2/#comments</comments>
		<pubDate>Thu, 19 Jul 2012 14:04:59 +0000</pubDate>
		<dc:creator><![CDATA[akash.gupta]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=3955</guid>
		<description><![CDATA[difference between systemd &#38; init?]]></description>
				<content:encoded><![CDATA[<p>difference between systemd &amp; init?</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/07/process-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>implemented fork</title>
		<link>https://www.emblogic.com/blog/07/implemented-fork/</link>
		<comments>https://www.emblogic.com/blog/07/implemented-fork/#comments</comments>
		<pubDate>Wed, 18 Jul 2012 14:27:24 +0000</pubDate>
		<dc:creator><![CDATA[akash.gupta]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[to siddarth sir]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=3869</guid>
		<description><![CDATA[gdeveng sir&#8230;implemented fork(),simultaneous fork and wait&#8230;right nw working on multiple fork.]]></description>
				<content:encoded><![CDATA[<p>gdeveng sir&#8230;implemented fork(),simultaneous fork and wait&#8230;right nw working on multiple fork.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/07/implemented-fork/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>https://www.emblogic.com/blog/07/3865/</link>
		<comments>https://www.emblogic.com/blog/07/3865/#comments</comments>
		<pubDate>Wed, 11 Jul 2012 15:09:26 +0000</pubDate>
		<dc:creator><![CDATA[akash.gupta]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=3865</guid>
		<description><![CDATA[how can i print : &#8220;hello&#8221;&#8230;.printing inverted commas as well.]]></description>
				<content:encoded><![CDATA[<p>how can i print : &#8220;hello&#8221;&#8230;.printing inverted commas as well.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/07/3865/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>pointers</title>
		<link>https://www.emblogic.com/blog/07/pointers-3/</link>
		<comments>https://www.emblogic.com/blog/07/pointers-3/#comments</comments>
		<pubDate>Wed, 11 Jul 2012 14:46:12 +0000</pubDate>
		<dc:creator><![CDATA[akash.gupta]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=3863</guid>
		<description><![CDATA[what does this declaration means: char *ptr=&#8221;hello&#8221;; ??]]></description>
				<content:encoded><![CDATA[<p>what does this declaration means: char *ptr=&#8221;hello&#8221;;  ??</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/07/pointers-3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>pointers</title>
		<link>https://www.emblogic.com/blog/07/pointers-2/</link>
		<comments>https://www.emblogic.com/blog/07/pointers-2/#comments</comments>
		<pubDate>Wed, 11 Jul 2012 14:37:40 +0000</pubDate>
		<dc:creator><![CDATA[akash.gupta]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=3837</guid>
		<description><![CDATA[how is memory allocated in expression int *i=100; ?? above statement does&#8217;nt show any error..but is the statement correct?? because in documents its written &#8220;when a pointer is declared it doesnot point anywhere,we must set it to point sumwhere before &#8230; <a href="https://www.emblogic.com/blog/07/pointers-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>how is memory allocated in expression int *i=100; ?? above statement does&#8217;nt show any error..but is the statement correct?? because in documents its written &#8220;when a pointer is declared it doesnot point anywhere,we must set it to point sumwhere before using it&#8221;..please clarify..</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/07/pointers-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>makefile</title>
		<link>https://www.emblogic.com/blog/07/makefile-3/</link>
		<comments>https://www.emblogic.com/blog/07/makefile-3/#comments</comments>
		<pubDate>Sun, 08 Jul 2012 19:24:41 +0000</pubDate>
		<dc:creator><![CDATA[akash.gupta]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=3835</guid>
		<description><![CDATA[myapp: main.o 21.o 22.o gcc -o myapp main.o 21.o 22.o main.o: main.c a.h gcc -c main.c 21.o: 21.c a.h b.h gcc -c 21.c 22.o: 22.c b.h c.h gcc -c 22.c makefile:1: *** recipe commences before first target. Stop. &#8230;&#8230;&#8230;how to &#8230; <a href="https://www.emblogic.com/blog/07/makefile-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>        myapp: main.o 21.o 22.o<br />
                gcc -o myapp main.o 21.o 22.o<br />
        main.o: main.c a.h<br />
                 gcc -c main.c<br />
        21.o: 21.c a.h b.h<br />
                 gcc -c 21.c<br />
        22.o: 22.c b.h c.h<br />
                 gcc -c 22.c<br />
makefile:1: *** recipe commences before first target.  Stop.</p>
<p>&#8230;&#8230;&#8230;how to resolve this?</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/07/makefile-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
