Subject: re: Current kernel fails to build (simba.c)
To: Andrew <andrew@ugh.net.au>
From: Matthew Jacob <mjacob@feral.com>
List: port-sparc64
Date: 09/01/2001 00:51:45
update pmap.h- this was fixed earlier


On Sat, 1 Sep 2001, Andrew wrote:

> 
> 
> On Fri, 31 Aug 2001, matthew green wrote:
> 
> > i think this is just a stale .depend file in your build directory.
> > dev/simba.c has been removed.... try removing the .depend file and
> > running make depend again.
> 
> I just commented out line 53 of files.sparc64 (file
> arch/sparc64/dev/simba.c simba) and make depend now runs. Alas make dies
> with:
> 
> gcc -x assembler-with-cpp -traditional-cpp -D_LOCORE -Wa,-Av9a -I.
> -I../../../../arch -I../../../.. -nostdinc -DSUN4U -D_LP64 -DLKM
> -DMAXUSERS=64 -D_KERNEL -D_KERNEL_OPT -Dsparc64 -c
> ../../../../arch/sparc64/sparc64/locore.s
> machine/pmap.h: Assembler messages:
> machine/pmap.h:190: Error: Unknown opcode: `struct'
> machine/pmap.h:191: Error: Unknown opcode: `int'
> machine/pmap.h:192: Fatal error: Unknown opcode: `pmeg_t sg_pmeg' ***
> Error code 1
> 
> Stop.
> 
> I don't know if the 2 problems are related...
> 
> Andrew
> 
>