Subject: Re: Build Problems With -Current
To: None <mfoster@mail.com>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: port-arm32
Date: 03/30/1999 11:03:06
> I'm having a problem building the -current source tree, running binaries
> from the 19990315 snapshot.  When I start a make, I immediately get
> (after a config SHARK;make depend):
> 
> goldie# make
> cc -x assembler-with-cpp -D_LOCORE -I. -I../../../../arch -I../../../..
> -nostdinc -DHZ="0x40" -DNMBCLUSTERS="0x400" -DOFW -DSHARK -DNSIO
> -DDIAGNOSTIC -DMAXUSERS=32 -D_KERNEL -Darm32 -c
> ../../../../arch/arm32/arm32/locore.S
> ../../../../arch/arm32/arm32/locore.S: Assembler messages:
> ../../../../arch/arm32/arm32/locore.S:226: Error: Can not represent
> IMMEDIATE relocation in this object file format (0)
> *** Error code 1
> 
> Any ideas?  Is the assembler in the 0315 distribution broken, or is this
> just a bad checkin in -current?

I just ran into this.  It turned out to be a truncated assym.h in the
kernel build directory..

					- Bill