Subject: 1.3 kernel compile errors
To: macbsd <port-mac68k@NetBSD.ORG>
From: None <cruller@unicom.net>
List: port-mac68k
Date: 02/28/1998 14:11:09
I'm trying to roll my own kernel with the madhatter patch applied.  I
have a stock 1.3 setup & 1.3 sources (read not current).  and I get this
error during the _make depend_ stage of the build.:

depending the kern library objects
depending the compat library objects
mkdep -x assembler-with-cpp -traditional...[snip]
mkdep -a  -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
-msoft-float...[snip]
mkdep -a -x assembler-with-cpp -traditional -D_LOCORE -I.
-I../../../../arch...[snip]
sh ../../../../kern/genassym.sh mkdep -f assym.dep  -O2 -Werror -Wall
-Wstrict-prototypes -Wmissing-prototypes -msoft-float  -I.
-I../../../../arch -I../../../.. -nostdinc -DHZ="0x3c" -DEXEC_AOUT
-DEXEC_SCR...[snip]

I haven't completed a whole compile yet. The errors during _make_ look
simular to above so I control-C'ed the process.   I commented out the
options for 68030 & 68020. Could this the problem?  

I've been using directions from the kernel building how-to.

I apreciate any insite.

Thanks,

Gerald