Re: Ada on ARM

2005-11-21 Thread Ralf Corsepius
On Mon, 2005-11-21 at 13:48 -0600, Joel Sherrill wrote: > I also have this arm-rtems specific patch. Something changed after > 4.0.x and none of the RTEMS BSPs would link before I added this. > > Index: gcc/config/arm/rtems-elf.h > ==

Re: Ada on ARM

2005-11-21 Thread Joel Sherrill <[EMAIL PROTECTED]>
Frédéric PRACA wrote: Selon Laurent GUERBY <[EMAIL PROTECTED]>: On Mon, 2005-11-21 at 12:15 -0600, Joel Sherrill wrote: arm-rtems4.7 does build C, C++, and Ada on the gcc SVN head. I have done no testing beyond that. Is there a simulator for arm? Frederic do you have a testing environmen

Re: Ada on ARM

2005-11-21 Thread Joel Sherrill <[EMAIL PROTECTED]>
Laurent GUERBY wrote: On Mon, 2005-11-21 at 12:15 -0600, Joel Sherrill wrote: arm-rtems4.7 does build C, C++, and Ada on the gcc SVN head. I have done no testing beyond that. Is there a simulator for arm? Frederic do you have a testing environment in mind? What "--enable-rtemsbsp=X" should

Re: Ada on ARM

2005-11-21 Thread Frédéric PRACA
Selon Laurent GUERBY <[EMAIL PROTECTED]>: > On Mon, 2005-11-21 at 12:15 -0600, Joel Sherrill wrote: > > arm-rtems4.7 does build C, C++, and Ada on the gcc SVN head. I have > > done no testing beyond that. > > Is there a simulator for arm? Frederic do you have a testing > environment in mind? Wha

Re: Ada on ARM

2005-11-21 Thread Laurent GUERBY
On Mon, 2005-11-21 at 12:15 -0600, Joel Sherrill wrote: > arm-rtems4.7 does build C, C++, and Ada on the gcc SVN head. I have > done no testing beyond that. Is there a simulator for arm? Frederic do you have a testing environment in mind? What "--enable-rtemsbsp=X" should I use? I'm building u

Re: Ada on ARM

2005-11-21 Thread Frédéric PRACA
Selon "Joel Sherrill <[EMAIL PROTECTED]>" <[EMAIL PROTECTED]>: > Ralf Corsepius wrote: > > On Mon, 2005-11-21 at 17:14 +0100, Frédéric PRACA wrote: > > > >>Hi, > >>I'm currently trying to build an Ada cross compiler for ARM using the > arm-rtems > >>target. I tried with GCC 4.0.2 and subversion-

Re: Ada on ARM

2005-11-21 Thread Joel Sherrill <[EMAIL PROTECTED]>
Ralf Corsepius wrote: On Mon, 2005-11-21 at 17:14 +0100, Frédéric PRACA wrote: Hi, I'm currently trying to build an Ada cross compiler for ARM using the arm-rtems target. I tried with GCC 4.0.2 and subversion-version but I failed. What should I know to do this knowing that I already built the C

Re: Ada on ARM

2005-11-21 Thread Ralf Corsepius
On Mon, 2005-11-21 at 17:14 +0100, Frédéric PRACA wrote: > Hi, > I'm currently trying to build an Ada cross compiler for ARM using the > arm-rtems > target. I tried with GCC 4.0.2 and subversion-version but I failed. > What should I know to do this knowing that I already built the C and C++ > cros

Ada on ARM

2005-11-21 Thread Frédéric PRACA
Hi, I'm currently trying to build an Ada cross compiler for ARM using the arm-rtems target. I tried with GCC 4.0.2 and subversion-version but I failed. What should I know to do this knowing that I already built the C and C++ cross-compilers ? Thanks Fred