From owner-freebsd-questions Thu Mar 8 5:16: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail3.rdc1.on.home.com (femail3.rdc1.on.home.com [24.2.9.90]) by hub.freebsd.org (Postfix) with ESMTP id 6210637B718 for ; Thu, 8 Mar 2001 05:16:01 -0800 (PST) (envelope-from latif2221@home.com) Received: from home.com ([24.114.36.13]) by femail3.rdc1.on.home.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010308131529.FWQG6398.femail3.rdc1.on.home.com@home.com> for ; Thu, 8 Mar 2001 05:15:29 -0800 Message-ID: <3AA7824C.E52CEBAD@home.com> Date: Thu, 08 Mar 2001 07:59:56 -0500 From: User Duraid X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: kernel won't compile with sound Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG i have crystal cs4232 isa pnp sound card. im compiling the kerenel with these options: device pcm device csa device css0 at isa? port 0x534 irq 5 drq 1 flags 0x08 im getting these errors when compiling: midi_synth.o: In function `midi_synth_aftertouch': midi_synth.o(.text+0x912): undefined reference to `synth_devs' midi_synth.o: In function `midi_synth_controller': midi_synth.o(.text+0x9aa): undefined reference to `synth_devs' midi_synth.o: In function `midi_synth_bender': midi_synth.o(.text+0xa66): undefined reference to `synth_devs' midi_synth.o: In function `midi_synth_send_sysex': midi_synth.o(.text+0xb23): undefined reference to `synth_devs' midi_synth.o(.text+0xbc9): undefined reference to `midi_devs' midi_synth.o(.text+0xc12): undefined reference to `midi_devs' *** Error code 1 what devices do i need exactly in the kernel? ( i don't think i need csa cause that's for pci isn't it?) Duraid To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message