From owner-freebsd-questions Tue May 21 15: 9:10 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cpimssmtpu10.email.msn.com (cpimssmtpu10.email.msn.com [207.46.181.85]) by hub.freebsd.org (Postfix) with ESMTP id 20B6837B412 for ; Tue, 21 May 2002 15:09:01 -0700 (PDT) Received: from thebe ([67.24.224.164]) by cpimssmtpu10.email.msn.com with Microsoft SMTPSVC(5.0.2195.4905); Tue, 21 May 2002 15:08:18 -0700 From: "Aaron Burke" To: "FreeBSD-Questions" , "Kamiz" Subject: RE: Sound blaster error.. Date: Tue, 21 May 2002 15:08:27 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: Importance: Normal X-OriginalArrivalTime: 21 May 2002 22:08:19.0298 (UTC) FILETIME=[03B54420:01C20114] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Please paste in your kernel config code. I have had similar problems in the distant past because I was mixing voxware drivers with the newpcm driver. Its also ok to paste in the whole kernel conf file. It may be easier for this list to help describe a solution to your problem. > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Kamiz > Sent: Sunday, December 31, 1989 04:44 PM > To: freebsd-questions@FreeBSD.ORG > Subject: Sound blaster error.. > > > Hey! > > Ive got some serious problems when trying to do an make on the kernel > after i added soundblaster support. > > I get alots of theese errors: > > midi_synth.o(.text+0x512): undefined reference to `synth_devs' > midi_synth.o: In function `midi_synth_open': > midi_synth.o(.text+0x5f3): undefined reference to `synth_devs' > midi_synth.o(.text+0x600): undefined reference to `num_midis' > midi_synth.o(.text+0x630): undefined reference to `midi_devs' > midi_synth.o: In function `midi_synth_close': > midi_synth.o(.text+0x6b4): undefined reference to `synth_devs' > midi_synth.o(.text+0x6c9): undefined reference to `midi_devs' > midi_synth.o: In function `midi_synth_load_patch': > midi_synth.o(.text+0x70e): undefined reference to `synth_devs' > midi_synth.o(.text+0x895): undefined reference to `midi_devs' > 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' > > BTW: Ive got an Yamaha OPL-SA3 card. > > Tnx > - kamiz > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message