This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gcc 3.1 Ada failure on GNU/Linux




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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]