Date: Sat, 8 Jan 2000 23:44:07 -0600 (CST) From: Joseph Davida <jd@davida.com> To: bugs@freebsd.org Subject: Missing funcs/macros Message-ID: <200001090544.XAA76441@davida.com>
next in thread | raw e-mail | index | archive | help
I tried to compile the 4.0-20000105-CURRENT snapshot for my machine's configuration. This current release is in bad shape. File ../../dev/ppbus/lpbb.c includes a non-existent header file: #include "iicbb_if.h". File kern/subr_bus.c calls undefined macros/functions: cc -c -O -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing -prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -no stdinc -I- -I. -I../.. -I../../../include -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 ../../kern/subr_bus.c ../../kern/subr_bus.c: In function `devclass_add_driver': ../../kern/subr_bus.c:323: warning: implicit declaration of function `BUS_DRIVER _ADDED' ../../kern/subr_bus.c: In function `device_print_child': ../../kern/subr_bus.c:637: void value not ignored as it ought to be ../../kern/subr_bus.c: In function `device_probe_and_attach': ../../kern/subr_bus.c:1147: warning: implicit declaration of function `BUS_PROBE _NOMATCH' ../../kern/subr_bus.c: In function `device_detach': ../../kern/subr_bus.c:1171: warning: implicit declaration of function `BUS_CHILD _DETACHED' ../../kern/subr_bus.c: In function `bus_generic_probe': ../../kern/subr_bus.c:1819: warning: implicit declaration of function `DEVICE_ID ENTIFY' ../../kern/subr_bus.c: In function `bus_generic_setup_intr': ../../kern/subr_bus.c:1964: warning: passing arg 4 of `BUS_SETUP_INTR' makes poi nter from integer without a cast ../../kern/subr_bus.c:1964: too many arguments to function `BUS_SETUP_INTR' ../../kern/subr_bus.c: In function `bus_setup_intr': ../../kern/subr_bus.c:2077: warning: passing arg 4 of `BUS_SETUP_INTR' makes poi nter from integer without a cast ../../kern/subr_bus.c:2077: too many arguments to function `BUS_SETUP_INTR' ../../kern/subr_bus.c: In function `bus_set_resource': ../../kern/subr_bus.c:2092: warning: implicit declaration of function `BUS_SET_R ESOURCE' ../../kern/subr_bus.c: In function `bus_get_resource': ../../kern/subr_bus.c:2100: warning: implicit declaration of function `BUS_GET_R ESOURCE' ../../kern/subr_bus.c: In function `bus_delete_resource': ../../kern/subr_bus.c:2133: warning: implicit declaration of function `BUS_DELET E_RESOURCE' *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001090544.XAA76441>