From owner-freebsd-questions Thu Aug 26 17:18: 1 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.cybcon.com (mail.cybcon.com [216.190.188.5]) by hub.freebsd.org (Postfix) with ESMTP id 1B5B314BE9 for ; Thu, 26 Aug 1999 17:17:52 -0700 (PDT) (envelope-from wwoods@cybcon.com) Received: from ns1.cybcon.com (wwoods@ns1.cybcon.com [216.190.188.1]) by mail.cybcon.com (8.9.0/8.9.0) with ESMTP id RAA03036 for ; Thu, 26 Aug 1999 17:17:32 -0700 (PDT) Date: Thu, 26 Aug 1999 16:14:59 -0700 (PDT) From: Bill Woods To: freebsd-questions@freebsd.org Subject: 3.2 Stable Kernel compile dies....help please Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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