Subject: Errors building kernel (and probably others)
To: None <port-i386@netbsd.org>
From: Grey Wolf <greywolf@siteROCK.com>
List: port-i386
Date: 03/29/2000 10:40:13
netbsd-i386# config GENERIC
Don't forget to run "make depend"
netbsd-i386# cd ../compile/GENERIC
netbsd-i386# make clean cleandir depend && make
[make clean cleandir output omitted -- it completed successfully]
[output from make follows]
cc -x assembler-with-cpp -traditional-cpp -D_LOCORE -I. -I../../../../arch -I../../../.. -nostdinc -I../../../../../gnu/sys -DLKM -DDIAGNOSTIC -DMAXUSERS=32 -D_KERNEL -Di386 -c ../../../../arch/i386/i386/locore.s
cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes  -Wpointer-arith -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -I../../../../../gnu/sys -DLKM -DDIAGNOSTIC -DMAXUSERS=32 -D_KERNEL -Di386  -c param.c
...(blah blah blah)
cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes  -Wpointer-arith -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -I../../../../../gnu/sys -DLKM -DDIAGNOSTIC -DMAXUSERS=32 -D_KERNEL -Di386  -c ../../../../dev/usb/uhci.c
cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes  -Wpointer-arith -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -I../../../../../gnu/sys -DLKM -DDIAGNOSTIC -DMAXUSERS=32 -D_KERNEL -Di386  -c ../../../../dev/usb/ohci.c
../../../../dev/usb/ohci.c: In function `ohci_activate':
../../../../dev/usb/ohci.c:356: structure has no member named `sc_dying'
../../../../dev/usb/ohci.c: In function `ohci_alloc_sitd':
../../../../dev/usb/ohci.c:620: structure has no member named `xfer'
../../../../dev/usb/ohci.c:625: structure has no member named `isdone'
../../../../dev/usb/ohci.c: In function `ohci_free_sitd':
../../../../dev/usb/ohci.c:641: structure has no member named `isdone'
../../../../dev/usb/ohci.c: In function `ohci_init':
../../../../dev/usb/ohci.c:684: structure has no member named `sc_hash_itds'
../../../../dev/usb/ohci.c: In function `ohci_add_done':
../../../../dev/usb/ohci.c:1172: structure has no member named `dnext'
../../../../dev/usb/ohci.c:1183: structure has no member named `sc_sdone'
../../../../dev/usb/ohci.c:1186: structure has no member named `sc_sidone'
../../../../dev/usb/ohci.c:1186: structure has no member named `dnext'
../../../../dev/usb/ohci.c: In function `ohci_softintr':
../../../../dev/usb/ohci.c:1207: structure has no member named `sc_sdone'
../../../../dev/usb/ohci.c:1208: structure has no member named `sc_sdone'
../../../../dev/usb/ohci.c:1209: structure has no member named `sc_sidone'
../../../../dev/usb/ohci.c:1210: structure has no member named `sc_sidone'
../../../../dev/usb/ohci.c:1297: structure has no member named `xfer'
../../../../dev/usb/ohci.c:1298: structure has no member named `dnext'
../../../../dev/usb/ohci.c:1311: structure has no member named `isdone'
../../../../dev/usb/ohci.c:1313: structure has no member named `isdone'
../../../../dev/usb/ohci.c:1320: structure has no member named `flags'
../../../../dev/usb/ohci.c: In function `ohci_hash_add_itd':
../../../../dev/usb/ohci.c:1731: structure has no member named `hnext'
../../../../dev/usb/ohci.c:1731: structure has no member named `sc_hash_itds'
../../../../dev/usb/ohci.c:1731: structure has no member named `sc_hash_itds'
../../../../dev/usb/ohci.c:1731: structure has no member named `hnext'
../../../../dev/usb/ohci.c:1731: structure has no member named `sc_hash_itds'
../../../../dev/usb/ohci.c:1731: structure has no member named `hnext'
../../../../dev/usb/ohci.c:1731: structure has no member named `sc_hash_itds'
../../../../dev/usb/ohci.c: In function `ohci_hash_rem_itd':
../../../../dev/usb/ohci.c:1745: structure has no member named `hnext'
../../../../dev/usb/ohci.c:1745: structure has no member named `hnext'
../../../../dev/usb/ohci.c:1745: structure has no member named `hnext'
../../../../dev/usb/ohci.c:1745: structure has no member named `hnext'
../../../../dev/usb/ohci.c:1745: structure has no member named `hnext'
../../../../dev/usb/ohci.c: In function `ohci_hash_find_itd':
../../../../dev/usb/ohci.c:1756: structure has no member named `sc_hash_itds'
../../../../dev/usb/ohci.c:1758: structure has no member named `hnext'
../../../../dev/usb/ohci.c: In function `ohci_root_ctrl_start':
../../../../dev/usb/ohci.c:2201: structure has no member named `sc_dying'
../../../../dev/usb/ohci.c: In function `ohci_root_intr_start':
../../../../dev/usb/ohci.c:2528: structure has no member named `sc_dying'
../../../../dev/usb/ohci.c: In function `ohci_device_ctrl_start':
../../../../dev/usb/ohci.c:2589: structure has no member named `sc_dying'
../../../../dev/usb/ohci.c: In function `ohci_device_bulk_start':
../../../../dev/usb/ohci.c:2676: structure has no member named `sc_dying'
../../../../dev/usb/ohci.c: In function `ohci_device_intr_start':
../../../../dev/usb/ohci.c:2815: structure has no member named `sc_dying'
../../../../dev/usb/ohci.c: In function `ohci_device_isoc_enter':
../../../../dev/usb/ohci.c:3044: structure has no member named `sc_dying'
cc1: warnings being treated as errors
../../../../dev/usb/ohci.c:3057: warning: implicit declaration of function `OHCI_PAGE_OFFSET'
../../../../dev/usb/ohci.c:3084: structure has no member named `xfer'
../../../../dev/usb/ohci.c:3085: structure has no member named `flags'
../../../../dev/usb/ohci.c:3092: warning: implicit declaration of function `OHCI_ITD_MK_OFFS'
../../../../dev/usb/ohci.c:3112: structure has no member named `xfer'
../../../../dev/usb/ohci.c:3113: structure has no member named `flags'
../../../../dev/usb/ohci.c: In function `ohci_device_isoc_start':
../../../../dev/usb/ohci.c:3156: structure has no member named `sc_dying'
../../../../dev/usb/ohci.c: In function `ohci_device_isoc_abort':
../../../../dev/usb/ohci.c:3204: structure has no member named `xfer'
../../../../dev/usb/ohci.c:3207: structure has no member named `isdone'
../../../../dev/usb/ohci.c: In function `ohci_device_isoc_done':
../../../../dev/usb/ohci.c:3237: structure has no member named `flags'
../../../../dev/usb/ohci.c: In function `ohci_device_isoc_close':
../../../../dev/usb/ohci.c:3281: structure has no member named `isdone'
*** Error code 1

Stop.

Stop.


				--*greywolf;
--
Have A Nice Day.  (This may be pronounced differently in New York or Boston.)