Re: cross gcc

2002-01-27 Thread Schlomo Schapiro
Sounds nice, but I need to build the TOOLS (binutils, glibc & gcc), not the app :-) Schlomo On Thu, 24 Jan 2002, Hetz Ben Hamo wrote: > If I'm not mistaken, KDevelop now got true multi platform support so you can > rebuild your stuff on any arch with gcc cross tools - they really took out > all

Re: cross gcc

2002-01-24 Thread Eran Man
There's a mini-howto at: http://penguinppc.org/embedded/cross-compiling/ Schlomo Schapiro wrote: > Hi, > > I need help doing a cross gcc on i386 to ppc (all linux of course). > > The problem is that I need this to work with the usual glibc and NOT > newlib. > > I'd like to exchange experience

Re: cross gcc

2002-01-24 Thread Hetz Ben Hamo
If I'm not mistaken, KDevelop now got true multi platform support so you can rebuild your stuff on any arch with gcc cross tools - they really took out all the pain for doing this... You might want to check it out. TrollTech sponsored the modifications and they are on KDevelop 1.3 which have

Re: cross gcc

2002-01-24 Thread Schlomo Schapiro
We bought one G4 for this purpose. But still, a dual Athlon outcompiles that one by much. And everybody got one of those on his desk ! And for the price of 1 G4 you buy at least 2 dual Athlons ... Schlomo On Thu, 24 Jan 2002, Geoffrey S. Mendelson wrote: > Schlomo Schapiro wrote: > > > > > I

Re: cross gcc

2002-01-24 Thread Schlomo Schapiro
Yes, but it runs a full Linux, (normal kernel, glibc and 8 MB of usual programs). It's our online system and rather cool. But now we don't have a cross compiler and so we have to compile on PPC (we got one apple for that) With a cross-gcc we could compile everywhere. Schlomo On Thu, 24 Jan 2

Re: cross gcc

2002-01-24 Thread Geoffrey S. Mendelson
Schlomo Schapiro wrote: > > I need help doing a cross gcc on i386 to ppc (all linux of course). > > The problem is that I need this to work with the usual glibc and NOT > newlib. > > I'd like to exchange experiences with anybody who did something like this > before (or plans to). > > Please m

Re: cross gcc

2002-01-24 Thread Official Flamer/Cabal NON-Leader
On Thu, Jan 24, 2002 at 05:42:11PM +0200, Schlomo Schapiro wrote: > Hi, > > I need help doing a cross gcc on i386 to ppc (all linux of course). I am DYING to do something like this - are you cross-compiling for an embedded box? Marc =