Date: Sun, 02 Nov 1997 17:47:44 -0800 From: Tony Bearman <tbearman@sprint.ca> To: freebsd-questions@FreeBSD.ORG Subject: kernel make fails at MIDI Message-ID: <345D2D3F.7831229A@sprint.ca>
next in thread | raw e-mail | index | archive | help
When trying to make a custom kernel, it fails with: soundcard.o: Undefined symbol '_MIDIbuf_select' referenced from text segment soundcard.o: Undefined symbol '_MIDIbuf_init' referenced from text segment sound_switch.o: Undefined symbol '_MIDIbuf_read' referenced from text segment sound_switch.o: Undefined symbol '_MIDIbuf_write' referenced from text segment sound_switch.o: Undefined symbol '_MIDIbuf_open' referenced from text segment sound_switch.o: Undefined symbol '_MIDIbuf_release' referenced from text segment sound_switch.o: Undefined symbol '_MIDIbuf_ioctl' referenced from text segment Among other changes to the generic configuration file, I have added: controller snd0 device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 Could someone please explain how I have erred and what I can do to rectify this? Many thanks.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?345D2D3F.7831229A>