This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Tue Apr 23 22:58:36 2024 Received: from orchard.washtenaw.cc.mi.us (orchard.washtenaw.cc.mi.us [198.111.176.4]) by herbie.ucs.indiana.edu (8.6.12/8.6.12) with ESMTP id NAA24219 for ; Tue, 9 Jul 1996 13:02:31 -0500 Received: from vger.rutgers.edu by orchard.washtenaw.cc.mi.us (8.6.10/2.3) with ESMTP id NAA12383; Tue, 9 Jul 1996 13:49:44 -0400 Received: by vger.rutgers.edu id <106834-231>; Tue, 9 Jul 1996 13:26:23 -0500 Message-Id: <31E23E99.64AC7396@ix.netcom.com> Date: Tue, 09 Jul 1996 07:12:25 -0400 From: Robert Beazley Organization: VCNS X-Mailer: Mozilla 3.0b5aGold (X11; I; Linux 2.0.0 i586) Mime-Version: 1.0 To: linux-kernel@vger.rutgers.edu Subject: [Fwd: Another Sound Problem in 2.0.1 +] Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Sender: owner-linux-kernel@vger.rutgers.edu Precedence: bulk Message-ID: <31E23CA5.3876D006@ix.netcom.com> Date: Tue, 09 Jul 1996 07:04:05 -0400 From: Robert Beazley Organization: VCNS X-Mailer: Mozilla 3.0b5aGold (X11; I; Linux 2.0.0 i586) MIME-Version: 1.0 Newsgroups: linux.dev.kernel CC: beazley@ix.netcom.com Subject: Another Sound Problem in 2.0.1 + Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I've recently attempted to compile the version 2.0.1 and 2.0.4 kernel patches and continue to receive warnings in the sound compile and errors in the kernel build. Please see the two excerpts below. Any Ideas? Regards, Robert Beazley ________________________________________________________________________ Sound Compile Warning Messages ------------------------------------------------------------------------ make[2]: Entering directory `/usr/src/linux-2.0.4/drivers/sound' gcc -D__KERNEL__ -I/usr/src/linux-2.0.4/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o ad1848.o ad1848.c gcc -D__KERNEL__ -I/usr/src/linux-2.0.4/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o cs4232.o cs4232.c cs4232.c:39: warning: `mpu_detected' defined but not used gcc -D__KERNEL__ -I/usr/src/linux-2.0.4/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o mpu401.o mpu401.c gcc -D__KERNEL__ -I/usr/src/linux-2.0.4/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o patmgr.o patmgr.c gcc -D__KERNEL__ -I/usr/src/linux-2.0.4/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o sequencer.o sequencer.c sequencer.c: In function `seq_local_event': sequencer.c:786: warning: unused variable `parm' gcc -D__KERNEL__ -I/usr/src/linux-2.0.4/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o sound_timer.o sound_timer.c gcc -D__KERNEL__ -I/usr/src/linux-2.0.4/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o sys_timer.o sys_timer.c gcc -D__KERNEL__ -I/usr/src/linux-2.0.4/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o soundcard.o soundcard.c soundcard.c:387: warning: `debugmem' defined but not used gcc -D__KERNEL__ -I/usr/src/linux-2.0.4/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o dev_table.o dev_table.c gcc -D__KERNEL__ -I/usr/src/linux-2.0.4/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o sound_switch.o sound_switch.c sound_switch.c: In function `sound_ioctl_sw': sound_switch.c:532: warning: unused variable `mixdev' cd lowlevel;make make[3]: Entering directory `/usr/src/linux-2.0.4/drivers/sound/lowlevel' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/src/linux-2.0.4/drivers/sound/lowlevel' rm -f sound.a ar rcs sound.a ad1848.o cs4232.o mpu401.o patmgr.o sequencer.o sound_timer.o sys_timer.o soundcard.o dev_table.o sound_switch.o lowlevel/lowlevel.o sync make[2]: Leaving directory `/usr/src/linux-2.0.4/drivers/sound' ________________________________________________________________________ Kernel Build Error Messages ------------------------------------------------------------------------ make[1]: Leaving directory `/usr/src/linux-2.0.4/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/sound/sound.a drivers/pci/pci.a \ /usr/src/linux-2.0.4/arch/i386/lib/lib.a /usr/src/linux-2.0.4/lib/lib.a /usr/src/linux-2.0.4/arch/i386/lib/lib.a -o vmlinux drivers/sound/sound.a(dev_table.o): In function `sound_install_audiodrv': dev_table.o(.text+0x9fe): undefined reference to `DMAbuf_init' dev_table.o(.text+0xa03): undefined reference to `audio_init' drivers/sound/sound.a(ad1848.o): In function `ad1848_output_block': ad1848.o(.text+0x9ba): undefined reference to `DMAbuf_start_dma' drivers/sound/sound.a(ad1848.o): In function `ad1848_start_input': ad1848.o(.text+0xaa0): undefined reference to `DMAbuf_start_dma' drivers/sound/sound.a(ad1848.o): In function `ad1848_interrupt': ad1848.o(.text+0x1922): undefined reference to `DMAbuf_inputintr' ad1848.o(.text+0x1941): undefined reference to `DMAbuf_outputintr' make: *** [vmlinux] Error 1