*BSD News Article 97357


Return to BSD News archive

From: Benjamin Lim <fade@earthling.net>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Problems compiling a kernel with sound in it..HELP!
Date: Sun, 08 Jun 1997 21:25:25 +0800
Organization: Asia On-Line Limited, Hong Kong.
Lines: 15
Message-ID: <339AB2C5.167EB0E7@earthling.net>
NNTP-Posting-Host: 202.85.19.30
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.2-RELEASE i386)
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!uunet!in1.uu.net!194.87.0.28!demos!news.maxwell.syr.edu!News1.Vancouver.iSTAR.net!news.istar.net!n1van.istar!hammer.uoregon.edu!newsgate.cuhk.edu.hk!news2.hkt.net!news.hkt.net.!news.asiaonline.net!news
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:42604

I have an SBAWE32 and added the settings to the kernel text file like
the handbook said. When I tried compiling it (after I typed config
MYKERNEL, make depend) using the command make all, all was well until it
spat this error after about 5-10 minutes:

ioconf.o: Undefined symbol `_sbdriver' referenced from data segment
ioconf.o: Undefined symbol `_sbintr' referenced from data segment
ioconf.o: Undefined symbol `_sbxvidriver' referenced from data segment
ioconf.o: Undefined symbol `_sbmididriver' referenced from data segment
*** Error code 1

Does anyone know how to fix this problem so I can use my sound card in
freebsd? Thanks.

Benjamin Lim