Re: arm-rtems Ada Aligned_Word compilation error

2005-11-16 Thread Joel Sherrill <[EMAIL PROTECTED]>
Arnaud Charlet wrote: How many of such platforms are available and known to work in the FSF tree? Strange question. The answer is all the platforms currently known to work with Ada (too many to be listed here). One alternative is to have an s-auxdec-empty and use that on platforms where s-a

Re: arm-rtems Ada Aligned_Word compilation error

2005-11-16 Thread Arnaud Charlet
> How many of such platforms are available and known to work in the FSF > tree? Strange question. The answer is all the platforms currently known to work with Ada (too many to be listed here). > One alternative is to have an s-auxdec-empty and use that > on platforms where s-auxdec is known to po

Re: arm-rtems Ada Aligned_Word compilation error

2005-11-15 Thread Laurent GUERBY
On Tue, 2005-11-15 at 18:27 -0500, Geert Bosch wrote: > On Nov 15, 2005, at 18:11, Laurent GUERBY wrote: > > What about moving s-auxdec from ada/Makefile.rtl > > GNATRTL_NONTASKING_OBJS > > into EXTRA_GNATRTL_NONTASKING_OBJS so it can be set for VMS targets > > only > > in ada/Makefile.in? > >

Re: arm-rtems Ada Aligned_Word compilation error

2005-11-15 Thread Geert Bosch
On Nov 15, 2005, at 18:11, Laurent GUERBY wrote: What about moving s-auxdec from ada/Makefile.rtl GNATRTL_NONTASKING_OBJS into EXTRA_GNATRTL_NONTASKING_OBJS so it can be set for VMS targets only in ada/Makefile.in? This is not ideal, because some people are migrating from DEC Ada to GNAT o

Re: arm-rtems Ada Aligned_Word compilation error

2005-11-15 Thread Laurent GUERBY
On Tue, 2005-11-15 at 17:59 -0500, Geert Bosch wrote: > On Nov 14, 2005, at 19:59, Jim Wilson wrote: > > Joel Sherrill <[EMAIL PROTECTED]> wrote: > >> s-auxdec.ads:286:13: alignment for "Aligned_Word" must be at least 4 > >> Any ideas? > > > > I'm guessing this is because ARM sets STRUCTURE_SIZE_BO

Re: arm-rtems Ada Aligned_Word compilation error

2005-11-15 Thread Geert Bosch
On Nov 14, 2005, at 19:59, Jim Wilson wrote: Joel Sherrill <[EMAIL PROTECTED]> wrote: s-auxdec.ads:286:13: alignment for "Aligned_Word" must be at least 4 Any ideas? I'm guessing this is because ARM sets STRUCTURE_SIZE_BOUNDARY to 32 instead of 8, and this confuses the Ada front end. Note

Re: arm-rtems Ada Aligned_Word compilation error

2005-11-14 Thread Jim Wilson
Joel Sherrill <[EMAIL PROTECTED]> wrote: s-auxdec.ads:286:13: alignment for "Aligned_Word" must be at least 4 Any ideas? I'm guessing this is because ARM sets STRUCTURE_SIZE_BOUNDARY to 32 instead of 8, and this confuses the Ada front end. -- Jim Wilson, GNU Tools Support, http://www.specifix

arm-rtems Ada Aligned_Word compilation error

2005-11-10 Thread Joel Sherrill <[EMAIL PROTECTED]>
Hi, Gcc on the head fails to compile arm-rtems4.7 at the following point when Ada is enabled. ../../xgcc -B../../ -c -g -O2 -W -Wall -gnatpg s-auxdec.adb -o s-auxdec.o s-auxdec.ads:286:13: alignment for "Aligned_Word" must be at least 4 Any ideas? -- Joel Sherrill, Ph.D.