Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2005 18:57:50 GMT
From:      Hans-Werner Braun <hwb@nlanr.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   i386/90701: 6.0 compile arror with ath driver
Message-ID:  <200512201857.jBKIvomg093055@www.freebsd.org>
Resent-Message-ID: <200512201900.jBKJ0APS024959@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         90701
>Category:       i386
>Synopsis:       6.0 compile arror with ath driver
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-i386
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 20 19:00:10 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Hans-Werner Braun
>Release:        6.0
>Organization:
UCSD
>Environment:
FreeBSD kol 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3 09:36:13 UTC 2005
root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC  i386

>Description:
              cc -c -O -pipe  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99 -g -nostdinc -I-  -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror  vers.c
linking kernel.debug
if_ath.o(.text+0x5cf): In function `ath_attach':
./../../dev/ath/if_ath.c:447: undefined reference to `ath_rate_attach'
if_ath.o(.text+0xac3): In function `ath_detach':
./../../dev/ath/if_ath.c:627: undefined reference to `ath_rate_detach'
if_ath.o(.text+0x35d5): In function `ath_node_alloc':
./../../dev/ath/if_ath.c:2430: undefined reference to `ath_rate_node_init'
if_ath.o(.text+0x3633): In function `ath_node_free':
./../../dev/ath/if_ath.c:2444: undefined reference to `ath_rate_node_cleanup'
if_ath.o(.text+0x4772): In function `ath_tx_start':
./../../dev/ath/if_ath.c:3320: undefined reference to `ath_rate_findrate'
if_ath.o(.text+0x4b1f):../../../dev/ath/if_ath.c:3510: undefined reference to `ath_rate_setupxtxdesc'
if_ath.o(.text+0x504d): In function `ath_tx_processq':
./../../dev/ath/if_ath.c:3679: undefined reference to `ath_rate_tx_complete'
if_ath.o(.text+0x5ab3): In function `ath_newstate':
./../../dev/ath/if_ath.c:4111: undefined reference to `ath_rate_newstate'
if_ath.o(.text+0x5bcb):../../../dev/ath/if_ath.c:4141: undefined reference to `ath_rate_newstate'
if_ath.o(.text+0x5de9): In function `ath_newassoc':
./../../dev/ath/if_ath.c:4259: undefined reference to `ath_rate_newassoc'
*** Error code 1

Stop in /usr/src/sys/i386/compile/KOL.
#kol:/usr/src/sys/i386/compile/KOL 10:53 1: 
>How-To-Repeat:
              make
>Fix:
              No idea, looks like some definition(s) are missing.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512201857.jBKIvomg093055>