Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 1999 20:32:49 -0500 (CDT)
From:      Mike Bush <mab@kougars.kish.cc.il.us>
To:        freebsd-questions@FreeBSD.ORG
Subject:   kernel w/ sound
Message-ID:  <Pine.GHP.4.10.9908242017430.20509-100000@kougars.kish.cc.il.us>

next in thread | raw e-mail | index | archive | help
im trying to compile my kernel with sound (i have an ESS1869). config runs
fine and everything seems to compile fine but durning linking i get some
errors...

linking kernel
sb_dsp.o(.data+0x0): multiple definition of `sbpro_mix'
sb_dsp.o(.data+0x0): first defined here
sb_dsp.o(.data+0x100): multiple definition of `sb16_mix'
sb_dsp.o(.data+0x100): first defined here
sb_dsp.o(.data+0x240): multiple definition of `sb_op_desc'
sb_dsp.o(.data+0x240): first defined here
sb_dsp.o: In function `sb_reset_dsp':
sb_dsp.o(.text+0xb40): multiple definition of `sb_reset_dsp'
sb_dsp.o(.text+0xb40): first defined here
sb_dsp.o: In function `sb_cmd':
sb_dsp.o(.text+0xf8c): multiple definition of `sb_cmd'
sb_dsp.o(.text+0xf8c): first defined here
sb_dsp.o: In function `sb_getmixer':
sb_dsp.o(.text+0x10c0): multiple definition of `sb_getmixer'
sb_dsp.o(.text+0x10c0): first defined here
...
isa_compat.o(.data+0x24): undefined reference to `sbdriver'
isa_compat.o(.data+0x2c): undefined reference to `uartdriver'
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'
...

Here's what my config file looks like.. hope this helps

controller      pnp0                    # PnP support for ISA
device sb0      at isa? port 0x220 irq 5 drq 1
device uart0 at isa? port 0x330 irq 5
device pcm0 at isa? port ? irq 10 drq 1 flags 0x0

Thanks for your help
Mike Bush




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?Pine.GHP.4.10.9908242017430.20509-100000>