Re: [patches] Re: Cross compiler build instructions - PowerPC

2011-07-19 Thread Anthony Foiani
Anthony Foiani writes: > Is there any particular reason that you're not taking advantage of the > many person-years of effort that have been put into tools that do > exactly this? It's been pointed out to me that Khem very much knows of crosstool and its ilk, being a committer of some standing.

Re: [patches] Re: Cross compiler build instructions - PowerPC

2011-07-19 Thread Anthony Foiani
Khem Raj writes: > I a script based on these instructions which is uptodate and builds eglibc > based toolchains > > https://github.com/kraj/ct-scripts/blob/master/toolchain-eglibc.sh Is there any particular reason that you're not taking advantage of the many person-years of effort that have been

Re: [patches] Re: Cross compiler build instructions - PowerPC

2011-07-19 Thread Rohit Arul Raj
On Mon, Jul 18, 2011 at 8:10 PM, Khem Raj wrote: > On Mon, Jul 18, 2011 at 4:58 AM, Rohit Arul Raj > wrote: >> >> Is this expected behavior? >> >> > yes > Hello Khem, 1. Got in to another error while doing make [make csu/subdir_lib] of "eglibc default headers".. nux-gnu/tools/lib/gcc/powerpc-

Re: [patches] Re: Cross compiler build instructions - PowerPC

2011-07-18 Thread Khem Raj
On Mon, Jul 18, 2011 at 4:58 AM, Rohit Arul Raj wrote: > > Is this expected behavior? > > yes

Re: [patches] Re: Cross compiler build instructions - PowerPC

2011-07-18 Thread Rohit Arul Raj
On Fri, Jul 8, 2011 at 8:03 PM, Khem Raj wrote: > On Fri, Jul 8, 2011 at 1:08 AM, Rohit Arul Raj wrote: >> On Wed, Mar 23, 2011 at 5:55 PM, Joseph S. Myers >> wrote: >>> On Wed, 23 Mar 2011, Rohit Arul Raj wrote: >>> Hello All, I have been trying to build a cross compiler (for Pow

Re: [patches] Re: Cross compiler build instructions - PowerPC

2011-07-08 Thread Khem Raj
On Fri, Jul 8, 2011 at 1:08 AM, Rohit Arul Raj wrote: > On Wed, Mar 23, 2011 at 5:55 PM, Joseph S. Myers > wrote: >> On Wed, 23 Mar 2011, Rohit Arul Raj wrote: >> >>> Hello All, >>> >>> I have been trying to build a cross compiler (for PowerPC) on x86_64 >>> linux host. I followed the build proce

Re: Cross compiler build instructions - PowerPC

2011-07-08 Thread Joseph S. Myers
On Fri, 8 Jul 2011, Rohit Arul Raj wrote: > Adding "--disable-decimal-float --disable-libffi > --disable-libquadmath" to configure options gives the same error. Then you must debug the issue yourself, on the system you are using for building, and gain sufficient understanding of the code in the

Re: Cross compiler build instructions - PowerPC

2011-07-08 Thread Andreas Schwab
Rohit Arul Raj writes: > Any updates on this one yet? > Adding "--disable-decimal-float --disable-libffi > --disable-libquadmath" to configure options gives the same error. It is much easier to bootstrap with some previous glibc build (any one will do) already in sysroot. Andreas. -- Andreas

Re: Cross compiler build instructions - PowerPC

2011-07-08 Thread Rohit Arul Raj
On Wed, Mar 23, 2011 at 5:55 PM, Joseph S. Myers wrote: > On Wed, 23 Mar 2011, Rohit Arul Raj wrote: > >> Hello All, >> >> I have been trying to build a cross compiler (for PowerPC) on x86_64 >> linux host. I followed the build procedure given in the link below: >> >> http://www.eglibc.org/archive

Re: Cross compiler build instructions - PowerPC

2011-03-23 Thread Joseph S. Myers
On Wed, 23 Mar 2011, Rohit Arul Raj wrote: > Hello All, > > I have been trying to build a cross compiler (for PowerPC) on x86_64 > linux host. I followed the build procedure given in the link below: > > http://www.eglibc.org/archives/patches/msg00078.html You should be referring to the current

Cross compiler build instructions - PowerPC

2011-03-22 Thread Rohit Arul Raj
Hello All, I have been trying to build a cross compiler (for PowerPC) on x86_64 linux host. I followed the build procedure given in the link below: http://www.eglibc.org/archives/patches/msg00078.html The build instructions in the link works perfectly fine with the following revisions: GCC v4.1.