Subject: i386 MP kernel compile error
To: None <current-users@netbsd.org>
From: Joe Reed <jnr@po.cwru.edu>
List: current-users
Date: 12/26/2002 16:01:06
hi all,

when i `cd /usr/src && ./build.sh -k MYKERN`  i get the following error:

nbmake: don't know how to make /usr/src/sys/dev/vcoda.c  Stop.

nbmake: stopped in /usr/src/sys/arch/i386/compile/MYKERN

i cvs update -PAd this morning and all appeared to go well.  

i've attached my kernel config file.  it's just a combination of the 
GENERIC.MP and GENERIC files.

i'm running 1.6I (i386) built on oct 1.

any ideas on what's wrong?

`find /usr/src | vcoda.c`  returns nothing and 
`find /usr/src -name MAKEFILE | xargs grep vcoda` only returned Makefiles 
withing sys/arch/i386/compile/MYKERN/

--joe