<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-12160</id>
	<title>Nabble - Sourceware - crossgcc</title>
	<updated>2009-11-30T15:56:24Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Sourceware---crossgcc-f12160.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Sourceware---crossgcc-f12160.html" />
	<subtitle type="html">Sourceware - crossgcc home is &lt;a href=&quot;http://sourceware.org/crossgcc/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26584290</id>
	<title>Re: x86 cross toolchain and pthread_* weak symbols</title>
	<published>2009-11-30T15:56:24Z</published>
	<updated>2009-11-30T15:56:24Z</updated>
	<author>
		<name>Mike Frysinger</name>
	</author>
	<content type="html">On Monday 30 November 2009 16:12:08 Lionel Landwerlin wrote:
&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm using crosstool-ng to generate a cross toolchain for an x86 target
&lt;br&gt;&amp;gt; (nothing too exciting...) and I'm kind of disappointed because I get
&lt;br&gt;&amp;gt; some pthread_* weak symbols inside my toolchain :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; /opt/cross_x86/i686-cm-linux-gnu/lib/libdl-2.10.2.so
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_getspecific
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_key_create
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_once
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_setspecific
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm wondering why I don't have these weak symbols on my host system
&lt;br&gt;&amp;gt; (debian unstable) which is an x86 too, and using the same toolchain
&lt;br&gt;&amp;gt; (both using gcc-4.3.4 + eglibc-2.10/nptl, but binutils 2.19 in my cross
&lt;br&gt;&amp;gt; toolchain, 2.20 on my host system).
&lt;/div&gt;&lt;/div&gt;maybe you're comparing apples to oranges. &amp;nbsp;such weak references make sense if 
&lt;br&gt;you've spent time reading the code in question, and i have them on my host x86 
&lt;br&gt;system.
&lt;br&gt;-mike
&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (853 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26584290/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/x86-cross-toolchain-and-pthread_*-weak-symbols-tp26581960p26584290.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26583079</id>
	<title>Re: x86 cross toolchain and pthread_* weak symbols</title>
	<published>2009-11-30T14:20:46Z</published>
	<updated>2009-11-30T14:20:46Z</updated>
	<author>
		<name>Lionel Landwerlin-2</name>
	</author>
	<content type="html">Le lundi 30 novembre 2009 à 21:51 +0000, Martin Guy a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 11/30/09, Lionel Landwerlin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26583079&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;llandwerlin@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;I'm using crosstool-ng to generate a cross toolchain for an x86 target
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;(nothing too exciting...) and I'm kind of disappointed because I get
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;some pthread_* weak symbols inside my toolchain :
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;/opt/cross_x86/i686-cm-linux-gnu/lib/libdl-2.10.2.so
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_getspecific
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_key_create
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_once
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_setspecific
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;I'm wondering why I don't have these weak symbols on my host system
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;(debian unstable) which is an x86 too, and using the same toolchain
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;(both using gcc-4.3.4 + eglibc-2.10/nptl, but binutils 2.19 in my cross
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp;toolchain, 2.20 on my host system).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Does that cause any disfunction or is it just annoying?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;M
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Well, after I built my toolchain, I started playing a little with
&lt;br&gt;buildroot. I did build a rootfs with it, containing directfb.
&lt;br&gt;Every directfb application I launched used to crash early in the
&lt;br&gt;initialization of directfb. After launching gdb on a directfb example, I
&lt;br&gt;found that the process was crashing with its pc at 0x0. The previous
&lt;br&gt;function in the stack was pthread_once. The address of the pthread_once
&lt;br&gt;symbol in the process was wrong (that's what I though first), it was
&lt;br&gt;inside the mapped code of libdl.so, instead of the mapped code of
&lt;br&gt;libpthread.
&lt;br&gt;Finally I found these weak symbols all over the toolchain.
&lt;br&gt;&lt;br&gt;The stack was something like that :
&lt;br&gt;&lt;br&gt;0x0
&lt;br&gt;pthread_once
&lt;br&gt;dlopen
&lt;br&gt;&lt;br&gt;(I will provide stack trace later)
&lt;br&gt;&lt;br&gt;Directfb examples'/applications' are the only binary crashing as
&lt;br&gt;described. But I didn't build a lot of packages and directfb might be
&lt;br&gt;the only binary using dlopen in my setup.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lionel Landwerlin
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/x86-cross-toolchain-and-pthread_*-weak-symbols-tp26581960p26583079.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26582589</id>
	<title>Re: x86 cross toolchain and pthread_* weak symbols</title>
	<published>2009-11-30T13:51:27Z</published>
	<updated>2009-11-30T13:51:27Z</updated>
	<author>
		<name>martinwguy</name>
	</author>
	<content type="html">On 11/30/09, Lionel Landwerlin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26582589&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;llandwerlin@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;I'm using crosstool-ng to generate a cross toolchain for an x86 target
&lt;br&gt;&amp;gt; &amp;nbsp;(nothing too exciting...) and I'm kind of disappointed because I get
&lt;br&gt;&amp;gt; &amp;nbsp;some pthread_* weak symbols inside my toolchain :
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;/opt/cross_x86/i686-cm-linux-gnu/lib/libdl-2.10.2.so
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_getspecific
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_key_create
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_once
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_setspecific
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;I'm wondering why I don't have these weak symbols on my host system
&lt;br&gt;&amp;gt; &amp;nbsp;(debian unstable) which is an x86 too, and using the same toolchain
&lt;br&gt;&amp;gt; &amp;nbsp;(both using gcc-4.3.4 + eglibc-2.10/nptl, but binutils 2.19 in my cross
&lt;br&gt;&amp;gt; &amp;nbsp;toolchain, 2.20 on my host system).
&lt;/div&gt;&lt;br&gt;Does that cause any disfunction or is it just annoying?
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;M
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/x86-cross-toolchain-and-pthread_*-weak-symbols-tp26581960p26582589.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26581960</id>
	<title>x86 cross toolchain and pthread_* weak symbols</title>
	<published>2009-11-30T13:12:08Z</published>
	<updated>2009-11-30T13:12:08Z</updated>
	<author>
		<name>Lionel Landwerlin-2</name>
	</author>
	<content type="html">Hi all,
&lt;br&gt;&lt;br&gt;I'm using crosstool-ng to generate a cross toolchain for an x86 target
&lt;br&gt;(nothing too exciting...) and I'm kind of disappointed because I get
&lt;br&gt;some pthread_* weak symbols inside my toolchain :
&lt;br&gt;&lt;br&gt;/opt/cross_x86/i686-cm-linux-gnu/lib/libdl-2.10.2.so
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_getspecific
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_key_create
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_once
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;w __pthread_setspecific
&lt;br&gt;&lt;br&gt;I'm wondering why I don't have these weak symbols on my host system
&lt;br&gt;(debian unstable) which is an x86 too, and using the same toolchain
&lt;br&gt;(both using gcc-4.3.4 + eglibc-2.10/nptl, but binutils 2.19 in my cross
&lt;br&gt;toolchain, 2.20 on my host system).
&lt;br&gt;&lt;br&gt;Thanks for your responses.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Lionel Landwerlin
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/x86-cross-toolchain-and-pthread_*-weak-symbols-tp26581960p26581960.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26581305</id>
	<title>Re: ng-1.5.2: &quot;long-term stable&quot; kernel version</title>
	<published>2009-11-30T12:28:29Z</published>
	<updated>2009-11-30T12:28:29Z</updated>
	<author>
		<name>Yann E. MORIN</name>
	</author>
	<content type="html">Zvi,
&lt;br&gt;All,
&lt;br&gt;&lt;br&gt;On Monday 30 November 2009 20:46:29 Zvi Vered wrote:
&lt;br&gt;&amp;gt; I built a toolchain for i686 using 2.6.31.1
&lt;br&gt;&amp;gt; Then I noticed the words &amp;quot;long-term stable&amp;quot; near 2.6.27.35
&lt;br&gt;&amp;gt; What does it mean ?
&lt;br&gt;&amp;gt; Did someone made QA tests for this version ?
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://marc.info/?l=linux-kernel&amp;m=122375909403298&amp;w=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/?l=linux-kernel&amp;m=122375909403298&amp;w=2&lt;/a&gt;&lt;br&gt;&lt;br&gt;&amp;gt; I had problems with 2.6.29 and 2.6.31.1.
&lt;br&gt;&amp;gt; I'm sure the cause to the problems is not the toolchain but the kernel code.
&lt;br&gt;&lt;br&gt;Without the error message, the context, and other related information, we are
&lt;br&gt;not able to help you.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;.-----------------.--------------------.------------------.--------------------.
&lt;br&gt;| &amp;nbsp;Yann E. MORIN &amp;nbsp;| Real-Time Embedded | /&amp;quot;\ ASCII RIBBON | Erics' conspiracy: |
&lt;br&gt;| +33 662 376 056 | Software &amp;nbsp;Designer | \ / CAMPAIGN &amp;nbsp; &amp;nbsp; | &amp;nbsp;___ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| +33 223 225 172 `------------.-------: &amp;nbsp;X &amp;nbsp;AGAINST &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;\e/ &amp;nbsp;There is no &amp;nbsp;|
&lt;br&gt;| &lt;a href=&quot;http://ymorin.is-a-geek.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/&lt;/a&gt;&amp;nbsp;| _/*\_ | / \ HTML MAIL &amp;nbsp; &amp;nbsp;| &amp;nbsp; v &amp;nbsp; conspiracy. &amp;nbsp;|
&lt;br&gt;`------------------------------^-------^------------------^--------------------'
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ng-1.5.2%3A-%22long-term-stable%22-kernel-version-tp26580709p26581305.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26580709</id>
	<title>ng-1.5.2: &quot;long-term stable&quot; kernel version</title>
	<published>2009-11-30T11:46:29Z</published>
	<updated>2009-11-30T11:46:29Z</updated>
	<author>
		<name>Zvi Vered</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I built a toolchain for i686 using 2.6.31.1
&lt;br&gt;Then I noticed the words &amp;quot;long-term stable&amp;quot; near 2.6.27.35
&lt;br&gt;What does it mean ?
&lt;br&gt;Did someone made QA tests for this version ?
&lt;br&gt;&lt;br&gt;I had problems with 2.6.29 and 2.6.31.1.
&lt;br&gt;I'm sure the cause to the problems is not the toolchain but the kernel code.
&lt;br&gt;&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ng-1.5.2%3A-%22long-term-stable%22-kernel-version-tp26580709p26580709.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26551793</id>
	<title>[Fwd: Re: 1.5.2 built, but with error]</title>
	<published>2009-11-28T02:21:31Z</published>
	<updated>2009-11-28T02:21:31Z</updated>
	<author>
		<name>Harold Grovesteen-2</name>
	</author>
	<content type="html">Forgot reply all...
&lt;br&gt;&lt;br&gt;-------- Original Message --------
&lt;br&gt;Subject: 	Re: 1.5.2 built, but with error
&lt;br&gt;Date: 	Fri, 27 Nov 2009 07:34:50 -0600
&lt;br&gt;From: 	Harold Grovesteen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551793&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;h.grovsteen@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: 	piper.guy1 &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551793&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;piper.guy1@...&lt;/a&gt;&amp;gt;
&lt;br&gt;References: 	&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26551793&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dafb71610911262147s6b1e8d9fr707da95563416c4d@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;piper.guy1 wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;I successfully built 1.5.2. It built to completion. However I noticed
&lt;br&gt;&amp;gt;this error which took place way before the build ended.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Should I be concerned?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;thanx
&lt;br&gt;&amp;gt;/carl h
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;INFO ] &amp;nbsp;=================================================================
&lt;br&gt;&amp;gt;[INFO ] &amp;nbsp;Installing final compiler
&lt;br&gt;&amp;gt;[EXTRA] &amp;nbsp; &amp;nbsp;Configuring final compiler
&lt;br&gt;&amp;gt;[EXTRA] &amp;nbsp; &amp;nbsp;Building final compiler
&lt;br&gt;&amp;gt;[ERROR] &amp;nbsp; &amp;nbsp;libtool.m4: error: problem compiling FC test program
&lt;br&gt;&amp;gt;[EXTRA] &amp;nbsp; &amp;nbsp;Installing final compiler
&lt;br&gt;&amp;gt;[INFO ] &amp;nbsp;Installing final compiler: done in 859.56s (at 63:12)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;--
&lt;br&gt;&amp;gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;/div&gt;No, gcc is trying to test the Fortran compiler. &amp;nbsp;If you did not build a 
&lt;br&gt;Fortran compiler, this result is correct. &amp;nbsp;It should fail. &amp;nbsp;Why gcc 
&lt;br&gt;wants to test it when it wasn't built of course could be perceived as a 
&lt;br&gt;separate type of error, but does not likely reflect a problem with your 
&lt;br&gt;toolchain.
&lt;br&gt;&lt;br&gt;I get this too when I build my toolchain. &amp;nbsp;Yann researched this a while 
&lt;br&gt;back and you might find it if you google the error. &amp;nbsp;It should be in the 
&lt;br&gt;email archive somewhere.
&lt;br&gt;&lt;br&gt;Harold Grovesteen
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-Fwd%3A-Re%3A-1.5.2-built%2C-but-with-error--tp26551793p26551793.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26538135</id>
	<title>1.5.2 built, but with error</title>
	<published>2009-11-26T21:47:00Z</published>
	<updated>2009-11-26T21:47:00Z</updated>
	<author>
		<name>piper.guy1</name>
	</author>
	<content type="html">I successfully built 1.5.2. It built to completion. However I noticed
&lt;br&gt;this error which took place way before the build ended.
&lt;br&gt;&lt;br&gt;Should I be concerned?
&lt;br&gt;&lt;br&gt;thanx
&lt;br&gt;/carl h
&lt;br&gt;&lt;br&gt;&lt;br&gt;INFO ] &amp;nbsp;=================================================================
&lt;br&gt;[INFO ] &amp;nbsp;Installing final compiler
&lt;br&gt;[EXTRA] &amp;nbsp; &amp;nbsp;Configuring final compiler
&lt;br&gt;[EXTRA] &amp;nbsp; &amp;nbsp;Building final compiler
&lt;br&gt;[ERROR] &amp;nbsp; &amp;nbsp;libtool.m4: error: problem compiling FC test program
&lt;br&gt;[EXTRA] &amp;nbsp; &amp;nbsp;Installing final compiler
&lt;br&gt;[INFO ] &amp;nbsp;Installing final compiler: done in 859.56s (at 63:12)
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/1.5.2-built%2C-but-with-error-tp26538135p26538135.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26533565</id>
	<title>Re: getline conflict error</title>
	<published>2009-11-26T10:49:08Z</published>
	<updated>2009-11-26T10:49:08Z</updated>
	<author>
		<name>Yann E. MORIN</name>
	</author>
	<content type="html">Carl,
&lt;br&gt;All,
&lt;br&gt;&lt;br&gt;On Thursday 26 November 2009 18:40:36 piper.guy1 wrote:
&lt;br&gt;&amp;gt; Sorry to ask again but I didn't get a response yet. Any ideas on this?
&lt;br&gt;&lt;br&gt;&amp;gt; &amp;gt; [ALL  ]      HOSTCC extra/scripts/unifdef
&lt;br&gt;&amp;gt; &amp;gt; [ERROR]    extra/scripts/unifdef.c:209: error: conflicting types for 'getline'
&lt;br&gt;&amp;gt; &amp;gt; [ALL  ]    /usr/include/stdio.h:651: note: previous declaration of
&lt;br&gt;&amp;gt; &amp;gt; 'getline' was here
&lt;br&gt;&amp;gt; &amp;gt; [ERROR]    make[1]: *** [extra/scripts/unifdef] Error 1
&lt;br&gt;&amp;gt; &amp;gt; [ALL  ]    make[1]: Leaving directory
&lt;br&gt;&lt;br&gt;This has already been dealt with at least twice on the list, search the
&lt;br&gt;archives.
&lt;br&gt;&lt;br&gt;Here's the thread containing the answer:
&lt;br&gt;&lt;a href=&quot;http://sourceware.org/ml/crossgcc/2009-10/msg00066.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/ml/crossgcc/2009-10/msg00066.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;And here's the corresponding commit in the crosstool-NG repository:
&lt;br&gt;&lt;a href=&quot;http://ymorin.is-a-geek.org/hg/crosstool-ng/rev/1ba79f2126df&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/hg/crosstool-ng/rev/1ba79f2126df&lt;/a&gt;&lt;br&gt;&lt;br&gt;And the same commit backported to the 1.5 branch:
&lt;br&gt;&lt;a href=&quot;http://ymorin.is-a-geek.org/hg/crosstool-ng/rev/01d01185eb18&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/hg/crosstool-ng/rev/01d01185eb18&lt;/a&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Yann E. MORIN.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;.-----------------.--------------------.------------------.--------------------.
&lt;br&gt;| &amp;nbsp;Yann E. MORIN &amp;nbsp;| Real-Time Embedded | /&amp;quot;\ ASCII RIBBON | Erics' conspiracy: |
&lt;br&gt;| +33 662 376 056 | Software &amp;nbsp;Designer | \ / CAMPAIGN &amp;nbsp; &amp;nbsp; | &amp;nbsp;___ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| +33 223 225 172 `------------.-------: &amp;nbsp;X &amp;nbsp;AGAINST &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;\e/ &amp;nbsp;There is no &amp;nbsp;|
&lt;br&gt;| &lt;a href=&quot;http://ymorin.is-a-geek.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/&lt;/a&gt;&amp;nbsp;| _/*\_ | / \ HTML MAIL &amp;nbsp; &amp;nbsp;| &amp;nbsp; v &amp;nbsp; conspiracy. &amp;nbsp;|
&lt;br&gt;`------------------------------^-------^------------------^--------------------'
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/getline-conflict-error-tp26516994p26533565.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26532795</id>
	<title>Re: getline conflict error</title>
	<published>2009-11-26T09:40:36Z</published>
	<updated>2009-11-26T09:40:36Z</updated>
	<author>
		<name>piper.guy1</name>
	</author>
	<content type="html">Yann or anyone,
&lt;br&gt;&lt;br&gt;Sorry to ask again but I didn't get a response yet. Any ideas on this?
&lt;br&gt;I'm stuck.
&lt;br&gt;&lt;br&gt;thanx
&lt;br&gt;/carl h.
&lt;br&gt;&lt;br&gt;On Wed, Nov 25, 2009 at 12:29 PM, piper.guy1 &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26532795&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;piper.guy1@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; My build failed. Seems to be a 'getline' conflict.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Any help would be appreciated.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; thanx
&lt;br&gt;&amp;gt; /carl h.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [ALL  ]      LN include/sys/ptrace.h
&lt;br&gt;&amp;gt; [ALL  ]      LN include/sys/elf.h
&lt;br&gt;&amp;gt; [ALL  ]      LN include/sys/io.h
&lt;br&gt;&amp;gt; [ALL  ]      LN include/sys/procfs.h
&lt;br&gt;&amp;gt; [ALL  ]      LN include/sys/ucontext.h
&lt;br&gt;&amp;gt; [ALL  ]      LN include/sys/user.h
&lt;br&gt;&amp;gt; [ALL  ]    make[1]: Leaving directory
&lt;br&gt;&amp;gt; `/home/carl/felabs/sysdev/toolchain/crosstool-ng-1.5.1/targets/arm-unknown-linux-uclibcgnueabi/build/build-libc-headers'
&lt;br&gt;&amp;gt; [EXTRA]    Installing headers
&lt;br&gt;&amp;gt; [DEBUG]    ==&amp;gt; Executing: 'make CROSS=
&lt;br&gt;&amp;gt; PREFIX=/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi//sys-root/
&lt;br&gt;&amp;gt; install_headers'
&lt;br&gt;&amp;gt; [ALL  ]    make[1]: Entering directory
&lt;br&gt;&amp;gt; `/home/carl/felabs/sysdev/toolchain/crosstool-ng-1.5.1/targets/arm-unknown-linux-uclibcgnueabi/build/build-libc-headers'
&lt;br&gt;&amp;gt; [ALL  ]      HOSTCC extra/scripts/unifdef
&lt;br&gt;&amp;gt; [ERROR]    extra/scripts/unifdef.c:209: error: conflicting types for 'getline'
&lt;br&gt;&amp;gt; [ALL  ]    /usr/include/stdio.h:651: note: previous declaration of
&lt;br&gt;&amp;gt; 'getline' was here
&lt;br&gt;&amp;gt; [ERROR]    make[1]: *** [extra/scripts/unifdef] Error 1
&lt;br&gt;&amp;gt; [ALL  ]    make[1]: Leaving directory
&lt;br&gt;&amp;gt; `/home/carl/felabs/sysdev/toolchain/crosstool-ng-1.5.1/targets/arm-unknown-linux-uclibcgnueabi/build/build-libc-headers'
&lt;br&gt;&amp;gt; [ERROR]    Build failed in step 'Installing C library headers'
&lt;br&gt;&amp;gt; [ERROR]    Error happened in
&lt;br&gt;&amp;gt; '/home/carl/felabs/sysdev/toolchain/crosstool-ng-1.5.1/scripts/functions'
&lt;br&gt;&amp;gt; in function 'CT_DoExecLog' (line unknown, sorry)
&lt;br&gt;&amp;gt; [ERROR]          called from
&lt;br&gt;&amp;gt; '/home/carl/felabs/sysdev/toolchain/crosstool-ng-1.5.1/scripts/build/libc/uClibc.sh'
&lt;br&gt;&amp;gt; at line # 88 in function 'do_libc_headers'
&lt;br&gt;&amp;gt; [ERROR]          called from
&lt;br&gt;&amp;gt; '/home/carl/felabs/sysdev/toolchain/crosstool-ng-1.5.1/scripts/crosstool-NG.sh'
&lt;br&gt;&amp;gt; at line # 544 in function 'main'
&lt;br&gt;&amp;gt; [ERROR]    Look at
&lt;br&gt;&amp;gt; '/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/build.log' for more
&lt;br&gt;&amp;gt; info on this error.
&lt;br&gt;&amp;gt; [ERROR]  (elapsed: 43:43.10)
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/getline-conflict-error-tp26516994p26532795.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26524816</id>
	<title>Re: New Alpha cross-toolchain</title>
	<published>2009-11-25T22:23:14Z</published>
	<updated>2009-11-25T22:23:14Z</updated>
	<author>
		<name>venetis</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello Ioannis!
&lt;br&gt;&amp;gt; Hello All!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Wednesday 25 November 2009 20:09:02 &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26524816&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;venetis@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; I managed to build the following set of tools for Alpha EV56 (basically,
&lt;br&gt;&amp;gt;&amp;gt; all the latest versions supported from ct-ng when I copied it from the
&lt;br&gt;&amp;gt;&amp;gt; trunk):
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hey, nice!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; gcc-4.2.2 (including C++ and Fortran)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You mean, gcc-4.4.2, not gcc-4.2.2 (which is quite old, now) ?
&lt;/div&gt;&lt;br&gt;Yes, indeed, I mean gcc-4.4.2 here.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; glibc-2.10.1
&lt;br&gt;&amp;gt;&amp;gt; binutils-2.20
&lt;br&gt;&amp;gt;&amp;gt; linux-2.6.31.5
&lt;br&gt;&amp;gt;&amp;gt; gmp-4.3.1
&lt;br&gt;&amp;gt;&amp;gt; mpfr-2.4.1
&lt;br&gt;&amp;gt;&amp;gt; ppl-0.10.2
&lt;br&gt;&amp;gt;&amp;gt; cloog/ppl-0.15.7
&lt;br&gt;&amp;gt;&amp;gt; mpc-0.7
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; In order to complete the build, however, I had to do the following:
&lt;br&gt;&amp;gt;&amp;gt; 1) Copy these 3 files from patches/glibc/2.9 to
&lt;br&gt;&amp;gt;&amp;gt; patches/glibc/ports-2.10.1
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;a) 540-alpha-atfcts.patch
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;b) 560-syslog.patch
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp; &amp;nbsp;c) 570-debug-readlink_chk-readklinkat_chk.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; OK, done.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 2) Replace the file
&lt;br&gt;&amp;gt;&amp;gt; patches/glibc/ports-2.10.1/440-alpha-cache-shape.patch
&lt;br&gt;&amp;gt;&amp;gt; with the file patches/glibc/2.9/480-alpha-glibc-2.8-cache-shape.patch
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Not really: they are not based on the same directory depth. But once that
&lt;br&gt;&amp;gt; was
&lt;br&gt;&amp;gt; fixed, then the build succeeded. I'll trust you that the resulting
&lt;br&gt;&amp;gt; toolchain
&lt;br&gt;&amp;gt; is indeed operational.
&lt;/div&gt;&lt;br&gt;And yes to this one too. I forgot to mention it :-)
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;Ioannis E. Venetis
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Alpha-cross-toolchain-tp26518536p26524816.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26521184</id>
	<title>Re: New Alpha cross-toolchain</title>
	<published>2009-11-25T14:12:32Z</published>
	<updated>2009-11-25T14:12:32Z</updated>
	<author>
		<name>Yann E. MORIN</name>
	</author>
	<content type="html">Hello Ioannis!
&lt;br&gt;Hello All!
&lt;br&gt;&lt;br&gt;On Wednesday 25 November 2009 20:09:02 &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26521184&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;venetis@...&lt;/a&gt; wrote:
&lt;br&gt;&amp;gt; I managed to build the following set of tools for Alpha EV56 (basically,
&lt;br&gt;&amp;gt; all the latest versions supported from ct-ng when I copied it from the
&lt;br&gt;&amp;gt; trunk):
&lt;br&gt;&lt;br&gt;Hey, nice!
&lt;br&gt;&lt;br&gt;&amp;gt; gcc-4.2.2 (including C++ and Fortran)
&lt;br&gt;&lt;br&gt;You mean, gcc-4.4.2, not gcc-4.2.2 (which is quite old, now) ?
&lt;br&gt;&lt;br&gt;&amp;gt; glibc-2.10.1
&lt;br&gt;&amp;gt; binutils-2.20
&lt;br&gt;&amp;gt; linux-2.6.31.5
&lt;br&gt;&amp;gt; gmp-4.3.1
&lt;br&gt;&amp;gt; mpfr-2.4.1
&lt;br&gt;&amp;gt; ppl-0.10.2
&lt;br&gt;&amp;gt; cloog/ppl-0.15.7
&lt;br&gt;&amp;gt; mpc-0.7
&lt;br&gt;&lt;br&gt;&amp;gt; In order to complete the build, however, I had to do the following:
&lt;br&gt;&amp;gt; 1) Copy these 3 files from patches/glibc/2.9 to patches/glibc/ports-2.10.1
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;a) 540-alpha-atfcts.patch
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;b) 560-syslog.patch
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;c) 570-debug-readlink_chk-readklinkat_chk.patch
&lt;br&gt;&lt;br&gt;OK, done.
&lt;br&gt;&lt;br&gt;&amp;gt; 2) Replace the file patches/glibc/ports-2.10.1/440-alpha-cache-shape.patch
&lt;br&gt;&amp;gt; with the file patches/glibc/2.9/480-alpha-glibc-2.8-cache-shape.patch
&lt;br&gt;&lt;br&gt;Not really: they are not based on the same directory depth. But once that was
&lt;br&gt;fixed, then the build succeeded. I'll trust you that the resulting toolchain
&lt;br&gt;is indeed operational.
&lt;br&gt;&lt;br&gt;Thank you for the update! I'll publish it soon.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Yann E. MORIN.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;.-----------------.--------------------.------------------.--------------------.
&lt;br&gt;| &amp;nbsp;Yann E. MORIN &amp;nbsp;| Real-Time Embedded | /&amp;quot;\ ASCII RIBBON | Erics' conspiracy: |
&lt;br&gt;| +33 662 376 056 | Software &amp;nbsp;Designer | \ / CAMPAIGN &amp;nbsp; &amp;nbsp; | &amp;nbsp;___ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| +33 223 225 172 `------------.-------: &amp;nbsp;X &amp;nbsp;AGAINST &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;\e/ &amp;nbsp;There is no &amp;nbsp;|
&lt;br&gt;| &lt;a href=&quot;http://ymorin.is-a-geek.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/&lt;/a&gt;&amp;nbsp;| _/*\_ | / \ HTML MAIL &amp;nbsp; &amp;nbsp;| &amp;nbsp; v &amp;nbsp; conspiracy. &amp;nbsp;|
&lt;br&gt;`------------------------------^-------^------------------^--------------------'
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Alpha-cross-toolchain-tp26518536p26521184.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518536</id>
	<title>New Alpha cross-toolchain</title>
	<published>2009-11-25T11:09:02Z</published>
	<updated>2009-11-25T11:09:02Z</updated>
	<author>
		<name>venetis</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I managed to build the following set of tools for Alpha EV56 (basically,
&lt;br&gt;all the latest versions supported from ct-ng when I copied it from the
&lt;br&gt;trunk):
&lt;br&gt;&lt;br&gt;gcc-4.2.2 (including C++ and Fortran)
&lt;br&gt;glibc-2.10.1
&lt;br&gt;binutils-2.20
&lt;br&gt;linux-2.6.31.5
&lt;br&gt;gmp-4.3.1
&lt;br&gt;mpfr-2.4.1
&lt;br&gt;ppl-0.10.2
&lt;br&gt;cloog/ppl-0.15.7
&lt;br&gt;mpc-0.7
&lt;br&gt;&lt;br&gt;In order to complete the build, however, I had to do the following:
&lt;br&gt;&lt;br&gt;1) Copy these 3 files from patches/glibc/2.9 to patches/glibc/ports-2.10.1
&lt;br&gt;&amp;nbsp; &amp;nbsp;a) 540-alpha-atfcts.patch
&lt;br&gt;&amp;nbsp; &amp;nbsp;b) 560-syslog.patch
&lt;br&gt;&amp;nbsp; &amp;nbsp;c) 570-debug-readlink_chk-readklinkat_chk.patch
&lt;br&gt;&lt;br&gt;2) Replace the file patches/glibc/ports-2.10.1/440-alpha-cache-shape.patch
&lt;br&gt;with the file patches/glibc/2.9/480-alpha-glibc-2.8-cache-shape.patch
&lt;br&gt;&lt;br&gt;No problems after that.
&lt;br&gt;&lt;br&gt;Ioannis E. Venetis
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-Alpha-cross-toolchain-tp26518536p26518536.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26518132</id>
	<title>Re: Mac OS X compiling</title>
	<published>2009-11-25T10:43:10Z</published>
	<updated>2009-11-25T10:43:10Z</updated>
	<author>
		<name>Yann E. MORIN</name>
	</author>
	<content type="html">Ryan,
&lt;br&gt;All,
&lt;br&gt;&lt;br&gt;Sorry for the delay, I've been a bit busy lately...
&lt;br&gt;&lt;br&gt;On Monday 16 November 2009 23:43:24 Ryan Govostes wrote:
&lt;br&gt;&amp;gt; I'm attaching a patch to the configure script. Since I'm not too familiar
&lt;br&gt;&amp;gt; with the build system I'd like some feedback on it while I continue to make
&lt;br&gt;&amp;gt; more changes.
&lt;br&gt;&lt;br&gt;I'm uneasy with so much changes in one go. Could you try to split the path
&lt;br&gt;up into separate, self-contained and maeningful changes, please?
&lt;br&gt;&lt;br&gt;For example, avoid presentation-related changes (eg. correct indentation)
&lt;br&gt;with functional changes; add the check for 'stat', libtool, libtoolize each
&lt;br&gt;in their own patch; and so on...
&lt;br&gt;&lt;br&gt;If possible, please use Mercurial the Mercurial repository to base your
&lt;br&gt;changes on, and use the Mercurial patchbomb extension to send your patches,
&lt;br&gt;it's much easier to work with. Look at docs/overview.txt, section titled
&lt;br&gt;&amp;quot;Contributing&amp;quot; for a quick explanations.
&lt;br&gt;&lt;br&gt;&amp;gt; 1) More effective detection of sed parameters. Checks for the correct
&lt;br&gt;&amp;gt; format of the zero-length -i option, as well as -r vs -E for extended
&lt;br&gt;&amp;gt; regex.
&lt;br&gt;&lt;br&gt;Well, GNU sed interprets '-i' as 'in-place', which means the result goes
&lt;br&gt;back into the input file. OSX sed has no such option. So you have to handle
&lt;br&gt;it otherwise, just dumping the '-i' is not he solution.
&lt;br&gt;&lt;br&gt;&amp;gt; 2) More effective detection of libtool / libtoolize. Looks for glibtool
&lt;br&gt;&amp;gt; / glibtoolize if the first check fails.
&lt;br&gt;&lt;br&gt;You have to save the result in the paths.mk, and then use that in
&lt;br&gt;scripts/crosstool-NG.sh to create a bin-override wrapper (at about line 76).
&lt;br&gt;&lt;br&gt;&amp;gt; 3) More effective of detection of stat. So far, just determines whether
&lt;br&gt;&amp;gt; to pass -c or -f, but since the format strings are different, this should
&lt;br&gt;&amp;gt; be elaborated on.
&lt;br&gt;&lt;br&gt;Ditto. Applies to scripts/functions and scripts/populate.in
&lt;br&gt;&lt;br&gt;&amp;gt; 4) Custom implementation of recursive readlink (i.e., `readlink -e`). This
&lt;br&gt;&amp;gt; option is not supported on BSD, so we simulate it.
&lt;br&gt;&lt;br&gt;@@ -22,6 +22,14 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;exit 1
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&lt;br&gt;+# Recursively run `readlink' in lieu of the -e option on BSD hosts.
&lt;br&gt;+rreadlink() {
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;where=&amp;quot;${@}&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp;until [ &amp;quot;${where}&amp;quot; = &amp;quot;$(readlink &amp;quot;${where}&amp;quot;)&amp;quot; ]; do
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;where=&amp;quot;$(readlink &amp;quot;${where}&amp;quot;)&amp;quot;
&lt;br&gt;&lt;br&gt;Please use a temporary variable to avoid calling readlink twice.
&lt;br&gt;&lt;br&gt;+ &amp;nbsp; &amp;nbsp;done
&lt;br&gt;+}
&lt;br&gt;+
&lt;br&gt;&amp;nbsp;# Given an option string and the following argument,
&lt;br&gt;&amp;nbsp;# echoes the value of the option.
&lt;br&gt;&amp;nbsp;# If --var=val =&amp;gt; echoes val and returns 0, meaning second arg was not consumed
&lt;br&gt;@@ -160,7 +168,7 @@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;printf &amp;quot;Checking for '${item}'... &amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;where=&amp;quot;$( gcc -print-file-name=&amp;quot;${item}&amp;quot; )&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if [ &amp;quot;${where}&amp;quot; != &amp;quot;${item}&amp;quot; ]; then
&lt;br&gt;- &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;where=&amp;quot;$( readlink -e &amp;quot;${where}&amp;quot; )&amp;quot;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;rreadlink &amp;quot;${where}&amp;quot;
&lt;br&gt;&lt;br&gt;Nope, please use like that:
&lt;br&gt;&amp;nbsp; where=&amp;quot;$(rreadlink &amp;quot;${where}&amp;quot;)&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;gt; I think the options detected during configuration still need to be somehow
&lt;br&gt;&amp;gt; passed through to the build scripts, since right now they are used to
&lt;br&gt;&amp;gt; generate the Makefile and then go out of scope.
&lt;br&gt;&lt;br&gt;Yep, use the bin-override directory, as mentioned above.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Yann E. MORIN.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;.-----------------.--------------------.------------------.--------------------.
&lt;br&gt;| &amp;nbsp;Yann E. MORIN &amp;nbsp;| Real-Time Embedded | /&amp;quot;\ ASCII RIBBON | Erics' conspiracy: |
&lt;br&gt;| +33 662 376 056 | Software &amp;nbsp;Designer | \ / CAMPAIGN &amp;nbsp; &amp;nbsp; | &amp;nbsp;___ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| +33 223 225 172 `------------.-------: &amp;nbsp;X &amp;nbsp;AGAINST &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;\e/ &amp;nbsp;There is no &amp;nbsp;|
&lt;br&gt;| &lt;a href=&quot;http://ymorin.is-a-geek.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/&lt;/a&gt;&amp;nbsp;| _/*\_ | / \ HTML MAIL &amp;nbsp; &amp;nbsp;| &amp;nbsp; v &amp;nbsp; conspiracy. &amp;nbsp;|
&lt;br&gt;`------------------------------^-------^------------------^--------------------'
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Mac-OS-X-compiling-tp26378831p26518132.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26517723</id>
	<title>Re: [PATCH 0 of 1] compiling glibc-2.9 with binutils-2.20 [RETRY]</title>
	<published>2009-11-25T10:14:03Z</published>
	<updated>2009-11-25T10:14:03Z</updated>
	<author>
		<name>Yann E. MORIN</name>
	</author>
	<content type="html">Frederic,
&lt;br&gt;All,
&lt;br&gt;&lt;br&gt;On Wednesday 25 November 2009 09:11:42 Frederic Roussel wrote:
&lt;br&gt;&amp;gt; Here's a glibc patch to allow compiling glibc-2.9 with binutils-2.20. Just
&lt;br&gt;&amp;gt; configure needed change. I am far from certain that my configure.in change
&lt;br&gt;&amp;gt; is 100% correct.
&lt;br&gt;&lt;br&gt;It's not, but is highly sufficient for our use case and the forseeable future
&lt;br&gt;(IMHO). And, BTW, your submission was correct, I just have to convince the
&lt;br&gt;administrators of my mail-relay (anciens.enib.fr) that their anti-spam and
&lt;br&gt;anti-virus are deffective (or at least that their configuration is).
&lt;br&gt;&lt;br&gt;Anyway, patch applied, thank you! :-)
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Yann E. MORIN.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;.-----------------.--------------------.------------------.--------------------.
&lt;br&gt;| &amp;nbsp;Yann E. MORIN &amp;nbsp;| Real-Time Embedded | /&amp;quot;\ ASCII RIBBON | Erics' conspiracy: |
&lt;br&gt;| +33 662 376 056 | Software &amp;nbsp;Designer | \ / CAMPAIGN &amp;nbsp; &amp;nbsp; | &amp;nbsp;___ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| +33 223 225 172 `------------.-------: &amp;nbsp;X &amp;nbsp;AGAINST &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;\e/ &amp;nbsp;There is no &amp;nbsp;|
&lt;br&gt;| &lt;a href=&quot;http://ymorin.is-a-geek.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/&lt;/a&gt;&amp;nbsp;| _/*\_ | / \ HTML MAIL &amp;nbsp; &amp;nbsp;| &amp;nbsp; v &amp;nbsp; conspiracy. &amp;nbsp;|
&lt;br&gt;`------------------------------^-------^------------------^--------------------'
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-PATCH-0-of-1--compiling-glibc-2.9-with-binutils-2.20--RETRY--tp26508908p26517723.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516994</id>
	<title>getline conflict error</title>
	<published>2009-11-25T09:29:26Z</published>
	<updated>2009-11-25T09:29:26Z</updated>
	<author>
		<name>piper.guy1</name>
	</author>
	<content type="html">My build failed. Seems to be a 'getline' conflict.
&lt;br&gt;&lt;br&gt;Any help would be appreciated.
&lt;br&gt;&lt;br&gt;thanx
&lt;br&gt;/carl h.
&lt;br&gt;&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp; &amp;nbsp;LN include/sys/ptrace.h
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp; &amp;nbsp;LN include/sys/elf.h
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp; &amp;nbsp;LN include/sys/io.h
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp; &amp;nbsp;LN include/sys/procfs.h
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp; &amp;nbsp;LN include/sys/ucontext.h
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp; &amp;nbsp;LN include/sys/user.h
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;make[1]: Leaving directory
&lt;br&gt;`/home/carl/felabs/sysdev/toolchain/crosstool-ng-1.5.1/targets/arm-unknown-linux-uclibcgnueabi/build/build-libc-headers'
&lt;br&gt;[EXTRA] &amp;nbsp; &amp;nbsp;Installing headers
&lt;br&gt;[DEBUG] &amp;nbsp; &amp;nbsp;==&amp;gt; Executing: 'make CROSS=
&lt;br&gt;PREFIX=/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/arm-unknown-linux-uclibcgnueabi//sys-root/
&lt;br&gt;install_headers'
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;make[1]: Entering directory
&lt;br&gt;`/home/carl/felabs/sysdev/toolchain/crosstool-ng-1.5.1/targets/arm-unknown-linux-uclibcgnueabi/build/build-libc-headers'
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp; &amp;nbsp;HOSTCC extra/scripts/unifdef
&lt;br&gt;[ERROR] &amp;nbsp; &amp;nbsp;extra/scripts/unifdef.c:209: error: conflicting types for 'getline'
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;/usr/include/stdio.h:651: note: previous declaration of
&lt;br&gt;'getline' was here
&lt;br&gt;[ERROR] &amp;nbsp; &amp;nbsp;make[1]: *** [extra/scripts/unifdef] Error 1
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;make[1]: Leaving directory
&lt;br&gt;`/home/carl/felabs/sysdev/toolchain/crosstool-ng-1.5.1/targets/arm-unknown-linux-uclibcgnueabi/build/build-libc-headers'
&lt;br&gt;[ERROR] &amp;nbsp; &amp;nbsp;Build failed in step 'Installing C library headers'
&lt;br&gt;[ERROR] &amp;nbsp; &amp;nbsp;Error happened in
&lt;br&gt;'/home/carl/felabs/sysdev/toolchain/crosstool-ng-1.5.1/scripts/functions'
&lt;br&gt;in function 'CT_DoExecLog' (line unknown, sorry)
&lt;br&gt;[ERROR] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;called from
&lt;br&gt;'/home/carl/felabs/sysdev/toolchain/crosstool-ng-1.5.1/scripts/build/libc/uClibc.sh'
&lt;br&gt;at line # 88 in function 'do_libc_headers'
&lt;br&gt;[ERROR] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;called from
&lt;br&gt;'/home/carl/felabs/sysdev/toolchain/crosstool-ng-1.5.1/scripts/crosstool-NG.sh'
&lt;br&gt;at line # 544 in function 'main'
&lt;br&gt;[ERROR] &amp;nbsp; &amp;nbsp;Look at
&lt;br&gt;'/usr/local/xtools/arm-unknown-linux-uclibcgnueabi/build.log' for more
&lt;br&gt;info on this error.
&lt;br&gt;[ERROR] &amp;nbsp;(elapsed: 43:43.10)
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/getline-conflict-error-tp26516994p26516994.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26516694</id>
	<title>Re: crosstool-NG build fails</title>
	<published>2009-11-25T09:17:10Z</published>
	<updated>2009-11-25T09:17:10Z</updated>
	<author>
		<name>piper.guy1</name>
	</author>
	<content type="html">thanks
&lt;br&gt;/carl
&lt;br&gt;&lt;br&gt;On Wed, Nov 25, 2009 at 11:36 AM, Yann E. MORIN
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26516694&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;yann.morin.1998@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Carl,
&lt;br&gt;&amp;gt; All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; piper.guy1 wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Upon investigation of your wget command string, it appears to have to
&lt;br&gt;&amp;gt;&amp;gt; do with your 10 second timeout. When I increased the timeout to 30
&lt;br&gt;&amp;gt;&amp;gt; secs it worked all the time. The same problem happened for the uClibc
&lt;br&gt;&amp;gt;&amp;gt; tarball, and when I increased the timeout to 30 sec, it worked too.
&lt;br&gt;&amp;gt;&amp;gt; The other locations for the other tarballs I guess are more responsive
&lt;br&gt;&amp;gt;&amp;gt; as the script had no problems with them.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Ah, OK. You should tweak the CONNECT_TIMEOUT option:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Paths and misc options  ---&amp;gt;
&lt;br&gt;&amp;gt; (10)  connection timeout
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The default is 10s, but read the help entry.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; We do need the connection timeout value to detect hosts that are down, so we
&lt;br&gt;&amp;gt; can fallback to other sources, and ultimately to try the mirror.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; So I'm manually downloading any troublesome tarballs and putting them
&lt;br&gt;&amp;gt;&amp;gt; into the tarball folder. Am I safe to do it this way as a work around?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Yes, you can do it that way. Yet, the best is to correctly set the
&lt;br&gt;&amp;gt; connection
&lt;br&gt;&amp;gt; timeout value.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Yann E. MORIN.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; .-----------------.--------------------.------------------.--------------------.
&lt;br&gt;&amp;gt; |  Yann E. MORIN  | Real-Time Embedded | /&amp;quot;\ ASCII RIBBON | Erics'
&lt;br&gt;&amp;gt; conspiracy: |
&lt;br&gt;&amp;gt; | +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |   ^
&lt;br&gt;&amp;gt;    |
&lt;br&gt;&amp;gt; | --==&amp;lt; O_o &amp;gt;==-- '------------.-------:  X  AGAINST      |  /e\  There is
&lt;br&gt;&amp;gt; no  |
&lt;br&gt;&amp;gt; | &lt;a href=&quot;http://ymorin.is-a-geek.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/&lt;/a&gt;&amp;nbsp;| (*_*) | / \ HTML MAIL    |  &amp;quot;&amp;quot;&amp;quot;
&lt;br&gt;&amp;gt;  conspiracy.  |
&lt;br&gt;&amp;gt; '------------------------------'-------'------------------'--------------------'
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/crosstool-NG-build-fails-tp26469532p26516694.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515967</id>
	<title>Re: crosstool-NG build fails</title>
	<published>2009-11-25T08:36:28Z</published>
	<updated>2009-11-25T08:36:28Z</updated>
	<author>
		<name>Yann E. MORIN</name>
	</author>
	<content type="html">Carl,
&lt;br&gt;All,
&lt;br&gt;&lt;br&gt;piper.guy1 wrote:
&lt;br&gt;&amp;gt; Upon investigation of your wget command string, it appears to have to
&lt;br&gt;&amp;gt; do with your 10 second timeout. When I increased the timeout to 30
&lt;br&gt;&amp;gt; secs it worked all the time. The same problem happened for the uClibc
&lt;br&gt;&amp;gt; tarball, and when I increased the timeout to 30 sec, it worked too.
&lt;br&gt;&amp;gt; The other locations for the other tarballs I guess are more responsive
&lt;br&gt;&amp;gt; as the script had no problems with them.
&lt;br&gt;&lt;br&gt;Ah, OK. You should tweak the CONNECT_TIMEOUT option:
&lt;br&gt;&lt;br&gt;Paths and misc options &amp;nbsp;---&amp;gt;
&lt;br&gt;(10) &amp;nbsp;connection timeout
&lt;br&gt;&lt;br&gt;The default is 10s, but read the help entry.
&lt;br&gt;&lt;br&gt;We do need the connection timeout value to detect hosts that are down, so we
&lt;br&gt;can fallback to other sources, and ultimately to try the mirror.
&lt;br&gt;&lt;br&gt;&amp;gt; So I'm manually downloading any troublesome tarballs and putting them
&lt;br&gt;&amp;gt; into the tarball folder. Am I safe to do it this way as a work around?
&lt;br&gt;&lt;br&gt;Yes, you can do it that way. Yet, the best is to correctly set the connection
&lt;br&gt;timeout value.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Yann E. MORIN.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;.-----------------.--------------------.------------------.--------------------.
&lt;br&gt;| &amp;nbsp;Yann E. MORIN &amp;nbsp;| Real-Time Embedded | /&amp;quot;\ ASCII RIBBON | Erics' conspiracy: |
&lt;br&gt;| +0/33 662376056 | Software &amp;nbsp;Designer | \ / CAMPAIGN &amp;nbsp; &amp;nbsp; | &amp;nbsp; ^ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|
&lt;br&gt;| --==&amp;lt; O_o &amp;gt;==-- '------------.-------: &amp;nbsp;X &amp;nbsp;AGAINST &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;/e\ &amp;nbsp;There is no &amp;nbsp;|
&lt;br&gt;| &lt;a href=&quot;http://ymorin.is-a-geek.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/&lt;/a&gt;&amp;nbsp;| (*_*) | / \ HTML MAIL &amp;nbsp; &amp;nbsp;| &amp;nbsp;&amp;quot;&amp;quot;&amp;quot; &amp;nbsp;conspiracy. &amp;nbsp;|
&lt;br&gt;'------------------------------'-------'------------------'--------------------'
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/crosstool-NG-build-fails-tp26469532p26515967.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515687</id>
	<title>Re: crosstool-NG build fails</title>
	<published>2009-11-25T08:21:32Z</published>
	<updated>2009-11-25T08:21:32Z</updated>
	<author>
		<name>piper.guy1</name>
	</author>
	<content type="html">On Wed, Nov 25, 2009 at 2:01 AM, Yann E. MORIN
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515687&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;yann.morin.1998@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Carl,
&lt;br&gt;&amp;gt; All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Wednesday 25 November 2009 05:08:18 piper.guy1 wrote:
&lt;br&gt;&amp;gt;&amp;gt; Here's what your script does. I extracted it from the log file and
&lt;br&gt;&amp;gt;&amp;gt; tried it at the command line. It doesn't work.
&lt;br&gt;&amp;gt;&amp;gt;   carl@xu-mobile1:~/felabs/sysdev/toolchain/crosstool-ng-1.5.1$ wget
&lt;br&gt;&amp;gt;&amp;gt; -T 10 -nc --progress=dot:binary --tries=1 ftp://gcc.gnu.org
&lt;br&gt;&amp;gt;&amp;gt; /pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.gz
&lt;br&gt;&amp;gt;&amp;gt;   --2009-11-24 22:51:20--
&lt;br&gt;&amp;gt;&amp;gt; ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.gz
&lt;br&gt;&amp;gt;&amp;gt;            =&amp;gt; `cloog-ppl-0.15.7.tar.gz'
&lt;br&gt;&amp;gt;&amp;gt;   Resolving gcc.gnu.org... 209.132.176.174
&lt;br&gt;&amp;gt;&amp;gt;   Connecting to gcc.gnu.org|209.132.176.174|:21... connected.
&lt;br&gt;&amp;gt;&amp;gt;   Logging in as anonymous ...
&lt;br&gt;&amp;gt;&amp;gt;   Error in server response, closing control connection.
&lt;br&gt;&amp;gt;&amp;gt; Giving up.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Here's my own try:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; # wget -T 10 -nc --progress=dot:binary --tries=1  \
&lt;br&gt;&amp;gt;     ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.gz
&lt;br&gt;&amp;gt; --2009-11-25 07:54:05--  ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.gz
&lt;br&gt;&amp;gt;           =&amp;gt; `cloog-ppl-0.15.7.tar.gz'
&lt;br&gt;&amp;gt; Resolving gcc.gnu.org... 209.132.176.174
&lt;br&gt;&amp;gt; Connecting to gcc.gnu.org|209.132.176.174|:21... connected.
&lt;br&gt;&amp;gt; Logging in as anonymous ... Logged in!
&lt;br&gt;&amp;gt; ==&amp;gt; SYST ... done.    ==&amp;gt; PWD ... done.
&lt;br&gt;&amp;gt; ==&amp;gt; TYPE I ... done.  ==&amp;gt; CWD /pub/gcc/infrastructure ... done.
&lt;br&gt;&amp;gt; ==&amp;gt; SIZE cloog-ppl-0.15.7.tar.gz ... 767746
&lt;br&gt;&amp;gt; ==&amp;gt; PASV ... done.    ==&amp;gt; RETR cloog-ppl-0.15.7.tar.gz ... done.
&lt;br&gt;&amp;gt; Length: 767746 (750K)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;     0K ................ ................ ................ 51%  196K 2s
&lt;br&gt;&amp;gt;   384K ................ ................ .............   100%  352K=3.0s
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 2009-11-25 07:54:11 (250 KB/s) - `cloog-ppl-0.15.7.tar.gz' saved [767746]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So it *is* working for me here!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Definitely, there is a problem on your side. I don't see what to invetigate
&lt;br&gt;&amp;gt; upon, beside what I suggested in my previous mail. I'm sorry, but I have
&lt;br&gt;&amp;gt; no other clue.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Yann E. MORIN.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; .-----------------.--------------------.------------------.--------------------.
&lt;br&gt;&amp;gt; |  Yann E. MORIN  | Real-Time Embedded | /&amp;quot;\ ASCII RIBBON | Erics' conspiracy: |
&lt;br&gt;&amp;gt; | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
&lt;br&gt;&amp;gt; | +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
&lt;br&gt;&amp;gt; | &lt;a href=&quot;http://ymorin.is-a-geek.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/&lt;/a&gt;&amp;nbsp;| _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
&lt;br&gt;&amp;gt; `------------------------------^-------^------------------^--------------------'
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Upon investigation of your wget command string, it appears to have to
&lt;br&gt;do with your 10 second timeout. When I increased the timeout to 30
&lt;br&gt;secs it worked all the time. The same problem happened for the uClibc
&lt;br&gt;tarball, and when I increased the timeout to 30 sec, it worked too.
&lt;br&gt;The other locations for the other tarballs I guess are more responsive
&lt;br&gt;as the script had no problems with them.
&lt;br&gt;&lt;br&gt;So I'm manually downloading any troublesome tarballs and putting them
&lt;br&gt;into the tarball folder. Am I safe to do it this way as a work around?
&lt;br&gt;&lt;br&gt;thanx
&lt;br&gt;/carl h.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/crosstool-NG-build-fails-tp26469532p26515687.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26512011</id>
	<title>Re: [PATCH 0 of 1] compiling glibc-2.9 with binutils-2.20 [RETRY]</title>
	<published>2009-11-25T04:45:00Z</published>
	<updated>2009-11-25T04:45:00Z</updated>
	<author>
		<name>Harold Grovesteen-2</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;Frederic Roussel wrote:
&lt;br&gt;&lt;br&gt;&amp;gt;Hi all
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;Sorry for the retry - I'm still a mercurial noobie and it shows :-(
&lt;br&gt;&amp;gt;
&lt;br&gt;A lot of that going on here. You are not alone.
&lt;br&gt;&lt;br&gt;Harold
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-PATCH-0-of-1--compiling-glibc-2.9-with-binutils-2.20--RETRY--tp26508908p26512011.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26508907</id>
	<title>[PATCH 1 of 1] patches/glibc: allows glibc2.9 to be compiled with 	binutils 2.20</title>
	<published>2009-11-25T00:11:43Z</published>
	<updated>2009-11-25T00:11:43Z</updated>
	<author>
		<name>Frederic Roussel-2</name>
	</author>
	<content type="html"># HG changeset patch
&lt;br&gt;# User &amp;quot;Frederic Roussel&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508907&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fr.frasc@...&lt;/a&gt;&amp;gt;
&lt;br&gt;# Date 1259136642 28800
&lt;br&gt;# Node ID 489e9f2158fa8bd86e3080af1c63983b097fc93e
&lt;br&gt;# Parent &amp;nbsp;496eeb7effad7574955bceb2cbec7c3b970189ed
&lt;br&gt;patches/glibc: allows glibc2.9 to be compiled with binutils 2.20
&lt;br&gt;&lt;br&gt;the configure script had to be modified to accept as/ld at versions greater
&lt;br&gt;than 2.19
&lt;br&gt;Signed-off-by: Frederic Roussel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508907&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fr.frasc@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;diff -r 496eeb7effad -r 489e9f2158fa patches/glibc/2.9/600-recent-binutils.patch
&lt;br&gt;--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
&lt;br&gt;+++ b/patches/glibc/2.9/600-recent-binutils.patch	Wed Nov 25 00:10:42 2009 -0800
&lt;br&gt;@@ -0,0 +1,37 @@
&lt;br&gt;+diff -r -u glibc-cvs-2.9.orig/configure glibc-cvs-2.9/configure
&lt;br&gt;+--- glibc-cvs-2.9.orig/configure	2008-11-11 01:50:11.000000000 -0800
&lt;br&gt;++++ glibc-cvs-2.9/configure	2009-11-24 17:52:27.000000000 -0800
&lt;br&gt;+@@ -4531,7 +4531,7 @@
&lt;br&gt;+ &amp;nbsp; ac_prog_version=`$AS --version 2&amp;gt;&amp;1 | sed -n 's/^.*GNU assembler.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
&lt;br&gt;+ &amp;nbsp; case $ac_prog_version in
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; '') ac_prog_version=&amp;quot;v. ?.??, bad&amp;quot;; ac_verc_fail=yes;;
&lt;br&gt;+- &amp;nbsp; &amp;nbsp;2.1[3-9]*)
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;2.1[3-9]*|2.20)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ac_prog_version=&amp;quot;$ac_prog_version, ok&amp;quot;; ac_verc_fail=no;;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; *) ac_prog_version=&amp;quot;$ac_prog_version, bad&amp;quot;; ac_verc_fail=yes;;
&lt;br&gt;+ 
&lt;br&gt;+@@ -4594,7 +4594,7 @@
&lt;br&gt;+ &amp;nbsp; ac_prog_version=`$LD --version 2&amp;gt;&amp;1 | sed -n 's/^.*GNU ld.* \([0-9][0-9]*\.[0-9.]*\).*$/\1/p'`
&lt;br&gt;+ &amp;nbsp; case $ac_prog_version in
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; '') ac_prog_version=&amp;quot;v. ?.??, bad&amp;quot;; ac_verc_fail=yes;;
&lt;br&gt;+- &amp;nbsp; &amp;nbsp;2.1[3-9]*)
&lt;br&gt;++ &amp;nbsp; &amp;nbsp;2.1[3-9]*|2.20)
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ac_prog_version=&amp;quot;$ac_prog_version, ok&amp;quot;; ac_verc_fail=no;;
&lt;br&gt;+ &amp;nbsp; &amp;nbsp; *) ac_prog_version=&amp;quot;$ac_prog_version, bad&amp;quot;; ac_verc_fail=yes;;
&lt;br&gt;+ 
&lt;br&gt;+diff -r -u glibc-cvs-2.9.orig/configure.in glibc-cvs-2.9/configure.in
&lt;br&gt;+--- glibc-cvs-2.9.orig/configure.in	2008-11-11 01:50:11.000000000 -0800
&lt;br&gt;++++ glibc-cvs-2.9/configure.in	2009-11-24 17:53:35.000000000 -0800
&lt;br&gt;+@@ -844,10 +844,10 @@
&lt;br&gt;+ # Accept binutils 2.13 or newer.
&lt;br&gt;+ AC_CHECK_PROG_VER(AS, $AS, --version,
&lt;br&gt;+ 		 &amp;nbsp;[GNU assembler.* \([0-9]*\.[0-9.]*\)],
&lt;br&gt;+-		 &amp;nbsp;[2.1[3-9]*], AS=: critic_missing=&amp;quot;$critic_missing as&amp;quot;)
&lt;br&gt;++		 &amp;nbsp;[2.1[3-9]*|2.20], AS=: critic_missing=&amp;quot;$critic_missing as&amp;quot;)
&lt;br&gt;+ AC_CHECK_PROG_VER(LD, $LD, --version,
&lt;br&gt;+ 		 &amp;nbsp;[GNU ld.* \([0-9][0-9]*\.[0-9.]*\)],
&lt;br&gt;+-		 &amp;nbsp;[2.1[3-9]*], LD=: critic_missing=&amp;quot;$critic_missing ld&amp;quot;)
&lt;br&gt;++		 &amp;nbsp;[2.1[3-9]*|2.20], LD=: critic_missing=&amp;quot;$critic_missing ld&amp;quot;)
&lt;br&gt;+ 
&lt;br&gt;+ # We need the physical current working directory. &amp;nbsp;We cannot use the
&lt;br&gt;+ # &amp;quot;pwd -P&amp;quot; shell builtin since that's not portable. &amp;nbsp;Instead we try to
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-PATCH-0-of-1--compiling-glibc-2.9-with-binutils-2.20--RETRY--tp26508908p26508907.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26508908</id>
	<title>[PATCH 0 of 1] compiling glibc-2.9 with binutils-2.20 [RETRY]</title>
	<published>2009-11-25T00:11:42Z</published>
	<updated>2009-11-25T00:11:42Z</updated>
	<author>
		<name>Frederic Roussel-2</name>
	</author>
	<content type="html">Hi all
&lt;br&gt;&lt;br&gt;Sorry for the retry - I'm still a mercurial noobie and it shows :-(
&lt;br&gt;&lt;br&gt;Here's a glibc patch to allow compiling glibc-2.9 with binutils-2.20. Just
&lt;br&gt;configure needed change. I am far from certain that my configure.in change
&lt;br&gt;is 100% correct.
&lt;br&gt;&lt;br&gt;The problem showed up when I tried to compile glibc-2.10.1, but it failed with
&lt;br&gt;a problem already discussed earlier (July 23 in the mailing list). So I changed
&lt;br&gt;the glibc version without back-revving the binutils too. Anyway, more on that
&lt;br&gt;after the turkey ;-)
&lt;br&gt;&lt;br&gt;Happy Thanksgiving
&lt;br&gt;&lt;br&gt;--Frederic
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-PATCH-0-of-1--compiling-glibc-2.9-with-binutils-2.20--RETRY--tp26508908p26508908.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26508680</id>
	<title>cross compiling under cygwin problem</title>
	<published>2009-11-24T23:47:18Z</published>
	<updated>2009-11-24T23:47:18Z</updated>
	<author>
		<name>sancelot</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;I am trying compiling a cross compiler for linux running in cygwin &amp;nbsp;
&lt;br&gt;(build=host = cygwin/target=linux x86), using crosstools-ng-1.5.1
&lt;br&gt;I have got my compilation stopped here :
&lt;br&gt;&lt;br&gt;checking for .popsection assembler directive... no
&lt;br&gt;[ERROR] &amp;nbsp; &amp;nbsp;checking for .protected and .hidden assembler directive... &amp;nbsp;
&lt;br&gt;configure: error: assembler support for symbol visibility is required
&lt;br&gt;[ERROR] &amp;nbsp; &amp;nbsp;Build failed in step 'Installing C library headers / start &amp;nbsp;
&lt;br&gt;files'
&lt;br&gt;[ERROR] &amp;nbsp; &amp;nbsp;Error happened in &amp;nbsp;
&lt;br&gt;'/usr/local/lib/ct-ng-1.5.1/scripts/functions' in function 'CT_DoExecLog' &amp;nbsp;
&lt;br&gt;(line unknown, sorry)
&lt;br&gt;[ERROR] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;called from &amp;nbsp;
&lt;br&gt;'/usr/local/lib/ct-ng-1.5.1/scripts/build/libc/eglibc.sh' at line # 156 in &amp;nbsp;
&lt;br&gt;function 'do_libc_start_files'
&lt;br&gt;[ERROR] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;called from &amp;nbsp;
&lt;br&gt;'/usr/local/lib/ct-ng-1.5.1/scripts/crosstool-NG.sh' at line # 544 in &amp;nbsp;
&lt;br&gt;function 'main'
&lt;br&gt;[ERROR] &amp;nbsp; &amp;nbsp;Look at '/test/x-tools/i686-unknown-linux-gnu/build
&lt;br&gt;&lt;br&gt;I googled and found the following similar problem :
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/Re:-Fwd:-Cross-compiler-build-stops-td14243012.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://old.nabble.com/Re:-Fwd:-Cross-compiler-build-stops-td14243012.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;any idea ?
&lt;br&gt;&lt;br&gt;enclosed is the build log
&lt;br&gt;&lt;br&gt;Best Regards
&lt;br&gt;S.Ancelot&lt;br /&gt; &lt;br /&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;build.log&lt;/strong&gt; (1M) &lt;a href=&quot;http://old.nabble.com/attachment/26508680/0/build.log&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/cross-compiling-under-cygwin-problem-tp26508680p26508680.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26508686</id>
	<title>[PATCH 1 of 1] patches/glibc: allows glibc2.9 to be compiled with 	binutils 2.20</title>
	<published>2009-11-24T23:18:26Z</published>
	<updated>2009-11-24T23:18:26Z</updated>
	<author>
		<name>Frederic Roussel-2</name>
	</author>
	<content type="html"># HG changeset patch
&lt;br&gt;# User &amp;quot;Frederic Roussel&amp;quot; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508686&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fr.frasc@...&lt;/a&gt;&amp;gt;
&lt;br&gt;# Date 1259133428 28800
&lt;br&gt;# Node ID 427cca5560d3ff2df143e6fb4e3b34028c094e97
&lt;br&gt;# Parent &amp;nbsp;496eeb7effad7574955bceb2cbec7c3b970189ed
&lt;br&gt;patches/glibc: allows glibc2.9 to be compiled with binutils 2.20
&lt;br&gt;&lt;br&gt;the configure script had to be modified to accept as/ld at versions greater
&lt;br&gt;than 2.19
&lt;br&gt;Signed-off-by: Frederic Roussel &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508686&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;fr.frasc@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-PATCH-0-of-1--compilinmg-glibc-2.9-with-binutils-2.20-tp26508687p26508686.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26508687</id>
	<title>[PATCH 0 of 1] compilinmg glibc-2.9 with binutils-2.20</title>
	<published>2009-11-24T23:18:25Z</published>
	<updated>2009-11-24T23:18:25Z</updated>
	<author>
		<name>Frederic Roussel-2</name>
	</author>
	<content type="html">Hi all
&lt;br&gt;&lt;br&gt;Here's a glibc patch to allow compiling glibc-2.9 with binutils-2.20. Just
&lt;br&gt;configure needed change. I am far from certain that my configure.in change
&lt;br&gt;is 100% correct.
&lt;br&gt;&lt;br&gt;The problem showed up when I tried to compile glibc-2.10.1, but it failed with
&lt;br&gt;a problem already discussed earlier (July 23 in the mailing list). So I changed
&lt;br&gt;the glibc version without back-revving the binutils too. Anyway, more on that
&lt;br&gt;after the turkey ;-)
&lt;br&gt;&lt;br&gt;Happy Thanksgiving
&lt;br&gt;&lt;br&gt;--Frederic
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-PATCH-0-of-1--compilinmg-glibc-2.9-with-binutils-2.20-tp26508687p26508687.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26508348</id>
	<title>Re: crosstool-NG build fails</title>
	<published>2009-11-24T23:01:43Z</published>
	<updated>2009-11-24T23:01:43Z</updated>
	<author>
		<name>Yann E. MORIN</name>
	</author>
	<content type="html">Carl,
&lt;br&gt;All,
&lt;br&gt;&lt;br&gt;On Wednesday 25 November 2009 05:08:18 piper.guy1 wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Here's what your script does. I extracted it from the log file and
&lt;br&gt;&amp;gt; tried it at the command line. It doesn't work.
&lt;br&gt;&amp;gt; &amp;nbsp; carl@xu-mobile1:~/felabs/sysdev/toolchain/crosstool-ng-1.5.1$ wget
&lt;br&gt;&amp;gt; -T 10 -nc --progress=dot:binary --tries=1 ftp://gcc.gnu.org
&lt;br&gt;&amp;gt; /pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.gz
&lt;br&gt;&amp;gt; &amp;nbsp; --2009-11-24 22:51:20--
&lt;br&gt;&amp;gt; ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.gz
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;=&amp;gt; `cloog-ppl-0.15.7.tar.gz'
&lt;br&gt;&amp;gt; &amp;nbsp; Resolving gcc.gnu.org... 209.132.176.174
&lt;br&gt;&amp;gt; &amp;nbsp; Connecting to gcc.gnu.org|209.132.176.174|:21... connected.
&lt;br&gt;&amp;gt; &amp;nbsp; Logging in as anonymous ...
&lt;br&gt;&amp;gt; &amp;nbsp; Error in server response, closing control connection.
&lt;br&gt;&amp;gt; Giving up.
&lt;/div&gt;&lt;br&gt;Here's my own try:
&lt;br&gt;&lt;br&gt;# wget -T 10 -nc --progress=dot:binary --tries=1 &amp;nbsp;\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.gz
&lt;br&gt;--2009-11-25 07:54:05-- &amp;nbsp;ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.gz
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;=&amp;gt; `cloog-ppl-0.15.7.tar.gz'
&lt;br&gt;Resolving gcc.gnu.org... 209.132.176.174
&lt;br&gt;Connecting to gcc.gnu.org|209.132.176.174|:21... connected.
&lt;br&gt;Logging in as anonymous ... Logged in!
&lt;br&gt;==&amp;gt; SYST ... done. &amp;nbsp; &amp;nbsp;==&amp;gt; PWD ... done.
&lt;br&gt;==&amp;gt; TYPE I ... done. &amp;nbsp;==&amp;gt; CWD /pub/gcc/infrastructure ... done.
&lt;br&gt;==&amp;gt; SIZE cloog-ppl-0.15.7.tar.gz ... 767746
&lt;br&gt;==&amp;gt; PASV ... done. &amp;nbsp; &amp;nbsp;==&amp;gt; RETR cloog-ppl-0.15.7.tar.gz ... done.
&lt;br&gt;Length: 767746 (750K)
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;0K ................ ................ ................ 51% &amp;nbsp;196K 2s
&lt;br&gt;&amp;nbsp; &amp;nbsp;384K ................ ................ ............. &amp;nbsp; 100% &amp;nbsp;352K=3.0s
&lt;br&gt;&lt;br&gt;2009-11-25 07:54:11 (250 KB/s) - `cloog-ppl-0.15.7.tar.gz' saved [767746]
&lt;br&gt;&lt;br&gt;So it *is* working for me here!
&lt;br&gt;&lt;br&gt;Definitely, there is a problem on your side. I don't see what to invetigate
&lt;br&gt;upon, beside what I suggested in my previous mail. I'm sorry, but I have
&lt;br&gt;no other clue.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Yann E. MORIN.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;.-----------------.--------------------.------------------.--------------------.
&lt;br&gt;| &amp;nbsp;Yann E. MORIN &amp;nbsp;| Real-Time Embedded | /&amp;quot;\ ASCII RIBBON | Erics' conspiracy: |
&lt;br&gt;| +33 662 376 056 | Software &amp;nbsp;Designer | \ / CAMPAIGN &amp;nbsp; &amp;nbsp; | &amp;nbsp;___ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| +33 223 225 172 `------------.-------: &amp;nbsp;X &amp;nbsp;AGAINST &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;\e/ &amp;nbsp;There is no &amp;nbsp;|
&lt;br&gt;| &lt;a href=&quot;http://ymorin.is-a-geek.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/&lt;/a&gt;&amp;nbsp;| _/*\_ | / \ HTML MAIL &amp;nbsp; &amp;nbsp;| &amp;nbsp; v &amp;nbsp; conspiracy. &amp;nbsp;|
&lt;br&gt;`------------------------------^-------^------------------^--------------------'
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/crosstool-NG-build-fails-tp26469532p26508348.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26507284</id>
	<title>Re: crosstool-NG build fails</title>
	<published>2009-11-24T20:08:18Z</published>
	<updated>2009-11-24T20:08:18Z</updated>
	<author>
		<name>piper.guy1</name>
	</author>
	<content type="html">On Tue, Nov 24, 2009 at 1:58 PM, Yann E. MORIN
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26507284&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;yann.morin.1998@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Clark,
&lt;br&gt;&amp;gt; All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Tuesday 24 November 2009 01:43:04 piper.guy1 wrote:
&lt;br&gt;&amp;gt;&amp;gt; [DEBUG]    Appending LAN mirror URLs
&lt;br&gt;&amp;gt;&amp;gt; [DEBUG]    Trying
&lt;br&gt;&amp;gt;&amp;gt; 'ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.bz2'
&lt;br&gt;&amp;gt;&amp;gt; [DEBUG]    ==&amp;gt; Executing: 'wget -T 10 -nc --progress=dot:binary
&lt;br&gt;&amp;gt;&amp;gt; --tries=3 --passive-ftp
&lt;br&gt;&amp;gt;&amp;gt; ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.bz2'
&lt;br&gt;&amp;gt;&amp;gt; [ALL  ]    --2009-11-23 19:09:06--
&lt;br&gt;&amp;gt;&amp;gt; ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.bz2
&lt;br&gt;&amp;gt;&amp;gt; [ALL  ]               =&amp;gt; `cloog-ppl-0.15.7.tar.bz2'
&lt;br&gt;&amp;gt;&amp;gt; [ALL  ]    Resolving gcc.gnu.org... 209.132.176.174
&lt;br&gt;&amp;gt;&amp;gt; [ALL  ]    Connecting to gcc.gnu.org|209.132.176.174|:21... connected.
&lt;br&gt;&amp;gt;&amp;gt; [ALL  ]    Logging in as anonymous ...
&lt;br&gt;&amp;gt;&amp;gt; [ALL  ]    Error in server response, closing control connection.
&lt;br&gt;&amp;gt;&amp;gt; [ALL  ]    Retrying.
&lt;br&gt;&amp;gt;&amp;gt; This sequence of debug was repeated many times, then your site was
&lt;br&gt;&amp;gt;&amp;gt; tried with same result many times:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Nope, the sequence should not repeat _exactly_. What crosstool-NG tries
&lt;br&gt;&amp;gt; is to download (using different techniques: passive ftp, http...) the
&lt;br&gt;&amp;gt; following, and stops at the first it finds:
&lt;br&gt;&amp;gt;  - &amp;lt;basename&amp;gt;.tar.bz2
&lt;br&gt;&amp;gt;  - &amp;lt;basename&amp;gt;.tar.gz
&lt;br&gt;&amp;gt;  - &amp;lt;basename&amp;gt;.tgz
&lt;br&gt;&amp;gt;  - &amp;lt;basename&amp;gt;.tar
&lt;br&gt;&amp;gt;  - &amp;lt;basename&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; If all fails, then it _might_ fall back to using my site that _may_
&lt;br&gt;&amp;gt; contain _some_ tarballs of _some_ components (mostly snapshots of
&lt;br&gt;&amp;gt; uClibc). Please double-check your log file for this pattern.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The reason for this sequence if that there is an ifrastructure for
&lt;br&gt;&amp;gt; downloads that abstracts all the hurdle, and takes only the 'basename'
&lt;br&gt;&amp;gt; of the archive. There is the possibility fo force a /preferred/
&lt;br&gt;&amp;gt; extension when calling the download wrappers, but it has not been
&lt;br&gt;&amp;gt; needed so far for me for any tarball from gnu.org (only a few sites
&lt;br&gt;&amp;gt; return non-404 content for missing files, such as the duma site).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Are you, by chance, behind some kind of firewall that prevents your
&lt;br&gt;&amp;gt; machine to access the network? Or, maybe your DSL connection went
&lt;br&gt;&amp;gt; down at this moment? I just tried, and all (major) components just
&lt;br&gt;&amp;gt; downloaded OK for me a few minutes back...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Another reason might be if gnu.org has protection against fast-repeating
&lt;br&gt;&amp;gt; connections to the server (to avoid DoS). In which case, a little sleep
&lt;br&gt;&amp;gt; in-between the iterations might be helpfull.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Yann E. MORIN.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; .-----------------.--------------------.------------------.--------------------.
&lt;br&gt;&amp;gt; |  Yann E. MORIN  | Real-Time Embedded | /&amp;quot;\ ASCII RIBBON | Erics' conspiracy: |
&lt;br&gt;&amp;gt; | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
&lt;br&gt;&amp;gt; | +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
&lt;br&gt;&amp;gt; | &lt;a href=&quot;http://ymorin.is-a-geek.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/&lt;/a&gt;&amp;nbsp;| _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
&lt;br&gt;&amp;gt; `------------------------------^-------^------------------^--------------------'
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Here's what your script does. I extracted it from the log file and
&lt;br&gt;tried it at the command line. It doesn't work.
&lt;br&gt;&lt;br&gt;&amp;nbsp; carl@xu-mobile1:~/felabs/sysdev/toolchain/crosstool-ng-1.5.1$ wget
&lt;br&gt;-T 10 -nc --progress=dot:binary --tries=1 ftp://gcc.gnu.org
&lt;br&gt;/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.gz
&lt;br&gt;&amp;nbsp; --2009-11-24 22:51:20--
&lt;br&gt;ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.gz
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;=&amp;gt; `cloog-ppl-0.15.7.tar.gz'
&lt;br&gt;&amp;nbsp; Resolving gcc.gnu.org... 209.132.176.174
&lt;br&gt;&amp;nbsp; Connecting to gcc.gnu.org|209.132.176.174|:21... connected.
&lt;br&gt;&amp;nbsp; Logging in as anonymous ...
&lt;br&gt;&amp;nbsp; Error in server response, closing control connection.
&lt;br&gt;Giving up.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;However I managed to manually FTP the file from the same place with no problem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; carl@xu-mobile1:~/felabs/sysdev/toolchain/crosstool-ng-1.5.1$ ftp gcc.gnu.org
&lt;br&gt;&amp;nbsp; Connected to gcc.gnu.org.
&lt;br&gt;&amp;nbsp; 220 FTP Server ready.
&lt;br&gt;&amp;nbsp; Name (gcc.gnu.org:carl): anonymous
&lt;br&gt;&amp;nbsp; 331 Anonymous login ok, send your complete email address as your password
&lt;br&gt;&amp;nbsp; Password:
&lt;br&gt;&amp;nbsp; 230-
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *** Welcome to the ftp server for sourceware.org/gcc.gnu.org ***
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;You are user 8 out of a maximum of 30 authorized anonymous logins.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;The current time here is Wed Nov 25 03:52:58 2009.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;If you experience any problems here, contact : overseers at this site
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; 230 Anonymous login ok, restrictions apply.
&lt;br&gt;&amp;nbsp; Remote system type is UNIX.
&lt;br&gt;&amp;nbsp; Using binary mode to transfer files.
&lt;br&gt;&amp;nbsp; ftp&amp;gt; cd pub/gcc/infrastructure
&lt;br&gt;&amp;nbsp; 250 CWD command successful
&lt;br&gt;&amp;nbsp; ftp&amp;gt; get cloog-ppl-0.15.7.tar.gz
&lt;br&gt;&amp;nbsp; local: cloog-ppl-0.15.7.tar.gz remote: cloog-ppl-0.15.7.tar.gz
&lt;br&gt;&amp;nbsp; 200 PORT command successful
&lt;br&gt;&amp;nbsp; 150 Opening BINARY mode data connection for cloog-ppl-0.15.7.tar.gz
&lt;br&gt;(767746 bytes)
&lt;br&gt;&amp;nbsp; 226 Transfer complete
&lt;br&gt;&amp;nbsp; 767746 bytes received in 2.69 secs (278.8 kB/s)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;What am i missing? Why won't ct-ng work?
&lt;br&gt;&lt;br&gt;/carl h.
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/crosstool-NG-build-fails-tp26469532p26507284.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26502633</id>
	<title>Re: [OSELAS.Toolchain] Aligment trap in dynamic linker</title>
	<published>2009-11-24T12:38:39Z</published>
	<updated>2009-11-24T12:38:39Z</updated>
	<author>
		<name>Ladislav Michl-2</name>
	</author>
	<content type="html">For the archives: gcc-4.4.1 emits eh_frame section by default which
&lt;br&gt;a) makes binaries bigger
&lt;br&gt;b) produces said unaligned relocation
&lt;br&gt;(&lt;a href=&quot;http://sourceware.org/ml/libc-ports/2009-11/msg00084.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/ml/libc-ports/2009-11/msg00084.html&lt;/a&gt;)
&lt;br&gt;&lt;br&gt;As I do not preted I understand all gcc's bells and whistles, I used
&lt;br&gt;gcc-4.3.4, which does not suffer from this problem. Patch adding gcc-4.3.4
&lt;br&gt;into OSELAS.Toolchain will be released tomorrow.
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ladis
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/-OSELAS.Toolchain--Aligment-trap-in-dynamic-linker-tp26170655p26502633.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26501460</id>
	<title>Re: crosstool-NG build fails</title>
	<published>2009-11-24T10:58:43Z</published>
	<updated>2009-11-24T10:58:43Z</updated>
	<author>
		<name>Yann E. MORIN</name>
	</author>
	<content type="html">Clark,
&lt;br&gt;All,
&lt;br&gt;&lt;br&gt;On Tuesday 24 November 2009 01:43:04 piper.guy1 wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; [DEBUG] &amp;nbsp; &amp;nbsp;Appending LAN mirror URLs
&lt;br&gt;&amp;gt; [DEBUG] &amp;nbsp; &amp;nbsp;Trying
&lt;br&gt;&amp;gt; 'ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.bz2'
&lt;br&gt;&amp;gt; [DEBUG] &amp;nbsp; &amp;nbsp;==&amp;gt; Executing: 'wget -T 10 -nc --progress=dot:binary
&lt;br&gt;&amp;gt; --tries=3 --passive-ftp
&lt;br&gt;&amp;gt; ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.bz2'
&lt;br&gt;&amp;gt; [ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;--2009-11-23 19:09:06--
&lt;br&gt;&amp;gt; ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.bz2
&lt;br&gt;&amp;gt; [ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; =&amp;gt; `cloog-ppl-0.15.7.tar.bz2'
&lt;br&gt;&amp;gt; [ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;Resolving gcc.gnu.org... 209.132.176.174
&lt;br&gt;&amp;gt; [ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;Connecting to gcc.gnu.org|209.132.176.174|:21... connected.
&lt;br&gt;&amp;gt; [ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;Logging in as anonymous ...
&lt;br&gt;&amp;gt; [ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;Error in server response, closing control connection.
&lt;br&gt;&amp;gt; [ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;Retrying.
&lt;br&gt;&amp;gt; This sequence of debug was repeated many times, then your site was
&lt;br&gt;&amp;gt; tried with same result many times:
&lt;/div&gt;&lt;br&gt;Nope, the sequence should not repeat _exactly_. What crosstool-NG tries
&lt;br&gt;is to download (using different techniques: passive ftp, http...) the
&lt;br&gt;following, and stops at the first it finds:
&lt;br&gt;&amp;nbsp;- &amp;lt;basename&amp;gt;.tar.bz2
&lt;br&gt;&amp;nbsp;- &amp;lt;basename&amp;gt;.tar.gz
&lt;br&gt;&amp;nbsp;- &amp;lt;basename&amp;gt;.tgz
&lt;br&gt;&amp;nbsp;- &amp;lt;basename&amp;gt;.tar
&lt;br&gt;&amp;nbsp;- &amp;lt;basename&amp;gt;
&lt;br&gt;&lt;br&gt;If all fails, then it _might_ fall back to using my site that _may_
&lt;br&gt;contain _some_ tarballs of _some_ components (mostly snapshots of
&lt;br&gt;uClibc). Please double-check your log file for this pattern.
&lt;br&gt;&lt;br&gt;The reason for this sequence if that there is an ifrastructure for
&lt;br&gt;downloads that abstracts all the hurdle, and takes only the 'basename'
&lt;br&gt;of the archive. There is the possibility fo force a /preferred/
&lt;br&gt;extension when calling the download wrappers, but it has not been
&lt;br&gt;needed so far for me for any tarball from gnu.org (only a few sites
&lt;br&gt;return non-404 content for missing files, such as the duma site).
&lt;br&gt;&lt;br&gt;Are you, by chance, behind some kind of firewall that prevents your
&lt;br&gt;machine to access the network? Or, maybe your DSL connection went
&lt;br&gt;down at this moment? I just tried, and all (major) components just
&lt;br&gt;downloaded OK for me a few minutes back...
&lt;br&gt;&lt;br&gt;Another reason might be if gnu.org has protection against fast-repeating
&lt;br&gt;connections to the server (to avoid DoS). In which case, a little sleep
&lt;br&gt;in-between the iterations might be helpfull.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Yann E. MORIN.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;.-----------------.--------------------.------------------.--------------------.
&lt;br&gt;| &amp;nbsp;Yann E. MORIN &amp;nbsp;| Real-Time Embedded | /&amp;quot;\ ASCII RIBBON | Erics' conspiracy: |
&lt;br&gt;| +33 662 376 056 | Software &amp;nbsp;Designer | \ / CAMPAIGN &amp;nbsp; &amp;nbsp; | &amp;nbsp;___ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| +33 223 225 172 `------------.-------: &amp;nbsp;X &amp;nbsp;AGAINST &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;\e/ &amp;nbsp;There is no &amp;nbsp;|
&lt;br&gt;| &lt;a href=&quot;http://ymorin.is-a-geek.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/&lt;/a&gt;&amp;nbsp;| _/*\_ | / \ HTML MAIL &amp;nbsp; &amp;nbsp;| &amp;nbsp; v &amp;nbsp; conspiracy. &amp;nbsp;|
&lt;br&gt;`------------------------------^-------^------------------^--------------------'
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/crosstool-NG-build-fails-tp26469532p26501460.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26494444</id>
	<title>Re: crosstool-NG build fails</title>
	<published>2009-11-24T03:33:44Z</published>
	<updated>2009-11-24T03:33:44Z</updated>
	<author>
		<name>martinwguy</name>
	</author>
	<content type="html">&amp;gt; &amp;nbsp;ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.bz2
&lt;br&gt;&lt;br&gt;Use .tar.gz
&lt;br&gt;&lt;br&gt;ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.gz
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;M
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/crosstool-NG-build-fails-tp26469532p26494444.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26488747</id>
	<title>Re: crosstool-NG build fails</title>
	<published>2009-11-23T16:43:04Z</published>
	<updated>2009-11-23T16:43:04Z</updated>
	<author>
		<name>piper.guy1</name>
	</author>
	<content type="html">Here are the lines you requested:
&lt;br&gt;&lt;br&gt;[DEBUG] &amp;nbsp; &amp;nbsp;Appending LAN mirror URLs
&lt;br&gt;[DEBUG] &amp;nbsp; &amp;nbsp;Trying
&lt;br&gt;'ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.bz2'
&lt;br&gt;[DEBUG] &amp;nbsp; &amp;nbsp;==&amp;gt; Executing: 'wget -T 10 -nc --progress=dot:binary
&lt;br&gt;--tries=3 --passive-ftp
&lt;br&gt;ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.bz2'
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;--2009-11-23 19:09:06--
&lt;br&gt;ftp://gcc.gnu.org/pub/gcc/infrastructure/cloog-ppl-0.15.7.tar.bz2
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; =&amp;gt; `cloog-ppl-0.15.7.tar.bz2'
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;Resolving gcc.gnu.org... 209.132.176.174
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;Connecting to gcc.gnu.org|209.132.176.174|:21... connected.
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;Logging in as anonymous ...
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;Error in server response, closing control connection.
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;Retrying.
&lt;br&gt;&lt;br&gt;This sequence of debug was repeated many times, then your site was
&lt;br&gt;tried with same result many times:
&lt;br&gt;&lt;br&gt;[DEBUG] &amp;nbsp; &amp;nbsp;Trying
&lt;br&gt;'&lt;a href=&quot;http://ymorin.is-a-geek.org/mirrors//cloog-ppl/cloog-ppl-0.15.7.tar'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/mirrors//cloog-ppl/cloog-ppl-0.15.7.tar'&lt;/a&gt;&lt;br&gt;[DEBUG] &amp;nbsp; &amp;nbsp;==&amp;gt; Executing: 'wget -T 10 -nc --progress=dot:binary
&lt;br&gt;--tries=3 --passive-ftp
&lt;br&gt;&lt;a href=&quot;http://ymorin.is-a-geek.org/mirrors//cloog-ppl/cloog-ppl-0.15.7.tar'&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/mirrors//cloog-ppl/cloog-ppl-0.15.7.tar'&lt;/a&gt;&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;--2009-11-23 19:13:45--
&lt;br&gt;&lt;a href=&quot;http://ymorin.is-a-geek.org/mirrors//cloog-ppl/cloog-ppl-0.15.7.tar&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/mirrors//cloog-ppl/cloog-ppl-0.15.7.tar&lt;/a&gt;&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;Resolving ymorin.is-a-geek.org... 83.195.253.108
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;Connecting to ymorin.is-a-geek.org|83.195.253.108|:80... connected.
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;HTTP request sent, awaiting response... 404 Not Found
&lt;br&gt;[ALL &amp;nbsp;] &amp;nbsp; &amp;nbsp;2009-11-23 19:13:45 ERROR 404: Not Found.
&lt;br&gt;&lt;br&gt;I pinged gcc.gnu.org with no problems.
&lt;br&gt;'Error in server response' AND '404 Not Found' seem to be the 2 problems.
&lt;br&gt;&lt;br&gt;Ideas?
&lt;br&gt;&lt;br&gt;thanx
&lt;br&gt;/carl h.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Mon, Nov 23, 2009 at 2:14 PM, Yann E. MORIN
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26488747&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;yann.morin.1998@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Carl,
&lt;br&gt;&amp;gt; All,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Monday 23 November 2009 01:23:39 piper.guy1 wrote:
&lt;br&gt;&amp;gt;&amp;gt; Yes thank-you. It makes sense now that I look back. I'm trying to get
&lt;br&gt;&amp;gt;&amp;gt; up to speed on Linux and embedded Linux. I hope I'm allowed to use my
&lt;br&gt;&amp;gt;&amp;gt; one dumb question credit for this one. :-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; OK, credit exhausted, now! ;-)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But, now that I can continue, I have come up against another problem.
&lt;br&gt;&amp;gt;&amp;gt; There's some component that it can't download:
&lt;br&gt;&amp;gt;&amp;gt;         [INFO ]  Retrieving needed toolchain components' tarballs
&lt;br&gt;&amp;gt;&amp;gt;         [EXTRA]    Retrieving 'cloog-ppl-0.15.7'
&lt;br&gt;&amp;gt;&amp;gt;         [ERROR]    Could not retrieve 'cloog-ppl-0.15.7'.
&lt;br&gt;&amp;gt;&amp;gt;         [05:46] / make: *** [build] Error 1
&lt;br&gt;&amp;gt;&amp;gt; I've tried several times.
&lt;br&gt;&amp;gt;&amp;gt; Any thoughts on this?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; What's in the log file? You'll find the complete log file in your install
&lt;br&gt;&amp;gt; directory, the file is named build.log. Copy the last few lines, starting
&lt;br&gt;&amp;gt; at: [EXTRA]  Retrieving 'cloog-ppl-0.15.7'
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Yann E. MORIN.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; .-----------------.--------------------.------------------.--------------------.
&lt;br&gt;&amp;gt; |  Yann E. MORIN  | Real-Time Embedded | /&amp;quot;\ ASCII RIBBON | Erics' conspiracy: |
&lt;br&gt;&amp;gt; | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
&lt;br&gt;&amp;gt; | +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
&lt;br&gt;&amp;gt; | &lt;a href=&quot;http://ymorin.is-a-geek.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/&lt;/a&gt;&amp;nbsp;| _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
&lt;br&gt;&amp;gt; `------------------------------^-------^------------------^--------------------'
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/crosstool-NG-build-fails-tp26469532p26488747.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26484171</id>
	<title>Re: crosstool-NG build fails</title>
	<published>2009-11-23T11:14:30Z</published>
	<updated>2009-11-23T11:14:30Z</updated>
	<author>
		<name>Yann E. MORIN</name>
	</author>
	<content type="html">Carl,
&lt;br&gt;All,
&lt;br&gt;&lt;br&gt;On Monday 23 November 2009 01:23:39 piper.guy1 wrote:
&lt;br&gt;&amp;gt; Yes thank-you. It makes sense now that I look back. I'm trying to get
&lt;br&gt;&amp;gt; up to speed on Linux and embedded Linux. I hope I'm allowed to use my
&lt;br&gt;&amp;gt; one dumb question credit for this one. :-)
&lt;br&gt;&lt;br&gt;OK, credit exhausted, now! ;-)
&lt;br&gt;&lt;br&gt;&amp;gt; But, now that I can continue, I have come up against another problem.
&lt;br&gt;&amp;gt; There's some component that it can't download:
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [INFO ] &amp;nbsp;Retrieving needed toolchain components' tarballs
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [EXTRA] &amp;nbsp; &amp;nbsp;Retrieving 'cloog-ppl-0.15.7'
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [ERROR] &amp;nbsp; &amp;nbsp;Could not retrieve 'cloog-ppl-0.15.7'.
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [05:46] / make: *** [build] Error 1
&lt;br&gt;&amp;gt; I've tried several times.
&lt;br&gt;&amp;gt; Any thoughts on this?
&lt;br&gt;&lt;br&gt;What's in the log file? You'll find the complete log file in your install
&lt;br&gt;directory, the file is named build.log. Copy the last few lines, starting
&lt;br&gt;at: [EXTRA] &amp;nbsp;Retrieving 'cloog-ppl-0.15.7'
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Yann E. MORIN.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;.-----------------.--------------------.------------------.--------------------.
&lt;br&gt;| &amp;nbsp;Yann E. MORIN &amp;nbsp;| Real-Time Embedded | /&amp;quot;\ ASCII RIBBON | Erics' conspiracy: |
&lt;br&gt;| +33 662 376 056 | Software &amp;nbsp;Designer | \ / CAMPAIGN &amp;nbsp; &amp;nbsp; | &amp;nbsp;___ &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |
&lt;br&gt;| +33 223 225 172 `------------.-------: &amp;nbsp;X &amp;nbsp;AGAINST &amp;nbsp; &amp;nbsp; &amp;nbsp;| &amp;nbsp;\e/ &amp;nbsp;There is no &amp;nbsp;|
&lt;br&gt;| &lt;a href=&quot;http://ymorin.is-a-geek.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/&lt;/a&gt;&amp;nbsp;| _/*\_ | / \ HTML MAIL &amp;nbsp; &amp;nbsp;| &amp;nbsp; v &amp;nbsp; conspiracy. &amp;nbsp;|
&lt;br&gt;`------------------------------^-------^------------------^--------------------'
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/crosstool-NG-build-fails-tp26469532p26484171.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26476983</id>
	<title>gcc build fails</title>
	<published>2009-11-23T04:10:26Z</published>
	<updated>2009-11-23T04:10:26Z</updated>
	<author>
		<name>abhijeet tripathi-2</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I am trying to build a toolchain for my arm1176 base-board but first phase build of gcc fails with following error:
&lt;br&gt;&lt;br&gt;======
&lt;br&gt;nux-toolchain//arm-none-linux-gnueabi/include -isystem /opt/arm-linux-toolchain//arm-none-linux-gnueabi/sys-include -g -O2 -O2 &amp;nbsp;-g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE &amp;nbsp;-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wcast-qual -Wold-style-definition &amp;nbsp;-isystem ./include &amp;nbsp;-fPIC -Wno-missing-prototypes -g &amp;nbsp;-DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED &amp;nbsp; -I. -I. -I../.././gcc -I../../../libgcc -I../../../libgcc/. -I../../../libgcc/../gcc -I../../../libgcc/../include &amp;nbsp;-DHAVE_CC_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c ../../../libgcc/../gcc/libgcc2.c \
&lt;br&gt;&lt;br&gt;In file included from ../../../libgcc/../gcc/libgcc2.c:29:
&lt;br&gt;../../../libgcc/../gcc/tsystem.h:87:19: error: stdio.h: No such file or directory
&lt;br&gt;../../../libgcc/../gcc/tsystem.h:90:23: error: sys/types.h: No such file or directory
&lt;br&gt;../../../libgcc/../gcc/tsystem.h:93:19: error: errno.h: No such file or directory
&lt;br&gt;../../../libgcc/../gcc/tsystem.h:100:20: error: string.h: No such file or directory
&lt;br&gt;../../../libgcc/../gcc/tsystem.h:101:20: error: stdlib.h: No such file or directory
&lt;br&gt;../../../libgcc/../gcc/tsystem.h:102:20: error: unistd.h: No such file or directory
&lt;br&gt;../../../libgcc/../gcc/tsystem.h:108:18: error: time.h: No such file or directory
&lt;br&gt;make[2]: *** [_muldi3.o] Error 1
&lt;br&gt;make[2]: Leaving directory `/home/abhijeet/IHR/Toolchain/gcc-4.4.1/arm-linux/arm-none-linux-gnueabi/libgcc'
&lt;br&gt;make[1]: *** [all-target-libgcc] Error 2
&lt;br&gt;make[1]: Leaving directory `/home/abhijeet/IHR/Toolchain/gcc-4.4.1/arm-linux'
&lt;br&gt;make: *** [all] Error 2
&lt;br&gt;======
&lt;br&gt;&lt;br&gt;I am using the below config lines:
&lt;br&gt;&lt;br&gt;=====
&lt;br&gt;../configure --target=arm-none-linux-gnueabi --disable-shared --disable-threads --prefix=/opt/arm-linux-toolchain/--with-headers=/home/abhijeet/IHR/kernel_src/linux-2.6-stable/include/ --with-gnu-as --with-gnu-ld --enable-multilib --enable-languages=c --enable-cross --enable-__cxa_atexit --enable-c99 --disable-libmudflap --disable-libssp --disable-libgomp --enable-symvers=gnu --with-numa-policy=yes --with-arch=armv6j --with-cpu=arm1176jzf-s --with-tune=arm1176jzf-s --with-fpu=vfp --with-float=softfp --with-gmp=/opt/arm-linux-toolchain/ --with-mpfr=/opt/arm-linux-toolchain/
&lt;br&gt;=====
&lt;br&gt;&lt;br&gt;Best regards,
&lt;br&gt;&lt;br&gt;Abhijeet Tripathi
&lt;br&gt;Email: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26476983&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;abhijeet.tripathy@...&lt;/a&gt; 
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. &lt;a href=&quot;http://in.yahoo.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://in.yahoo.com/&lt;/a&gt;&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gcc-build-fails-tp26476983p26476983.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26473209</id>
	<title>Re: can I build binutil with elf32-tradlittlemips support</title>
	<published>2009-11-22T22:05:32Z</published>
	<updated>2009-11-22T22:05:32Z</updated>
	<author>
		<name>miloody</name>
	</author>
	<content type="html">Hi all:
&lt;br&gt;&lt;br&gt;2009/11/23 loody &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26473209&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;miloody@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have something wired and I have no idea whether it comes with
&lt;br&gt;&amp;gt; elf32-littlemips and elf32-tradlittlemips these 2 different mips link
&lt;br&gt;&amp;gt; format.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1. I have 2 mips-toolchains, tool A, one support elf32-tradlittlemips
&lt;br&gt;&amp;gt; with gcc 3.4.4, and, tool B, generated by cross-ng which support
&lt;br&gt;&amp;gt; elf32-littlemips with gcc4.2.1.
&lt;br&gt;&amp;gt; 2. I compile my test program with these 2 toolchain with &amp;quot;-c -g &amp;quot;
&lt;br&gt;&amp;gt; option, and i can see source codes embedded in *.o, the elf output I
&lt;br&gt;&amp;gt; build.
&lt;br&gt;&amp;gt; 3. but after I use linker to link them together, I can see the source
&lt;br&gt;&amp;gt; codes embedded in the final ELF output with tool A build, but tool B
&lt;br&gt;&amp;gt; cannot.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I know the version of these toolchains is quite different, 4.2.1 vs 3.4.4.
&lt;br&gt;&amp;gt; But everything seems fine before final linking, and the parameters i
&lt;br&gt;&amp;gt; pass to ld are the same, except the output format they support.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is there any document or steps can tell me how to generate binutils
&lt;br&gt;&amp;gt; which supports elf32-tradlittlemips such that I can do the comparison,
&lt;br&gt;&amp;gt; since i cannot see any setting about these 2 format in ct-ng
&lt;br&gt;&amp;gt; menuconfig.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I attach my result and commands at the end of letter for your reference.
&lt;br&gt;&amp;gt; appreciate your help,
&lt;br&gt;&amp;gt; miloody
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /* source codes not embedded in the elf*/
&lt;br&gt;&amp;gt; 80000298 &amp;lt;main&amp;gt;:
&lt;br&gt;&amp;gt; 80000298:       27bdffd8        addiu   sp,sp,-40
&lt;br&gt;&amp;gt; 8000029c:       afbf0024        sw      ra,36(sp)
&lt;br&gt;&amp;gt; 800002a0:       afbe0020        sw      s8,32(sp)
&lt;br&gt;&amp;gt; 800002a4:       03a0f021        move    s8,sp
&lt;br&gt;&amp;gt; 800002a8:       24020017        li      v0,23
&lt;br&gt;&amp;gt; 800002ac:       afc20018        sw      v0,24(s8)
&lt;br&gt;&amp;gt; 800002b0:       24020020        li      v0,32
&lt;br&gt;&amp;gt; 800002b4:       afc20014        sw      v0,20(s8)
&lt;br&gt;&amp;gt; 800002b8:       2402002c        li      v0,44
&lt;br&gt;&amp;gt; 800002bc:       afc20010        sw      v0,16(s8)
&lt;br&gt;&amp;gt; 800002c0:       8fc30018        lw      v1,24(s8)
&lt;br&gt;&amp;gt; 800002c4:       8fc20014        lw      v0,20(s8)
&lt;br&gt;&amp;gt; 800002c8:       00621821        addu    v1,v1,v0
&lt;br&gt;&amp;gt; 800002cc:       8fc20010        lw      v0,16(s8)
&lt;br&gt;&amp;gt; 800002d0:       00621021        addu    v0,v1,v0
&lt;br&gt;&amp;gt; 800002d4:       afc20018        sw      v0,24(s8)
&lt;br&gt;&amp;gt; 800002d8:       24040100        li      a0,256
&lt;br&gt;&amp;gt; 800002dc:       0c0000d8        jal     80000360 &amp;lt;malloc&amp;gt;
&lt;br&gt;&amp;gt; 800002e0:       00000000        nop
&lt;br&gt;&amp;gt; 800002e4:       afc2001c        sw      v0,28(s8)
&lt;br&gt;&amp;gt; 800002e8:       0c00009e        jal     80000278 &amp;lt;newline&amp;gt;
&lt;br&gt;&amp;gt; 800002ec:       00000000        nop
&lt;br&gt;&amp;gt; 800002f0:       03c0e821        move    sp,s8
&lt;br&gt;&amp;gt; 800002f4:       8fbf0024        lw      ra,36(sp)
&lt;br&gt;&amp;gt; 800002f8:       8fbe0020        lw      s8,32(sp)
&lt;br&gt;&amp;gt; 800002fc:       27bd0028        addiu   sp,sp,40
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /*source code is embedded in elf*/
&lt;br&gt;&amp;gt; int main()
&lt;br&gt;&amp;gt; //int c_entry()
&lt;br&gt;&amp;gt; {
&lt;br&gt;&amp;gt;  90:   27bdffd8        addiu   sp,sp,-40
&lt;br&gt;&amp;gt;  94:   afbf0024        sw      ra,36(sp)
&lt;br&gt;&amp;gt;  98:   afbe0020        sw      s8,32(sp)
&lt;br&gt;&amp;gt;  9c:   03a0f021        move    s8,sp
&lt;br&gt;&amp;gt; char * point;
&lt;br&gt;&amp;gt; int a,b,c;
&lt;br&gt;&amp;gt; a =23;
&lt;br&gt;&amp;gt;  a0:   24020017        li      v0,23
&lt;br&gt;&amp;gt;  a4:   afc20018        sw      v0,24(s8)
&lt;br&gt;&amp;gt; b = 32;
&lt;br&gt;&amp;gt;  a8:   24020020        li      v0,32
&lt;br&gt;&amp;gt;  ac:   afc20014        sw      v0,20(s8)
&lt;br&gt;&amp;gt; c = 44;
&lt;br&gt;&amp;gt;  b0:   2402002c        li      v0,44
&lt;br&gt;&amp;gt;  b4:   afc20010        sw      v0,16(s8)
&lt;br&gt;&amp;gt; a = a+b+c;
&lt;br&gt;&amp;gt;  b8:   8fc30018        lw      v1,24(s8)
&lt;br&gt;&amp;gt;  bc:   8fc20014        lw      v0,20(s8)
&lt;br&gt;&amp;gt;  c0:   00621821        addu    v1,v1,v0
&lt;br&gt;&amp;gt;  c4:   8fc20010        lw      v0,16(s8)
&lt;br&gt;&amp;gt;  c8:   00621021        addu    v0,v1,v0
&lt;br&gt;&amp;gt;  cc:   afc20018        sw      v0,24(s8)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /*my commands that I can see source */
&lt;br&gt;&amp;gt; mipsel-unknown-elf-gcc  -g -G 0 -mips32r2 -fno-omit-frame-pointer
&lt;br&gt;&amp;gt; -fno-optimize-sibling-calls -I./include -I./device/display
&lt;br&gt;&amp;gt; -I./device/fatfs -I./device/misc -I./device/ntstrg -I./device/ntuart
&lt;br&gt;&amp;gt; -I./device/ntxsub -I./device/vpu
&lt;br&gt;&amp;gt; -I/media/sdb1/newlib-1.17.0/build/mipsel/include -D_ASSEMBLER_  -c
&lt;br&gt;&amp;gt; init.S
&lt;br&gt;&amp;gt; mipsel-unknown-elf-gcc  -g -G 0 -mips32r2 -fno-omit-frame-pointer
&lt;br&gt;&amp;gt; -fno-optimize-sibling-calls -I./include -I./device/display
&lt;br&gt;&amp;gt; -I./device/fatfs -I./device/misc -I./device/ntstrg -I./device/ntuart
&lt;br&gt;&amp;gt; -I./device/ntxsub -I./device/vpu
&lt;br&gt;&amp;gt; -I/media/sdb1/newlib-1.17.0/build/mipsel/include -D_ASSEMBLER_  -c
&lt;br&gt;&amp;gt; reset.S
&lt;br&gt;&amp;gt; mipsel-unknown-elf-gcc  -g -G 0 -mips32r2 -fno-omit-frame-pointer
&lt;br&gt;&amp;gt; -fno-optimize-sibling-calls -I./include -I./device/display
&lt;br&gt;&amp;gt; -I./device/fatfs -I./device/misc -I./device/ntstrg -I./device/ntuart
&lt;br&gt;&amp;gt; -I./device/ntxsub -I./device/vpu
&lt;br&gt;&amp;gt; -I/media/sdb1/newlib-1.17.0/build/mipsel/include -c atexit.c
&lt;br&gt;&amp;gt; mipsel-unknown-elf-gcc  -g -G 0 -mips32r2 -fno-omit-frame-pointer
&lt;br&gt;&amp;gt; -fno-optimize-sibling-calls -I./include -I./device/display
&lt;br&gt;&amp;gt; -I./device/fatfs -I./device/misc -I./device/ntstrg -I./device/ntuart
&lt;br&gt;&amp;gt; -I./device/ntxsub -I./device/vpu
&lt;br&gt;&amp;gt; -I/media/sdb1/newlib-1.17.0/build/mipsel/include -c main.c
&lt;br&gt;&amp;gt; mipsel-unknown-elf-ld -T ./link.xn -o TestCode.elf -Map TestCode.map
&lt;br&gt;&amp;gt; --oformat elf32-littlemips  init.o reset.o atexit.o main.o -static
&lt;br&gt;&amp;gt; -nostdlib -L/media/sdb1/newlib-1.17.0/build/mipsel/lib
&lt;br&gt;&amp;gt; -L/root/bare_metal/x-tools/mipsel-unknown-elf/lib/gcc/mipsel-unknown-elf/4.2.4
&lt;br&gt;&amp;gt;  -lc -lnullmon -lgcc
&lt;br&gt;&amp;gt; rm -f TestCode.dla
&lt;br&gt;&amp;gt; rm -f TestCode.dnm
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; /* commands that I cannot see source
&lt;br&gt;&amp;gt; sde-gcc  -g -G 0 -mips32r2 -fno-omit-frame-pointer
&lt;br&gt;&amp;gt; -fno-optimize-sibling-calls -I./include -I./device/display
&lt;br&gt;&amp;gt; -I./device/fatfs -I./device/misc -I./device/ntstrg -I./device/ntuart
&lt;br&gt;&amp;gt; -I./device/ntxsub -I./device/vpu
&lt;br&gt;&amp;gt; -I/media/sdb1/newlib-1.17.0/build/mipsel/include -D_ASSEMBLER_  -c
&lt;br&gt;&amp;gt; init.S
&lt;br&gt;&amp;gt; sde-gcc  -g -G 0 -mips32r2 -fno-omit-frame-pointer
&lt;br&gt;&amp;gt; -fno-optimize-sibling-calls -I./include -I./device/display
&lt;br&gt;&amp;gt; -I./device/fatfs -I./device/misc -I./device/ntstrg -I./device/ntuart
&lt;br&gt;&amp;gt; -I./device/ntxsub -I./device/vpu
&lt;br&gt;&amp;gt; -I/media/sdb1/newlib-1.17.0/build/mipsel/include -D_ASSEMBLER_  -c
&lt;br&gt;&amp;gt; reset.S
&lt;br&gt;&amp;gt; sde-gcc  -g -G 0 -mips32r2 -fno-omit-frame-pointer
&lt;br&gt;&amp;gt; -fno-optimize-sibling-calls -I./include -I./device/display
&lt;br&gt;&amp;gt; -I./device/fatfs -I./device/misc -I./device/ntstrg -I./device/ntuart
&lt;br&gt;&amp;gt; -I./device/ntxsub -I./device/vpu
&lt;br&gt;&amp;gt; -I/media/sdb1/newlib-1.17.0/build/mipsel/include -c atexit.c
&lt;br&gt;&amp;gt; sde-gcc  -g -G 0 -mips32r2 -fno-omit-frame-pointer
&lt;br&gt;&amp;gt; -fno-optimize-sibling-calls -I./include -I./device/display
&lt;br&gt;&amp;gt; -I./device/fatfs -I./device/misc -I./device/ntstrg -I./device/ntuart
&lt;br&gt;&amp;gt; -I./device/ntxsub -I./device/vpu
&lt;br&gt;&amp;gt; -I/media/sdb1/newlib-1.17.0/build/mipsel/include -c main.c
&lt;br&gt;&amp;gt; sde-ld -T ./link.xn -o TestCode.elf -Map TestCode.map --oformat
&lt;br&gt;&amp;gt; elf32-tradlittlemips  init.o reset.o atexit.o main.o -static -nostdlib
&lt;br&gt;&amp;gt; -L/media/sdb1/newlib-1.17.0/build/mipsel/lib
&lt;br&gt;&amp;gt; -L/root/bare_metal/x-tools/sde/lib/gcc/3.4.4/el  -lc -lnullmon -lgcc
&lt;br&gt;&amp;gt; rm -f TestCode.dla
&lt;/div&gt;I find binutil seems give up elf32-littlemips since 2.11.90.04
&lt;br&gt;below is the release note excerpted from binutils
&lt;br&gt;Changes from binutils 2.11.90.0.4:
&lt;br&gt;1. Update from binutils 2001 0414.
&lt;br&gt;2. Fix an ia64 assembler bug.
&lt;br&gt;3. Change Linux/MIPS to use the SVR4 MIPS ABI instead of the IRIX ABI.
&lt;br&gt;since there are no supports for the IRIX ABI in glibc. The current
&lt;br&gt;Linux/MIPS targets are elf64-tradlittlemips for little endian MIPS
&lt;br&gt;instead of elf32-littlemips and elf64-tradbigmips for big endian MIPS
&lt;br&gt;instead of elf32-bigmips. Glibc, gcc and kernel may have to be modified
&lt;br&gt;for this change.
&lt;br&gt;&lt;br&gt;BTW, I use buildroot to generate mips toolchain and the ld really
&lt;br&gt;support elf32-tradlittlemips/elf32-tradbigmips.
&lt;br&gt;I append the output of ld and configure at the end of letter.
&lt;br&gt;My question is :
&lt;br&gt;Is there any additional binutil options I have to set in ct-ng menuconfig?
&lt;br&gt;appreciate your help,
&lt;br&gt;miloody
&lt;br&gt;&lt;br&gt;ld output:
&lt;br&gt;buildroot-2009.05/gcc_4_1__build_mipsel/staging_dir/usr#
&lt;br&gt;./bin/mipsel-linux-ld --verbose
&lt;br&gt;GNU ld (GNU Binutils) 2.17
&lt;br&gt;&amp;nbsp; Supported emulations:
&lt;br&gt;&amp;nbsp; &amp;nbsp;elf32ltsmip
&lt;br&gt;&amp;nbsp; &amp;nbsp;elf32btsmip
&lt;br&gt;&amp;nbsp; &amp;nbsp;elf32ltsmipn32
&lt;br&gt;&amp;nbsp; &amp;nbsp;elf64ltsmip
&lt;br&gt;&amp;nbsp; &amp;nbsp;elf32btsmipn32
&lt;br&gt;&amp;nbsp; &amp;nbsp;elf64btsmip
&lt;br&gt;using internal linker script:
&lt;br&gt;==================================================
&lt;br&gt;/* Script for -z combreloc: combine and sort reloc sections */
&lt;br&gt;OUTPUT_FORMAT(&amp;quot;elf32-tradlittlemips&amp;quot;, &amp;quot;elf32-tradbigmips&amp;quot;,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;quot;elf32-tradlittlemips&amp;quot;)
&lt;br&gt;&lt;br&gt;buildroot binutil configure:
&lt;br&gt;/media/sda6/uclinux/toolchain/mips/temp/buildroot-2009.05/gcc_4_1__toolchain_build_mipsel/binutils-2.19/configure
&lt;br&gt;\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --prefix=/usr \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --build=i386-pc-linux-gnu \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --host=i386-pc-linux-gnu \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --target=mipsel-linux-uclibc \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --mandir=/usr/share/man \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --infodir=/usr/share/info \
&lt;br&gt;&lt;br&gt;--with-sysroot=/media/sda6/uclinux/toolchain/mips/temp/buildroot-2009.05/gcc_4_1__toolchain_build_mipsel/uClibc_dev/
&lt;br&gt;\
&lt;br&gt;&lt;br&gt;--with-sysroot=/media/sda6/uclinux/toolchain/mips/temp/buildroot-2009.05/gcc_4_1__build_mipsel/staging_dir
&lt;br&gt;\
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --disable-nls \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --disable-multilib \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --disable-werror \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --with-float=soft \
&lt;br&gt;&lt;br&gt;--with-gmp=&amp;quot;/media/sda6/uclinux/toolchain/mips/temp/buildroot-2009.05/gcc_4_1__toolchain_build_mipsel/gmp&amp;quot;
&lt;br&gt;--with-mpfr=&amp;quot;/media/sda6/uclinux/toolchain/mips/temp/buildroot-2009.05/gcc_4_1__toolchain_build_mipsel/mpfr&amp;quot;
&lt;br&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/can-I-build-binutil-with-elf32-tradlittlemips-support-tp26466959p26473209.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26471092</id>
	<title>Re: crosstool-NG build fails</title>
	<published>2009-11-22T16:23:39Z</published>
	<updated>2009-11-22T16:23:39Z</updated>
	<author>
		<name>piper.guy1</name>
	</author>
	<content type="html">Yes thank-you. It makes sense now that I look back. I'm trying to get
&lt;br&gt;up to speed on Linux and embedded Linux. I hope I'm allowed to use my
&lt;br&gt;one dumb question credit for this one. :-)
&lt;br&gt;&lt;br&gt;But, now that I can continue, I have come up against another problem.
&lt;br&gt;There's some component that it can't download:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [INFO ] &amp;nbsp;Retrieving needed toolchain components' tarballs
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [EXTRA] &amp;nbsp; &amp;nbsp;Retrieving 'cloog-ppl-0.15.7'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [ERROR] &amp;nbsp; &amp;nbsp;Could not retrieve 'cloog-ppl-0.15.7'.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [05:46] / make: *** [build] Error 1
&lt;br&gt;&lt;br&gt;I've tried several times.
&lt;br&gt;&lt;br&gt;Any thoughts on this?
&lt;br&gt;&lt;br&gt;thanx
&lt;br&gt;/carl h.
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Sun, Nov 22, 2009 at 4:45 PM, Yann E. MORIN
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26471092&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;yann.morin.1998@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Sunday 22 November 2009 22:11:04 piper.guy1 wrote:
&lt;br&gt;&amp;gt;&amp;gt; I have done all the instructions as required. But when I
&lt;br&gt;&amp;gt;&amp;gt; invoke the build (./ct_ng build) it fails almost
&lt;br&gt;&amp;gt;&amp;gt; immediately with this error:
&lt;br&gt;&amp;gt;&amp;gt; carl@xu-mobile1:~/felabs/sysdev/toolchain/crosstool-ng-1.5.1$ ./ct-ng build
&lt;br&gt;&amp;gt;&amp;gt; [INFO ]  Performing some trivial sanity checks
&lt;br&gt;&amp;gt;&amp;gt; [INFO ]  Build started 20091122.141722
&lt;br&gt;&amp;gt;&amp;gt; [INFO ]  Building environment variables
&lt;br&gt;&amp;gt;&amp;gt; [WARN ]  Directory '/home/carl/src' does not exist. Will not save
&lt;br&gt;&amp;gt;&amp;gt; downloaded tarballs to local storage.
&lt;br&gt;&amp;gt;&amp;gt; [EXTRA]  Preparing working directories
&lt;br&gt;&amp;gt;&amp;gt; [WARN ]  You did not specify the build system. That's OK, I can guess...
&lt;br&gt;&amp;gt;&amp;gt; [ERROR]  Missing: 'i486-linux-gnu-g++' or 'i486-linux-gnu-g++' or
&lt;br&gt;&amp;gt;&amp;gt; 'g++' : either needed!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The message is quite explicit: you do not have a native g++ compiler
&lt;br&gt;&amp;gt; on your host machine. Maybe you need to run:
&lt;br&gt;&amp;gt;  apt-get install g++
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On my Debian lenny, the g++ C++ compiler is packaged separately from
&lt;br&gt;&amp;gt; the gcc C compiler. I guess it's the same for Ubuntu.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It appears that ct-ng can't find the native GNU compiler on my build
&lt;br&gt;&amp;gt;&amp;gt; system. But when I type invoke the compiler directly at the command
&lt;br&gt;&amp;gt;&amp;gt; line it has no trouble finding and running it, which tells me that the
&lt;br&gt;&amp;gt;&amp;gt; paths are set up correctly I believe.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; carl@xu-mobile1:~/felabs/sysdev/toolchain/crosstool-ng-1.5.1$ gcc -v
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This is gcc, not g++. What does running the following says:
&lt;br&gt;&amp;gt;  g++ --version
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I even set the path to where gcc is located under the option 'Tools
&lt;br&gt;&amp;gt;&amp;gt; prefix' under Toolchain Options, but it still can't build.
&lt;br&gt;&amp;gt;&amp;gt; Why can't it resolve the path to where gcc is located?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It's not tring to find 'gcc', but to find 'g++'. Install g++, and try again.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt; Yann E. MORIN.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; .-----------------.--------------------.------------------.--------------------.
&lt;br&gt;&amp;gt; |  Yann E. MORIN  | Real-Time Embedded | /&amp;quot;\ ASCII RIBBON | Erics' conspiracy: |
&lt;br&gt;&amp;gt; | +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
&lt;br&gt;&amp;gt; | +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
&lt;br&gt;&amp;gt; | &lt;a href=&quot;http://ymorin.is-a-geek.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ymorin.is-a-geek.org/&lt;/a&gt;&amp;nbsp;| _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
&lt;br&gt;&amp;gt; `------------------------------^-------^------------------^--------------------'
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;--
&lt;br&gt;For unsubscribe information see &lt;a href=&quot;http://sourceware.org/lists.html#faq&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceware.org/lists.html#faq&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Sourceware---crossgcc-list-f12161.html&quot; embed=&quot;fixTarget[12161]&quot; target=&quot;_top&quot; &gt;Sourceware - crossgcc list&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/crosstool-NG-build-fails-tp26469532p26471092.html" />
</entry>

</feed>
