2.1.9x: Compiling GUS sound support

Anders Bengtsson (d96-abe@nada.kth.se)
Sun, 05 Apr 1998 14:07:12 +0200


I have encountered the following errors when compiling for a Gravis
Ultrasound card in kernels 2.1.90 and 2.1.92:

make[2]: Leaving directory `/usr/src/linux-2.1.92/arch/i386/lib'
make[1]: Leaving directory `/usr/src/linux-2.1.92/arch/i386/lib'
ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext
arch/i386/kernel
/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \
arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o
mm/mm.o fs/fs.o ipc/ipc.o \
fs/filesystems.a \
net/network.a \
drivers/block/block.a drivers/char/char.a drivers/misc/misc.a
drivers/net/net.a drivers/cdrom/cdrom.a drivers/sound/sound.a
drivers/pci/pci.a drivers/pnp/pnp.a \
/usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a
/usr/src/linux/arch/i386/lib/lib.a \
-o vmlinux
drivers/sound/sound.a(gus.o): In function `gusintr':
gus.o(.text+0x217): undefined reference to `adintr'
drivers/sound/sound.a(gus.o): In function `gus_wave_init':
gus.o(.text+0x4353): undefined reference to `ad1848_detect'
gus.o(.text+0x4406): undefined reference to `ad1848_init'
gus.o(.text+0x4426): undefined reference to `ad1848_control'
gus.o(.text+0x4432): undefined reference to `ad1848_control'
gus.o(.text+0x443e): undefined reference to `ad1848_control'
drivers/sound/sound.a(gus.o): In function `gus_wave_unload':
gus.o(.text+0x4774): undefined reference to `ad1848_unload'
make: *** [vmlinux] Error 1

The sound configuration was:

#
# Sound
#
CONFIG_SOUND=y
# CONFIG_PAS is not set
# CONFIG_SB is not set
# CONFIG_ADLIB is not set
CONFIG_GUS=y
# CONFIG_GUS16 is not set
CONFIG_GUSMAX=y
CONFIG_GUS_BASE=220
CONFIG_GUS_IRQ=12
CONFIG_GUS_DMA=5
CONFIG_GUS_DMA2=7
# CONFIG_MPU401 is not set
# CONFIG_PSS is not set
# CONFIG_MSS is not set
# CONFIG_SSCAPE is not set
# CONFIG_TRIX is not set
# CONFIG_MAD16 is not set
# CONFIG_CS4232 is not set
# CONFIG_MAUI is not set
# CONFIG_OPL3SA1 is not set
# CONFIG_SOFTOSS is not set
# CONFIG_YM3812 is not set
# CONFIG_VMIDI is not set
# CONFIG_UART6850 is not set
# CONFIG_LOWLEVEL_SOUND is not set

Any more information needed?..

______________________________________________________________________________
A n d e r s B e n g t s s o n
d96-abe@nada.kth.se
http://www.nada.kth.se/~d96-abe/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu