Re: Error when compiling in "Intel ICH audio support"

From: Robert V. Baron (rvb@panasas.com)
Date: Sat Apr 29 2000 - 17:38:15 EST


Me too.
I don't know if this is the "right" solution but I just modified
the line in drivers/sound/Makefile
obj-$(CONFIG_SOUND_ICH) += i810_audio.o ac97.o
to
obj-$(CONFIG_SOUND_ICH) += i810_audio.o ac97.o ac97_codec.o

Kernel Related Emails <kernel@penguin.linuxhardware.org> writes:

> Hi all,
>
> I'm trying to compile in support for the "Intel ICH audio support" but
> when I make, I get this error:
>
> make[1]: Leaving directory `/usr/src/linux/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 \
> --start-group \
> arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o
> mm/mm.o fs/fs.o ipc/ipc.o \
> drivers/block/block.a drivers/char/char.o drivers/misc/misc.o
> drivers/net/net.o drivers/parport/parport.a drivers/ide/ide.a
> drivers/scsi/scsi.a drivers/cdrom/cdrom.a drivers/sound/sounddrivers.o
> drivers/pci/pci.a drivers/video/video.o drivers/usb/usbdrv.o
> drivers/i2c/i2c.a \
> net/network.a \
> /usr/src/linux/arch/i386/lib/lib.a /usr/src/linux/lib/lib.a
> /usr/src/linux/arch/i386/lib/lib.a \
> --end-group \
> -o vmlinux
> drivers/sound/sounddrivers.o: In function `i810_ac97_init':
> drivers/sound/sounddrivers.o(.text.init+0x86): undefined reference to
> `ac97_probe_codec'
> make: *** [vmlinux] Error 1
>
> Any patch and/or solution would be appreciated.
>
> Thanks,
> Kris Kersey
> kernel@linuxhardware.org
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.rutgers.edu
> Please read the FAQ at http://www.tux.org/lkml/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sun Apr 30 2000 - 21:00:17 EST