Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Aug 1999 16:14:59 -0700 (PDT)
From:      Bill Woods <wwoods@cybcon.com>
To:        freebsd-questions@freebsd.org
Subject:   3.2 Stable Kernel compile dies....help please
Message-ID:  <Pine.BSI.4.05L.9908261611540.18121-100000@pdx.cybcon.com>

next in thread | raw e-mail | index | archive | help
Well....I got this error while trying to compile a 3.2-Stable kernel:

-----------------------------------------
sound_switch.o(.text+0x835): undefined reference to `MIDIbuf_ioctl'
audio.o: In function `set_format':
audio.o(.text+0x4b): undefined reference to `DMAbuf_ioctl'
audio.o: In function `audio_open':
audio.o(.text+0xaa): undefined reference to `DMAbuf_open'
audio.o(.text+0x109): undefined reference to `DMAbuf_ioctl'
audio.o: In function `audio_release':
audio.o(.text+0x1a9): undefined reference to `DMAbuf_start_output'
audio.o(.text+0x1db): undefined reference to `DMAbuf_release'
audio.o: In function `audio_write':
audio.o(.text+0x2a7): undefined reference to `DMAbuf_start_output'
audio.o(.text+0x303): undefined reference to `DMAbuf_getwrbuffer'
audio.o(.text+0x400): undefined reference to `DMAbuf_start_output'
audio.o: In function `audio_read':
audio.o(.text+0x476): undefined reference to `DMAbuf_start_output'
audio.o(.text+0x4d9): undefined reference to `DMAbuf_getrdbuffer'
audio.o(.text+0x549): undefined reference to `DMAbuf_rmchars'
audio.o: In function `audio_ioctl':
audio.o(.text+0x686): undefined reference to `DMAbuf_start_output'
audio.o(.text+0x6be): undefined reference to `DMAbuf_start_output'
audio.o(.text+0x734): undefined reference to `DMAbuf_ioctl'
audio.o(.text+0x77d): undefined reference to `DMAbuf_ioctl'
audio.o(.text+0x846): undefined reference to `DMAbuf_ioctl'
audio.o: In function `audio_poll':
audio.o(.text+0x8bd): undefined reference to `DMAbuf_poll'
sequencer.o: In function `seq_local_event':
sequencer.o(.text+0xfa9): undefined reference to `DMAbuf_start_devices'
*** Error code 1      

-------------------------------

For what its worth, it looks like there are a lot of references to sound
in there so, here is the sound portion of my kernel:

# Plug and Play
controller      pnp0

# Sound
controller      snd0

# Luigi's snd code (use INSTEAD of snd0 and all VOXWARE drivers!).
# You may also wish to enable the pnp controller with this, for pnp
# sound cards.
#
device pcm0 at isa? port ? tty irq 10 drq 1 flags 0x0      

The sound card is a SB16, IESA card, thast I believe gets detected at a 
Vibra16X

Thanks,

William



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?Pine.BSI.4.05L.9908261611540.18121-100000>