From owner-freebsd-questions Wed Oct 4 23:28:33 2000 Delivered-To: freebsd-questions@freebsd.org Received: from unix.pciway.com (d83b4646.dsl.flashcom.net [216.59.70.70]) by hub.freebsd.org (Postfix) with ESMTP id 87E9B37B503 for ; Wed, 4 Oct 2000 23:28:30 -0700 (PDT) Received: from localhost (loren@localhost) by unix.pciway.com (8.11.0/8.11.0) with ESMTP id e956UH676398 for ; Wed, 4 Oct 2000 23:30:17 -0700 (PDT) (envelope-from loren@pciway.com) Date: Wed, 4 Oct 2000 23:30:17 -0700 (PDT) From: Loren Koss To: freebsd-questions@freebsd.org Subject: Build Kernel woes.. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Okay, thanks to everyone regarding my shell deletion.. Boy was that boneheaded! I just re-built my world and all is well.. I made a few changes to my kernel config (adding SMP and SNOOP) and went to build it and it failed at the following point: ===> aue cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -c /usr/src/sys/modules/aue/../../dev/usb/if_aue.c /usr/src/sys/modules/aue/../../dev/usb/if_aue.c:110: `USB_PRODUCT_DLINK_DSB650' undeclared here (not in a function) /usr/src/sys/modules/aue/../../dev/usb/if_aue.c:110: initializer element is not constant /usr/src/sys/modules/aue/../../dev/usb/if_aue.c:110: (near initialization for `aue_devs[3].aue_did') /usr/src/sys/modules/aue/../../dev/usb/if_aue.c: In function `aue_miibus_statchg': /usr/src/sys/modules/aue/../../dev/usb/if_aue.c:494: `USB_PRODUCT_DLINK_DSB650' undeclared (first use in this function) /usr/src/sys/modules/aue/../../dev/usb/if_aue.c:494: (Each undeclared identifier is reported only once /usr/src/sys/modules/aue/../../dev/usb/if_aue.c:494: for each function it appears in.) /usr/src/sys/modules/aue/../../dev/usb/if_aue.c: In function `aue_reset': /usr/src/sys/modules/aue/../../dev/usb/if_aue.c:589: `USB_PRODUCT_DLINK_DSB650' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sys/modules/aue. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/IPFILTER. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Can anyone help?? What's wrong? Thanks Loren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message