Subject: re: Current kernel fails to build (simba.c)
To: matthew green <mrg@eterna.com.au>
From: Andrew <andrew@ugh.net.au>
List: port-sparc64
Date: 09/01/2001 17:27:25
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