RE: CDROM

Mike Schwartz (michaels@telepath.com)
Tue, 07 Nov 95 21:26:55 EST


Hello,

I have ran into a problem trying to make a kernel with the GoldStar420 cdrom drivers, and the SoundBlaster 16 Soundcard enabled. Here is the following error when I make zImage..

make[1]: Leaving directory /usr/src/linux-1.3.37/arch/i386/lib'
ld -m elf_i386 -Ttext 0x100000 -e stext arch/i386/kernel/head.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 net/network.a \
fs/filesystems.a \
drivers/block/block.a drivers/char/char.a drivers/net/net.a
drivers/cdrom/cdrom.a drivers/sound/sound.a \
/usr/src/linux-1.3.37/arch/i386/lib/lib.a
/usr/src/linux-1.3.37/lib/lib.a /usr/src/linux-1.3.37/arch/i386/lib/lib.a -o
vmlinux
soundcard.o(.text+0x590): multiple definition of nit_module'
gscd.o(.text+0xa50): first defined here
make: *** [vmlinux] Error 1
trouble:/usr/src/linux#

Could someone please help. I used to have a 2x Panasonic cdrom that came with my soundblaster 16. I used to compile the Soundblaster SBPCD driver with the Soundblaster 16 Soundcard drivers, and never had a problem. I kept the sound card but added a 4x goldstar to a secondary ide.

Mike