Re: Ada results

2002-05-09 Thread Matthew Wilcox
On Tue, May 07, 2002 at 01:38:22PM +0100, Matthew Wilcox wrote: On Monday 06 May 2002 20:35, Matthew Wilcox wrote: I guess I'll try mips, mipsel s390 next -- sparc powerpc should be able to bootstrap themselves without additional effort. I'm told s390 is already done -- cool. Just

Re: Ada results

2002-05-09 Thread Matthew Wilcox
On Thu, May 09, 2002 at 04:38:31PM -0400, Christopher C. Chimelis wrote: FYI, I'm getting MUCH farther using Matthias' new gcc-3.1 pre packages as the native compiler for i386 building the cross compiler for alpha. I suspect that 2.95.4 may have issues with building 32-64 cross compilers that

Re: Ada results

2002-05-09 Thread Christopher C. Chimelis
On Thu, 9 May 2002, Matthew Wilcox wrote: Yep, I managed to cross-build everything to alpha from x86 and then it even compiled itself a few times. it was only trying to compile some auxiliary Ada programs where we ran into problems. Ah, ok. Can you send me the binaries for the built Ada

Re: Ada results

2002-05-09 Thread Matthew Wilcox
On Thu, May 09, 2002 at 05:01:32PM -0400, Christopher C. Chimelis wrote: On Thu, 9 May 2002, Matthew Wilcox wrote: Yep, I managed to cross-build everything to alpha from x86 and then it even compiled itself a few times. it was only trying to compile some auxiliary Ada programs where we

Re: Ada results

2002-05-07 Thread Christopher C. Chimelis
On Mon, 6 May 2002, Matthew Wilcox wrote: and similar for m68k. Alpha appears to build, but once I try a native make bootstrap, I get a segmentation fault: Hmmm...I may be making a binutils upload very soon with some fixes that may affect this. Any chance I could impose on you to try again

Re: Ada results

2002-05-07 Thread Philip Blundell
On Mon, 2002-05-06 at 19:35, Matthew Wilcox wrote: I've tried building m68k-linux, arm-linux and alpha-linux gnat compilers. None has worked ;-( ARM and m68k seem to be missing some exception handling support, eg (arm): ../../xgcc -B../../ -c -DCROSS_COMPILE -DIN_GCC `echo -g -O2

Re: Ada results

2002-05-07 Thread Christopher C. Chimelis
Thanks for this (glad I read the rest of the thread before asking for it :-P). I've already got some new prelim binutils packages built, so I'll give a shot here first with those and with CVS to see if anything changes. I'll also try a cross-compiler setup from one of the other 64-bit platforms

Ada results

2002-05-06 Thread Matthew Wilcox
I've tried building m68k-linux, arm-linux and alpha-linux gnat compilers. None has worked ;-( ARM and m68k seem to be missing some exception handling support, eg (arm): ../../xgcc -B../../ -c -DCROSS_COMPILE -DIN_GCC `echo -g -O2 -fomit-frame-pointer -fPIC -DIN_RTS |sed -e 's/-pedantic//g'