Subject: Re: arm32-current CATS kernels stopped building this last week
To: Todd Whitesel <toddpw@best.com>
From: Richard Earnshaw <rearnsha@arm.com>
List: port-arm32
Date: 11/03/1999 18:31:01
toddpw@best.com said:
> Maybe I need to rebuild something and missed the heads-up, but...
> Sometime between 26-Oct and 31-Oct, arm32 was broken such that kernel
> builds for CATS now fail like this:

> cc -x assembler-with-cpp -D_LOCORE -I. -I../../../../arch -I../../../
> .. -nostdinc -DFOOTBRIDGE -DEBSA285 -DSHMMAXPGS="0x400"
> -DPMAP_STATIC_L1S="0x80" -DDIAGNOSTIC -DPOSTMORTEM -DMAXUSERS=32
> -D_KERNEL -Darm32 -c ../../../../arch/arm32/dev/bus_space_notimpl.S ../
> ../../../arch/arm32/dev/bus_space_notimpl.S: Assembler messages: ../../
> ../../arch/arm32/dev/bus_space_notimpl.S:76: Error: Rest of line
> ignored. First ignored character is `('. 

CGD committed a bunch of changes so that the .S files could be assembled 
with an ELF assembler; I wonder if this is a side-effect.  Do you have any 
local changes to that file?

R.