Subject: Problem with dev/qbus/if_qe.c
To: None <port-vax@netbsd.org>
From: John Klos <john@sixgirls.org>
List: port-vax
Date: 01/28/2003 16:23:17
Hi,

Does someone have the time to quickly look at this? This is fresh off of
the cvs server - I'm trying to build 1.6.1_RC1 as quickly as possible so I
can get the VAX started on building the X sets.

Thanks,
John Klos
Sixgirls Computing Labs


/usr/vax-obj/tools/tools.NetBSD-1.6_STABLE-i386/bin/vax--netbsdelf-gcc
-mno-asm-pic -ffreestanding  -O2 -Werror -Wall -Wno-main
-Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes
-Wstrict-prototypes -Wno-uninitialized  -D_VAX_INLINE_ -I.
-I/usr/src/sys/arch -I/usr/src/sys -nostdinc -DLKM -DMAXUSERS=8 -D_KERNEL
-D_KERNEL_OPT   -c /usr/src/sys/dev/qbus/if_qe.c
cc1: warnings being treated as errors
/usr/src/sys/dev/qbus/if_qe.c: In function `qestart':
/usr/src/sys/dev/qbus/if_qe.c:499: warning: passing arg 1 of
`__builtin_memset' makes pointer from integer without a cast
/usr/src/sys/dev/qbus/if_qe.c:535: parse error before `static'
/usr/src/sys/dev/qbus/if_qe.c:551: `status1' undeclared (first use in this
function)
/usr/src/sys/dev/qbus/if_qe.c:551: (Each undeclared identifier is reported
only once
/usr/src/sys/dev/qbus/if_qe.c:551: for each function it appears in.)
/usr/src/sys/dev/qbus/if_qe.c:552: `status2' undeclared (first use in this
function)
/usr/src/sys/dev/qbus/if_qe.c: At top level:
/usr/src/sys/dev/qbus/if_qe.c:111: warning: `qeintr' used but never
defined
*** Error code 1

Stop.