This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 3.1 Ada failure on GNU/Linux
- From: Joel Sherrill <joel dot sherrill at OARcorp dot com>
- To: Florian Weimer <fw at deneb dot enyo dot de>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 30 Apr 2002 13:53:16 -0500
- Subject: Re: gcc 3.1 Ada failure on GNU/Linux
- Organization: OAR Corporation
- References: <3CCED976.71532A2D@OARcorp.com> <87ofg1rqc4.fsf@deneb.enyo.de>
Florian Weimer wrote:
>
> Joel Sherrill <joel.sherrill@OARcorp.com> writes:
>
> > I reported this failure a few minutes ago on i386-rtems and decided
> > to see if it happened native on x86 GNU/Linux (RedHat). It does.
> > My source was last updated Saturday Morning if that matters.
Should I update my tree and try again?
I am using the ACT 3.14p binary from cs.nyu.edu if that matters.
> I can't reproduce this with the current CVS (3.1 branch). Could you
> tell us your configure flags?
../gcc-to-merge/configure \
--prefix=/opt/gcc-3.1-test \
--with-gnu-as --with-gnu-ld \
'--enable-languages=c,c++,ada' && \
make && \
cd gcc && \
make gnatlib_and_tools && \
make install
This is the same tree I build cross with a script which has
this fragment in the middle (replace t with a target name):
(../gcc-to-merge/configure --target=${t} \
--enable-threads=rtems --prefix=/opt/gcc-3.1-test \
--with-gnu-as --with-gnu-ld --with-newlib --verbose
--enable-obsolete \
'--enable-languages=c,c++,ada' && make && \
cd gcc && \
make cross-gnattools && \
make ada.all.cross && \
make CC=gcc GNATLIBCFLAGS="-O2 -g" gnatlib &&
cd .. && \
make install ) >../log/i-${t}.log 2>&1
Thanks.
--
Joel Sherrill, Ph.D. Director of Research & Development
joel@OARcorp.com On-Line Applications Research
Ask me about RTEMS: a free RTOS Huntsville AL 35805
Support Available (256) 722-9985