Date: Fri, 11 Jul 1997 15:17:56 +0200 (MET DST) From: Zahemszky Gabor <zgabor@CoDe.hu> To: freebsd-questions@freebsd.org (FreeBSD questions) Cc: claudio@nty.com Subject: Re: Undefined symbol `_gus_wave_volume' Message-ID: <199707111317.PAA00526@CoDe.hu> In-Reply-To: <33C0F555.2781E494@nty.com> from Claudio Eichenberger at "Jul 7, 97 03:55:33 pm"
next in thread | previous in thread | raw e-mail | index | archive | help
> Hi,
>
> I use FreeBSD 2.2.1 and tried to recompile the Kernel with
>
> device gus0 at isa? port 0x220 irq 15 drq 7 flags 0x3 vector gusintr
>
> but then I got the following message during compilation
>
> loading kernel
> gus_vol.o: Undefined symbol `_gus_wave_volume' referenced from text
> segment
> gus_vol.o: Undefined symbol `_gus_wave_volume' referenced from text
> segment
> gus_vol.o: Undefined symbol `_gus_wave_volume' referenced from text
> segment
> ioconf.o: Undefined symbol `_gusdriver' referenced from data segment
> ioconf.o: Undefined symbol `_gusintr' referenced from data segment
> *** Error code 1
>
> Stop.
>
> Did I miss to specify something ?
Maybe ``controller snd'' ???
Gabor
--
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;X=;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;X="$X $i";typeset +l i;};print "$X"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707111317.PAA00526>
