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: i386-rtems does not build on head


On 2/3/06, Joel Sherrill <joel.sherrill@oarcorp.com> wrote:
> Richard Guenther wrote:
>
> >On 2/2/06, Joel Sherrill <joel.sherrill@oarcorp.com> wrote:
> >
> >
> >>Karel Gardas wrote:
> >>
> >>
> >>
> >>>If this help, I'd like to add that I succesfully compiled
> >>>gcc-4.2-20060128.tar.bz2 for the same configuration.
> >>>
> >>>
> >>>
> >>I think my last SVN update that built for me was a couple of days before
> >>that.
> >>
> >>
> >
> >The problem is with using stdint.h integer types without checking if
> >they are actually
> >available.  I have posted a fix for this already that needs to be
> >reviewed.  Along with
> >some other fixes for similar target OS dependent bugs.  Patch is here:
> >http://gcc.gnu.org/ml/gcc-patches/2006-02/msg00032.html
> >(and this is PR26050).
> >
> >
>
> I applied this and got the same failure.  Do I need to do anything after
> applying it?
> autotools?  If so, how.

You need to run 'autoconf' inside libgcc-math, the other autotools parts were
small enough and included in the patch.

Richard.


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