From owner-freebsd-questions@FreeBSD.ORG Fri Dec 23 05:24:55 2005 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4854416A41F for ; Fri, 23 Dec 2005 05:24:55 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9261443D5A for ; Fri, 23 Dec 2005 05:24:52 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.1/8.13.1) with ESMTP id jBN5OpBY052595 for ; Thu, 22 Dec 2005 21:24:51 -0800 (PST) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.4/8.13.1/Submit) id jBN5OpxM052594 for freebsd-questions@FreeBSD.ORG; Thu, 22 Dec 2005 21:24:51 -0800 (PST) (envelope-from kline) Date: Thu, 22 Dec 2005 21:24:50 -0800 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20051223052450.GA52547@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 19 years of service to the Unix community Cc: Subject: SB16 kernel troubles X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2005 05:24:55 -0000 In rebuilding my 5.4 kernel I added device sound device "snd_sb16" to get my AWE-64 to work. Anybody know what's causng the linking troubles?? cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -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 -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 sb16.o(.text+0x12): In function `sb_lock': : undefined reference to `sbc_lock' sb16.o(.text+0x2a): In function `sb_lockassert': : undefined reference to `sbc_lockassert' sb16.o(.text+0x42): In function `sb_unlock': : undefined reference to `sbc_unlock' *** Error code 1 I'm just upgrading from 5.3; this is a new one! gary -- Gary Kline kline@thought.org www.thought.org Public service Unix