Date: Tue, 21 May 2002 15:08:27 -0700 From: "Aaron Burke" <aburke@nullplusone.com> To: "FreeBSD-Questions" <freebsd-questions@freebsd.org>, "Kamiz" <kamiz@phreaker.net> Subject: RE: Sound blaster error.. Message-ID: <NGBBLCIHCLNJAIGIFFHJKEECCDAA.aburke@nullplusone.com> In-Reply-To: <Pine.LNX.4.33.9001010138420.374-200000@ANGEL.ANGEL>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NGBBLCIHCLNJAIGIFFHJKEECCDAA.aburke>