<?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: E-4 Tool Chain Problem</title>
	<atom:link href="https://www.emblogic.com/blog/08/e-4-tool-chain-problem/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.emblogic.com/blog/08/e-4-tool-chain-problem/</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: salathia</title>
		<link>https://www.emblogic.com/blog/08/e-4-tool-chain-problem/#comment-1419</link>
		<dc:creator><![CDATA[salathia]]></dc:creator>
		<pubDate>Tue, 21 Aug 2012 04:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4683#comment-1419</guid>
		<description><![CDATA[I have prepare all packages that will use in Tool chain process. No i am preparing kernel. During the time of copying the header files of kernel the command cp -r $PROJECT /kernel/linux-2.6.20/include ${TARGET_PREFIX}include displays error  like:-

No such directory or file.....

It works fine when I use command cp -r $PROJECT/home/partap/Control-project/kernel/linux-2.6.20/include ${TARGET_PREFIX}include .....

plzzzzzzz provide the solution for this type of problem]]></description>
		<content:encoded><![CDATA[<p>I have prepare all packages that will use in Tool chain process. No i am preparing kernel. During the time of copying the header files of kernel the command cp -r $PROJECT /kernel/linux-2.6.20/include ${TARGET_PREFIX}include displays error  like:-</p>
<p>No such directory or file&#8230;..</p>
<p>It works fine when I use command cp -r $PROJECT/home/partap/Control-project/kernel/linux-2.6.20/include ${TARGET_PREFIX}include &#8230;..</p>
<p>plzzzzzzz provide the solution for this type of problem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prateek</title>
		<link>https://www.emblogic.com/blog/08/e-4-tool-chain-problem/#comment-1252</link>
		<dc:creator><![CDATA[prateek]]></dc:creator>
		<pubDate>Thu, 16 Aug 2012 09:33:18 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4683#comment-1252</guid>
		<description><![CDATA[I specified the path for kernel headers using --with-headers=path.


Also I am using make headers_install.]]></description>
		<content:encoded><![CDATA[<p>I specified the path for kernel headers using &#8211;with-headers=path.</p>
<p>Also I am using make headers_install.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaibhav Singh</title>
		<link>https://www.emblogic.com/blog/08/e-4-tool-chain-problem/#comment-1251</link>
		<dc:creator><![CDATA[Vaibhav Singh]]></dc:creator>
		<pubDate>Thu, 16 Aug 2012 09:27:58 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4683#comment-1251</guid>
		<description><![CDATA[Thread Local Storage (TLS) support has been added to the toolchain (binutils, gcc, glibc) some times ago. Currently about half of the architectures have full TLS support (ie binutils + gcc + glibc). 

There are some patches for glibc available for the TLS support use them .


so if you are making toolchain without support of tls then you hav to remove this --without-tls option(in Configuration ) and make it --with-tls .


for the too old kernel headers use --with-headers=PATH_to_arm_specific_headers .
then,
You need to run &quot;make headers_install&quot;]]></description>
		<content:encoded><![CDATA[<p>Thread Local Storage (TLS) support has been added to the toolchain (binutils, gcc, glibc) some times ago. Currently about half of the architectures have full TLS support (ie binutils + gcc + glibc). </p>
<p>There are some patches for glibc available for the TLS support use them .</p>
<p>so if you are making toolchain without support of tls then you hav to remove this &#8211;without-tls option(in Configuration ) and make it &#8211;with-tls .</p>
<p>for the too old kernel headers use &#8211;with-headers=PATH_to_arm_specific_headers .<br />
then,<br />
You need to run &#8220;make headers_install&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prateek</title>
		<link>https://www.emblogic.com/blog/08/e-4-tool-chain-problem/#comment-1248</link>
		<dc:creator><![CDATA[Prateek]]></dc:creator>
		<pubDate>Thu, 16 Aug 2012 08:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4683#comment-1248</guid>
		<description><![CDATA[while doing make for glibc getting error:
#error TLS support is required
#error Kernel headers are too old
i am using kernel version 2.6.28 and glibc version 2.9 and gcc version 4.5.1

thanx in advance]]></description>
		<content:encoded><![CDATA[<p>while doing make for glibc getting error:<br />
#error TLS support is required<br />
#error Kernel headers are too old<br />
i am using kernel version 2.6.28 and glibc version 2.9 and gcc version 4.5.1</p>
<p>thanx in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John McArthur</title>
		<link>https://www.emblogic.com/blog/08/e-4-tool-chain-problem/#comment-1209</link>
		<dc:creator><![CDATA[John McArthur]]></dc:creator>
		<pubDate>Mon, 13 Aug 2012 11:12:03 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4683#comment-1209</guid>
		<description><![CDATA[Yes, after compilation of package you have to install somewhere. PREFIX varibale here decide that path for us. So you&#039;ve to configure packages again and also provide the PREFIX variable there, so that after compilation you have to just provide make install and the executable will then get installed on your defined path.]]></description>
		<content:encoded><![CDATA[<p>Yes, after compilation of package you have to install somewhere. PREFIX varibale here decide that path for us. So you&#8217;ve to configure packages again and also provide the PREFIX variable there, so that after compilation you have to just provide make install and the executable will then get installed on your defined path.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simarpreet.singh</title>
		<link>https://www.emblogic.com/blog/08/e-4-tool-chain-problem/#comment-1208</link>
		<dc:creator><![CDATA[simarpreet.singh]]></dc:creator>
		<pubDate>Mon, 13 Aug 2012 11:04:25 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4683#comment-1208</guid>
		<description><![CDATA[so now i have to start it from initial again???]]></description>
		<content:encoded><![CDATA[<p>so now i have to start it from initial again???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John McArthur</title>
		<link>https://www.emblogic.com/blog/08/e-4-tool-chain-problem/#comment-1207</link>
		<dc:creator><![CDATA[John McArthur]]></dc:creator>
		<pubDate>Mon, 13 Aug 2012 10:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4683#comment-1207</guid>
		<description><![CDATA[You have to provide a vaiable named PREFIX(installation path where you want to install your cross compiler executables.) while configuration process .After make when your respective package is compiled you&#039;ll do make install , now at thsi point the installation will be done to your defined path, to which PREFIX variable is pointing.]]></description>
		<content:encoded><![CDATA[<p>You have to provide a vaiable named PREFIX(installation path where you want to install your cross compiler executables.) while configuration process .After make when your respective package is compiled you&#8217;ll do make install , now at thsi point the installation will be done to your defined path, to which PREFIX variable is pointing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simarpreet.singh</title>
		<link>https://www.emblogic.com/blog/08/e-4-tool-chain-problem/#comment-1206</link>
		<dc:creator><![CDATA[simarpreet.singh]]></dc:creator>
		<pubDate>Mon, 13 Aug 2012 10:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4683#comment-1206</guid>
		<description><![CDATA[( make ARCH=arm   CROSS_COMPILE=arm_simar_linux_genuabi )

i have used this command to make all the binutils,gcc and glibc in diff-diff folders.
 these all are configured properly but how can i link all this ...? where is my cross compiler]]></description>
		<content:encoded><![CDATA[<p>( make ARCH=arm   CROSS_COMPILE=arm_simar_linux_genuabi )</p>
<p>i have used this command to make all the binutils,gcc and glibc in diff-diff folders.<br />
 these all are configured properly but how can i link all this &#8230;? where is my cross compiler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Mcarthur</title>
		<link>https://www.emblogic.com/blog/08/e-4-tool-chain-problem/#comment-1205</link>
		<dc:creator><![CDATA[John Mcarthur]]></dc:creator>
		<pubDate>Mon, 13 Aug 2012 09:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4683#comment-1205</guid>
		<description><![CDATA[TRy installing makeinfo and texinfo .

compile and install textinfo version 4.9 and install the latest version ncurses in order to compile texinfo. :D]]></description>
		<content:encoded><![CDATA[<p>TRy installing makeinfo and texinfo .</p>
<p>compile and install textinfo version 4.9 and install the latest version ncurses in order to compile texinfo. <img src="https://www.emblogic.com/blog/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" class="wp-smiley" /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: varun</title>
		<link>https://www.emblogic.com/blog/08/e-4-tool-chain-problem/#comment-1204</link>
		<dc:creator><![CDATA[varun]]></dc:creator>
		<pubDate>Mon, 13 Aug 2012 09:52:07 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4683#comment-1204</guid>
		<description><![CDATA[You have to select ARM V7. If it is not present in your current kernel, then you should check for another kernel.]]></description>
		<content:encoded><![CDATA[<p>You have to select ARM V7. If it is not present in your current kernel, then you should check for another kernel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: navdeep</title>
		<link>https://www.emblogic.com/blog/08/e-4-tool-chain-problem/#comment-1203</link>
		<dc:creator><![CDATA[navdeep]]></dc:creator>
		<pubDate>Mon, 13 Aug 2012 08:04:12 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4683#comment-1203</guid>
		<description><![CDATA[WARNING: `makeinfo&#039; is missing on your system.  You should only need it if
         you modified a `.texi&#039; or `.texinfo&#039; file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make&#039; (AIX,
         DU, IRIX).  You might want to install the `Texinfo&#039; package or
         the `GNU make&#039; package.  Grab either from any GNU archive site.
make[3]: *** [bfd.info] Error 1
make[3]: Leaving directory `/home/toolchain/tmp_binutils/bfd/doc&#039;
Making info in po
make[3]: Entering directory `/home/toolchain/tmp_binutils/bfd/po&#039;
make[3]: Nothing to be done for `info&#039;.
make[3]: Leaving directory `/home/toolchain/tmp_binutils/bfd/po&#039;
make[3]: Entering directory `/home/toolchain/tmp_binutils/bfd&#039;
make[3]: Nothing to be done for `info-am&#039;.
make[3]: Leaving directory `/home/toolchain/tmp_binutils/bfd&#039;
make[2]: *** [info-recursive] Error 1
make[2]: Leaving directory `/home/toolchain/tmp_binutils/bfd&#039;
make[1]: *** [all-bfd] Error 2
make[1]: Leaving directory `/home/toolchain/tmp_binutils&#039;
make: *** [all] Error 2

error in compile binutils]]></description>
		<content:encoded><![CDATA[<p>WARNING: `makeinfo&#8217; is missing on your system.  You should only need it if<br />
         you modified a `.texi&#8217; or `.texinfo&#8217; file, or any other file<br />
         indirectly affecting the aspect of the manual.  The spurious<br />
         call might also be the consequence of using a buggy `make&#8217; (AIX,<br />
         DU, IRIX).  You might want to install the `Texinfo&#8217; package or<br />
         the `GNU make&#8217; package.  Grab either from any GNU archive site.<br />
make[3]: *** [bfd.info] Error 1<br />
make[3]: Leaving directory `/home/toolchain/tmp_binutils/bfd/doc&#8217;<br />
Making info in po<br />
make[3]: Entering directory `/home/toolchain/tmp_binutils/bfd/po&#8217;<br />
make[3]: Nothing to be done for `info&#8217;.<br />
make[3]: Leaving directory `/home/toolchain/tmp_binutils/bfd/po&#8217;<br />
make[3]: Entering directory `/home/toolchain/tmp_binutils/bfd&#8217;<br />
make[3]: Nothing to be done for `info-am&#8217;.<br />
make[3]: Leaving directory `/home/toolchain/tmp_binutils/bfd&#8217;<br />
make[2]: *** [info-recursive] Error 1<br />
make[2]: Leaving directory `/home/toolchain/tmp_binutils/bfd&#8217;<br />
make[1]: *** [all-bfd] Error 2<br />
make[1]: Leaving directory `/home/toolchain/tmp_binutils&#8217;<br />
make: *** [all] Error 2</p>
<p>error in compile binutils</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay Partap Singh Salathia</title>
		<link>https://www.emblogic.com/blog/08/e-4-tool-chain-problem/#comment-1202</link>
		<dc:creator><![CDATA[Vijay Partap Singh Salathia]]></dc:creator>
		<pubDate>Mon, 13 Aug 2012 07:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://emblogic.org/blog/?p=4683#comment-1202</guid>
		<description><![CDATA[Which ARM support version I have to select.....
My system displays :
support ARM920T processor (NEW)
support ARM922T processor (NEW)
support ARM926T processor (NEW)
-----
-----
-----
support ARM1026EJ-S processor(NEW)
support ARM v6 processor (NEW)........]]></description>
		<content:encoded><![CDATA[<p>Which ARM support version I have to select&#8230;..<br />
My system displays :<br />
support ARM920T processor (NEW)<br />
support ARM922T processor (NEW)<br />
support ARM926T processor (NEW)<br />
&#8212;&#8211;<br />
&#8212;&#8211;<br />
&#8212;&#8211;<br />
support ARM1026EJ-S processor(NEW)<br />
support ARM v6 processor (NEW)&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
