<?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; shalini.singhal</title>
	<atom:link href="https://www.emblogic.com/blog/author/shalini-singhal/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>Problem in make</title>
		<link>https://www.emblogic.com/blog/08/problem-in-make/</link>
		<comments>https://www.emblogic.com/blog/08/problem-in-make/#comments</comments>
		<pubDate>Fri, 17 Aug 2012 20:18:08 +0000</pubDate>
		<dc:creator><![CDATA[shalini.singhal]]></dc:creator>
				<category><![CDATA[Embedded Linux]]></category>
		<category><![CDATA[vaibhav sir]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=4853</guid>
		<description><![CDATA[As i give &#8216;make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig&#8217; command after decompressing kernel, the below given error appers. i tried with some other kernel version&#8230;.but there is also the same problem&#8230; the error have one line: /lib64/libncursesw.so.5 not found..bt as i checked &#8230; <a href="https://www.emblogic.com/blog/08/problem-in-make/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>As i give &#8216;make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig&#8217; command after decompressing kernel, the below given error appers.</p>
<p>i tried with some other kernel version&#8230;.but there is also the same problem&#8230;</p>
<p>the error have one line: /lib64/libncursesw.so.5 not found..bt as i checked this .so is present at that path&#8230;</p>
<p>&nbsp;</p>
<p>/bin/ld: warning: libdl.so.2, needed by /lib/../lib64/libncursesw.so.5, not found (try using -rpath or -rpath-link)<br />
/lib/../lib64/libncursesw.so.5: undefined reference to `dlopen@GLIBC_2.2.5&#8242;<br />
/lib/../lib64/libncursesw.so.5: undefined reference to `dlclose@GLIBC_2.2.5&#8242;<br />
/lib/../lib64/libncursesw.so.5: undefined reference to `dlsym@GLIBC_2.2.5&#8242;<br />
collect2: ld returned 1 exit status<br />
make[2]: *** [scripts/kconfig/conf] Error 1<br />
make[1]: *** [silentoldconfig] Error 2<br />
make: *** No rule to make target `include/config/auto.conf&#8217;, needed by `include/config/kernel.release&#8217;.  Stop.</p>
<p>Plz give me a solution as i am using x86_64 bit arch.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/08/problem-in-make/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>semophore doubt</title>
		<link>https://www.emblogic.com/blog/05/semophore-doubt/</link>
		<comments>https://www.emblogic.com/blog/05/semophore-doubt/#comments</comments>
		<pubDate>Mon, 07 May 2012 06:45:06 +0000</pubDate>
		<dc:creator><![CDATA[shalini.singhal]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=2667</guid>
		<description><![CDATA[In character driver ,we initialize the semaphore variable through sema_init(struct semaphore *sem,int val).so my question is how can we check semaphore variable value in our code and where this value get stored in struct semaphore&#8230;.. as we check the value &#8230; <a href="https://www.emblogic.com/blog/05/semophore-doubt/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>In character driver ,we initialize the semaphore variable through sema_init(struct semaphore *sem,int val).so my question is how can we check semaphore variable value in our code and where this value get stored in struct semaphore&#8230;..</p>
<p>as we check the value through :<br />
 printk(KERN_INFO &#8220;semophore count= %d\n&#8221;,(int)&amp;sculldev-&gt;sem.count);</p>
<p>but it shows the negative value&#8230;.</p>
<p>Is there any other way to check the semophore variable&#8230;Please guide&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/05/semophore-doubt/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>socket chat implemented</title>
		<link>https://www.emblogic.com/blog/03/socket-chat-implemented/</link>
		<comments>https://www.emblogic.com/blog/03/socket-chat-implemented/#comments</comments>
		<pubDate>Sat, 17 Mar 2012 11:38:36 +0000</pubDate>
		<dc:creator><![CDATA[shalini.singhal]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=2105</guid>
		<description><![CDATA[chat through socket is implemented &#8230;.working on client server project&#8230;..]]></description>
				<content:encoded><![CDATA[<p>chat through socket is implemented &#8230;.working on client server project&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/03/socket-chat-implemented/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ManPage update</title>
		<link>https://www.emblogic.com/blog/01/manpage-update/</link>
		<comments>https://www.emblogic.com/blog/01/manpage-update/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 05:57:55 +0000</pubDate>
		<dc:creator><![CDATA[shalini.singhal]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=1554</guid>
		<description><![CDATA[man page created&#8230;..]]></description>
				<content:encoded><![CDATA[<p>man page created&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/01/manpage-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MULTIPLE DATA COMPRESSION UPDATE</title>
		<link>https://www.emblogic.com/blog/12/multiple-data-compression-update/</link>
		<comments>https://www.emblogic.com/blog/12/multiple-data-compression-update/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 10:04:57 +0000</pubDate>
		<dc:creator><![CDATA[shalini.singhal]]></dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://emblogic.org/blog/?p=1442</guid>
		<description><![CDATA[multiple data compression and decompression for byte size 4 is completed&#8230;..]]></description>
				<content:encoded><![CDATA[<p>multiple data compression and decompression for byte size 4 is completed&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>https://www.emblogic.com/blog/12/multiple-data-compression-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
