Subject: Building a kernel...
To: hpcmips <port-hpcmips@netbsd.org>
From: Adam K Kirchhoff <adamk@voicenet.com>
List: port-hpcmips
Date: 01/29/2002 09:07:41
So, I'm trying to build myself a new kernel :-)

Earlier I reported on a problem when doing 'make depend' in the compile
directory.  Well, I just decided to skip that part :-)  Amazingly enough,
the kernel compile gets pretty far before dying.  I've patch the kernel
source with the files necessary to get the TrackPoint working, but they
seem to be giving me a problem:

./../../../arch/hpcmips/vr/vrdsiu.c
../../../../arch/hpcmips/vr/vrdsiu.c: In function `vrdsiu_attach'; 
../../../../arch/hpcmips/vr/vrdsiu:172: `CMUMSKDSIU' undeclared (first use
in this function)

Any ideas what the problem is?

Adam