Subject: cpuconf.c undefined vlaues in kernel build
To: None <port-alpha@NetBSD.ORG>
From: John C. Hayward <John.C.Hayward@wheaton.edu>
List: port-alpha
Date: 02/03/1997 22:01:10
Dear Alpha People,
In arch/alpha/alpha/cpuconf.c the following are undefined,
NDEC_3000_500, NDEC_3000_300, NDEC_2100_A50 in
cpusw[4, 7, 13].model_name.
I picked up the tard sys and include files from this weekend,
rebuilt make and config, made includes in /usr/src but have this
compilation error when building the GENERIC kernel. If I
make these entries using notdef macro the system compiles and
I can run the kernel.
I obviously am missing some header file or somthing.
Any pointers would be appreciated.
johnh...