Subject: make kernel with usb option (19 july 98)
To: None <current-users@NetBSD.ORG>
From: c5666305 <c5666305@comp.polyu.edu.hk>
List: current-users
Date: 07/20/1998 11:14:30
Hello,

I just tried to make a kernel with usb option and ofund the following
errors:-  Can anyone help me to solve it .  My system is i386 with source
up to 19 July 1998. Thanks.

Clarence CHAN

======= Error =======
cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -DSYSVMSG -DSYSVSEM -DSYSVSHM -DLKM -DDIAGNOSTIC -DCOMPAT_43 -DFFS_EI -DPPP_BSDCOMP -DPPP_DEFLATE -DPPP_FILTER -DPFIL_HOOKS -DIPFILTER_LOG -DMAXUSERS=32 -D_KERNEL  -Di386  -c ../../../../dev/usb/uhci.c
../../../../dev/usb/uhci.c: In function `uhci_alloc_std':
../../../../dev/usb/uhci.c:934: incompatible types in assignment
../../../../dev/usb/uhci.c: In function `uhci_free_std':
../../../../dev/usb/uhci.c:949: incompatible types in assignment
../../../../dev/usb/uhci.c: In function `uhci_alloc_std_chain':
../../../../dev/usb/uhci.c:1107: incompatible types in assignment
../../../../dev/usb/uhci.c: In function `uhci_device_request':
../../../../dev/usb/uhci.c:1444: incompatible types in assignment
../../../../dev/usb/uhci.c:1457: incompatible types in assignment
../../../../dev/usb/uhci.c:1463: incompatible types in assignment
*** Error code 1

Stop.

======= Error =======