Subject: kernel compile err.
To: None <port-vax@netbsd.org>
From: Can Altineller <altine@ottovax.se.fit.edu>
List: port-vax
Date: 02/01/2000 11:50:08
can anyone tell me why I get the err. below while I am compiling my
kernel? I am on a VS3100 m76.

thanks.

cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes
-Wpointer-arith -Wno-main -mno-pic
-I. -I../../../../arch -I../../../.. -nostdinc -DVAX43 -DCOMPAT_VAX1K
-DLKM -DMAXUSERS=8 -D_KERNEL
-D_VAX_INLINE_  -c ../../../../arch/vax/vax/sbi.c
../../../../arch/vax/vax/sbi.c: In function `sbi_attach':
../../../../arch/vax/vax/sbi.c:101: `NEXA8600' undeclared (first use in
this function)
../../../../arch/vax/vax/sbi.c:101: (Each undeclared identifier is
reported only once
../../../../arch/vax/vax/sbi.c:101: for each function it appears in.)
*** Error code 1

Stop.