Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2005 21:24:50 -0800
From:      Gary Kline <kline@tao.thought.org>
To:        FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG>
Subject:   SB16 kernel troubles
Message-ID:  <20051223052450.GA52547@thought.org>

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

	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




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