Subject: -current kernel compile problem
To: None <port-alpha@netbsd.org>
From: Christian Groessler <cpg@aladdin.de>
List: port-alpha
Date: 05/04/2001 01:21:25
Hi,

I cannot compile a -current kernel on alpha since some days.

cc -g -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Wno-uninitialized -Wno-main -mno-fp-regs -I. -I../../../../arch -I../../../.. -nostdinc -DDIAGNOSTIC -DDEBUG -DLKM -DNO_KERNEL_RCSIDS -DMAXUSERS=16 -D_KERNEL -Dalpha  -c ../../../../dev/pci/ncr.c
../../../../dev/pci/ncr.c:1251: field `sc_link' has incomplete type
../../../../dev/pci/ncr.c:1619: variable `ncr_dev' has initializer but incomplete type
cc1: warnings being treated as errors
../../../../dev/pci/ncr.c:1621: warning: excess elements in struct initializer after `ncr_dev'

..and a bunch of more error messages.

The same config file has worked for years :-)

regards,
chris