Re: Building gcc-2.8.1 cross compiler.

2002-02-27 Thread David Ryan
> > I'm attempting to build gcc-2.8.1 cross compiler using the following > > configuration.. > >[why such an old compiler?] This is the suggested version from Sony to program for the IO Processor of the Playstation 2. Maybe newer versions would be ok, but this is the one suggested. > > ./c

Re: Building gcc-2.8.1 cross compiler.

2002-02-27 Thread Jan Nieuwenhuizen
"David Ryan" <[EMAIL PROTECTED]> writes: > I'm attempting to build gcc-2.8.1 cross compiler using the following > configuration.. [why such an old compiler?] > ./configure --target=mipsel-scei-elfl --prefix=/usr/local/ps2dev/iop --with- > gnu-ld --with-gnu-as > > I have compiled and installed b

Re: Building gcc-2.8.1 cross compiler.

2002-02-26 Thread Larry Hall (RFK Partners, Inc)
At 07:46 PM 2/26/2002, David Ryan wrote: >>From: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> >>To: "David Ryan" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >>Subject: Re: Building gcc-2.8.1 cross compiler. >>Date: Tue, 26

Re: Building gcc-2.8.1 cross compiler.

2002-02-26 Thread David Ryan
>From: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> >To: "David Ryan" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> >Subject: Re: Building gcc-2.8.1 cross compiler. >Date: Tue, 26 Feb 2002 19:36:58 -0500 > >At 07:19 PM 2/26/2002, Dav

Re: Building gcc-2.8.1 cross compiler.

2002-02-26 Thread Larry Hall (RFK Partners, Inc)
At 07:19 PM 2/26/2002, David Ryan wrote: >Hi, > >I'm attempting to build gcc-2.8.1 cross compiler using the following >configuration.. > >./configure --target=mipsel-scei-elfl --prefix=/usr/local/ps2dev/iop --with- >gnu-ld --with-gnu-as > >I have compiled and installed binutils-2.9.1 into /usr/loc

Building gcc-2.8.1 cross compiler.

2002-02-26 Thread David Ryan
Hi, I'm attempting to build gcc-2.8.1 cross compiler using the following configuration.. ./configure --target=mipsel-scei-elfl --prefix=/usr/local/ps2dev/iop --with- gnu-ld --with-gnu-as I have compiled and installed binutils-2.9.1 into /usr/local/ps2dev/iop before attempting to make gcc. I am