Subject: Compile -current on a Quadra700
To: None <port-mac68k@netbsd.org>
From: Denis Ahrens <denis@berlin.ccc.de>
List: port-mac68k
Date: 01/10/2001 21:43:54
Hello

In the past I had no luck with running a 1.5 Kernel on my lovely old
Quadra 700. I always get a kernel panic right after/at starting the init
process. Also the 1.5 install-kernel does not work.

Because I really want to use the IPSec feature I need this kernel.

So i tried today to download with cvs all the sources which works fine.
(with all the info from http://www.netbsd.org/Documentation/current/)
I compiled a new /usr/sbin/config, "config BUILDNAME" and "make depend" =
also works.
But when I try to start "make" I get the following. (I think I had this
in the past too but now I want to know it!)

> sudo make
Password:
cpp -traditional -D_LOCORE -I. -I../../../../arch -I../../../.. =
-nostdinc -DHZ=3D"0x3c" -DM68040 -DFPU_EMULATE -DLKM -DDIAGNOSTIC =
-DGRF_COMPAT -DMAXUSERS=3D16 -D_KERNEL -Dmac68k =
../../../../arch/mac68k/mac68k/locore.s | sed -e 's/^#.*//' | as -o =
locore.o
{standard input}: Assembler messages:
{standard input}:981: Warning: Unknown expression: '%usp' defaulting to =
0
{standard input}:981: Warning: Unknown expression: '%a0' defaulting to 0
{standard input}:982: Warning: Unknown expression: '%a0' defaulting to 0
{standard input}:982: Warning: Unknown expression: '%sp' defaulting to 0
and so on...

Any hints ?

I have a Quadra 840av and a PPC running 1.5 succesfully but my Quadra700 =
reject
every try.

Denis