Date: Thu, 29 Jul 1999 13:59:34 +0100 From: Mark Ovens <markov@globalnet.co.uk> To: geyejoe <geyejoe@primenet.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: sound config# Message-ID: <19990729135934.A268@marder-1> In-Reply-To: <379FCDF7.324EA07E@primenet.com>; from geyejoe on Wed, Jul 28, 1999 at 08:43:51PM -0700 References: <379FCDF7.324EA07E@primenet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 28, 1999 at 08:43:51PM -0700, geyejoe wrote:
> while trying to compile sound support into my kernel i get this error..
>
> sh ../../conf/newvers.sh GENERIC
> cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
> -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes
> -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused
> -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include
> -DKERNEL -DVM_STACK -include opt_global.h -elf vers.c
> loading kernel
> ioconf.o(.data+0xbf8): undefined reference to `sbxvidriver'
> ioconf.o(.data+0xc3c): undefined reference to `sbmididriver'
> *** Error code 1
>
Looks like you've not enabled all the sb* devices in your kernel
config file. Make sure these are not commented out or missing:
controller snd0
device sb0 at isa? port 0x220 irq 5 drq 1
device sbxvi0 at isa? drq 5
device sbmidi0 at isa? port 0x330
> Stop.
> bash-2.02#
>
>
> i would appricate any suggestions on how to correct this error.
>
> sincerely,
>
> geyejoe@primenet.com
>
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
>
--
FreeBSD - The Power To Serve http://www.freebsd.org
My Webpage http://www.users.globalnet.co.uk/~markov
_______________________________________________________________
Mark Ovens, CNC Apps Engineer, Radan Computational Ltd. Bath UK
CAD/CAM solutions for Sheetmetal Working Industry
mailto:markov@globalnet.co.uk http://www.radan.com
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990729135934.A268>
