Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 02 May 2000 10:52:32 EDT
From:      Todd Cohen <cohentl@clarkson.edu>
To:        "FreeBSD-Questions" <freebsd-questions@freebsd.org>
Subject:   4.0 Stable Kernel Link error
Message-ID:  <20000502145043.4296037B5D7@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

Relevant lines from config file...

device sb0     at isa? port 0x220 irq 5 drq 1
device sbxvi0  at isa? drq 5
device sbmidi0 at isa? port 0x330

this is on i386.. 

linking kernel
isa_compat.o(.data+0xc): undefined reference to `sbdriver'
isa_compat.o(.data+0x14): undefined reference to `sbxvidriver'
isa_compat.o(.data+0x1c): undefined reference to `sbmididriver'
midi_synth.o: In function `midi_outc':
midi_synth.o(.text+0x4d): undefined reference to `midi_devs'
midi_synth.o: In function `prefix_cmd':
midi_synth.o(.text+0xa0): undefined reference to `midi_devs'
midi_synth.o: In function `midi_synth_input':
midi_synth.o(.text+0xdd): undefined reference to `num_midis'
midi_synth.o(.text+0xff): undefined reference to `midi_devs'
midi_synth.o: In function `leave_sysex':
midi_synth.o(.text+0x2c6): undefined reference to `synth_devs'
midi_synth.o(.text+0x2ef): undefined reference to `midi_devs'
midi_synth.o: In function `midi_synth_ioctl':
midi_synth.o(.text+0x352): undefined reference to `synth_devs'
midi_synth.o: In function `midi_synth_kill_note':
midi_synth.o(.text+0x383): undefined reference to `synth_devs'
midi_synth.o: In function `midi_synth_set_instr':
midi_synth.o(.text+0x4b2): undefined reference to `synth_devs'
midi_synth.o: In function `midi_synth_start_note':
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'
*** Error code 1

Stop in /usr/src/sys/compile/TOAD.



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?20000502145043.4296037B5D7>