Subject: Re: Compilation / toolchain trouble
To: None <Richard.Earnshaw@arm.com>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: port-arm
Date: 03/19/2002 16:27:29
On Tue, Mar 19, 2002 at 03:18:16PM +0000, Richard Earnshaw wrote:
> > On Tue, 19 Mar 2002, Reinoud Zandijk wrote:
> > > i've been experiencing toolchain trouble now i crosscompile from
> > > Alpha->Acorn32 ... in the compilation of the Acorn32 userland (i.e. not the
> > > toolchain section for Alpha) it gives a
> > >
> > > dist/toolchain/gcc/rtl.h:110 : warning : width of `code' exceeds its type
> > >
> > A simple (if rather rude) fix would be to work out where enum rtx_code is
> > defined, and add an extra enumerator to it in order to stretch it out to
> > 16 bits.
> 
> Tricky, since that enum comes via rtl.def, and the enum is defined by
> 
> Is the warning causing a build failure?

Quite :( ... the #ifdef hack as used before then? its less evasive i 
think...

Cheers,
Reinoud