Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 1999 17:59:39 +0200 (MET DST)
From:      Linus Nilsson <d96ln@efd.lth.se>
To:        freebsd-questions@freebsd.org
Subject:   Kernel wont compile
Message-ID:  <Pine.GSO.3.96.990510175855.24311A-100000@batch-3.efd.lth.se>

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

        I cvsupped src-all to 3.1-STABLE yesterday and make world made it
through.

I did the following additions to GENERIC:

controller pnp0
controller snd0
device sbxvi0 at isa? drq 1
device sbmidi0 at isa? port 0x330

When trying to recompile that kernel the following happens:

e316# make
loading kernel
soundcard.o: In function `sndpoll':
soundcard.o(.text+0x2f7): undefined reference to `MIDIbuf_poll'
sound_switch.o: In function `sound_read_sw':
sound_switch.o(.text+0x52d): undefined reference to `MIDIbuf_read'
sound_switch.o: In function `sound_write_sw':
sound_switch.o(.text+0x5ad): undefined reference to `MIDIbuf_write'
sound_switch.o: In function `sound_open_sw':
sound_switch.o(.text+0x68f): undefined reference to `MIDIbuf_open'
sound_switch.o: In function `sound_release_sw':
sound_switch.o(.text+0x72b): undefined reference to `MIDIbuf_release'
sound_switch.o: In function `sound_ioctl_sw':
sound_switch.o(.text+0x835): undefined reference to `MIDIbuf_ioctl'
*** Error code 1

Stop.
e316#

Why is this?
Kernel will compile if i use sb0 instead of sbxvi0 but then after i've
done
MAKEDEV snd0 amp isnt able to use /dev/mixer and all that is produced is
high volume NOISE. :P

My card is a SoundBlaster 64 AWE. All this is run on a 586-machine.

Id appreciate any help. Thanks. Ciao.

/Linus



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.GSO.3.96.990510175855.24311A-100000>