Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 08 Mar 2001 07:59:56 -0500
From:      User Duraid <latif2221@home.com>
To:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   kernel won't compile with sound
Message-ID:  <3AA7824C.E52CEBAD@home.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AA7824C.E52CEBAD>