Subject: Re: -current won't compile
To: Stephen Borrill <netbsd@precedence.co.uk>
From: Richard Earnshaw <rearnsha@arm.com>
List: port-arm32
Date: 09/13/1999 18:20:58
> I've been unable to get -current to compile for over a week now.
> 
> cc  -O2 -Werror -Wall -Wcomment -Wpointer-arith -I. -I../../../../arch
> -I../../../.. -nostdinc -DIOMD -DRISCPC -DSHMMAXPGS="0x400" -DLKM
> -DDIAGNOSTIC -DPOSTMORTEM -DMAXUSERS=32 -D_KERNEL -Darm32  -c
> ../../../../kern/subr_pool.c
> cc1: warnings being treated as errors
> ../../../../kern/subr_pool.c:83: warning: alignment of `pool_head_slock' is
> greater than maximum object file alignment
> *** Error code 1
> 
> Stop.
> 
> I am using an old 1.3 toolchain. Could this be the problem?
> 

Probably.  It compiles ok for me with the egcs-1.1.2 toolchain of -current.

Richard.