From owner-freebsd-current@FreeBSD.ORG Wed Jul 30 01:37:55 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6430537B401 for ; Wed, 30 Jul 2003 01:37:55 -0700 (PDT) Received: from msv02-kent-syd.comindico.com.au (msv02-kent-syd.comindico.com.au [203.194.29.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4973243F3F for ; Wed, 30 Jul 2003 01:37:54 -0700 (PDT) (envelope-from dlodeiro@optusnet.com.au) Received: from .dl.com (dsl-82.129.240.220.lns02-wick-bne.dsl.comindico.com.au [220.240.129.82])h6U8bp204295 for ; Wed, 30 Jul 2003 18:37:52 +1000 (EST) From: David Lodeiro To: freebsd-current@freebsd.org Date: Wed, 30 Jul 2003 18:37:19 +1000 User-Agent: KMail/1.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307301837.19679.dlodeiro@optusnet.com.au> Subject: Failed to make buildkernel with "device ath" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 08:37:55 -0000 I've tried to rebuild the kernel a couple of times now with "device ath " to add support for my 54g card. The system was cvsup to current yesterday ( 29/07/03) and make buildworld completed succesfully. However rebuilding the kernel fails on this : if_ath.o: In function `ath_attach': /usr/src/sys/i386/compile/DAVESSERVER/../../../dev/ath/if_ath.c:198: undefined reference to `ath_hal_attach' if_ath.o: In function `ath_tx_start': /usr/src/sys/i386/compile/DAVESSERVER/../../../dev/ath/if_ath.c:1767: undefined reference to `ath_hal_computetxtime' /usr/src/sys/i386/compile/DAVESSERVER/../../../dev/ath/if_ath.c:1771: undefined reference to `ath_hal_computetxtime' /usr/src/sys/i386/compile/DAVESSERVER/../../../dev/ath/if_ath.c:1774: undefined reference to `ath_hal_computetxtime' if_ath.o: In function `ath_getchannels': /usr/src/sys/i386/compile/DAVESSERVER/../../../dev/ath/if_ath.c:2309: undefined reference to `ath_hal_init_channels' /usr/src/sys/i386/compile/DAVESSERVER/../../../dev/ath/if_ath.c:2322: undefined reference to `ath_hal_mhz2ieee' if_ath.o: In function `ath_attach': /usr/src/sys/i386/compile/DAVESSERVER/../../../dev/ath/if_ath.c:192: undefined reference to `sysctl__hw_ath_children' /usr/src/sys/i386/compile/DAVESSERVER/../../../dev/ath/if_ath.c:198: undefined reference to `sysctl__hw_ath_children' /usr/src/sys/i386/compile/DAVESSERVER/../../../dev/ath/if_ath.c:205: undefined reference to `sysctl__hw_ath_children' /usr/src/sys/i386/compile/DAVESSERVER/../../../dev/ath/if_ath.c:221: undefined reference to `sysctl__hw_ath_children' /usr/src/sys/i386/compile/DAVESSERVER/../../../dev/ath/if_ath.c:229: undefined reference to `sysctl__hw_ath_children' if_ath.o:/usr/src/sys/i386/compile/DAVESSERVER/../../../dev/ath/if_ath.c:236: more undefined references to `sysctl__hw_ath_children' follow if_ath_pci.o: In function `ath_pci_probe': /usr/src/sys/i386/compile/DAVESSERVER/../../../dev/pci/pcivar.h:191: undefined reference to `ath_hal_probe' *** Error code 1 Stop in /usr/src/sys/i386/compile/DAVESSERVER. server# I cant find anything similar to this in the archives and google gives me nothing. let me know if any additional info is needed Thanks David