kmsgdump 0.4 fails compile

Brian Hall (brianw.hall@compaq.com)
Mon, 20 Sep 1999 12:51:20 -0600 (MDT)


With kernel 2.2.12 and patches from Jens Axboe for the CDROM (sep14-2.2.diff),
kmsgdump 0.4 causes the kernel compile to fail with:

make -C arch/i386/kernel
make[1]: Entering directory `/usr/src/linux/arch/i386/kernel'
gcc -D__KERNEL__ -I/usr/src/linux/include -D__ASSEMBLY__ -traditional -c
kmsgdump.S -o kmsgdump.o
/tmp/ccoGasiF.s: Assembler messages:
/tmp/ccoGasiF.s:587: Error: unbalanced parenthesis in first operand.
/tmp/ccoGasiF.s:689: Error: unbalanced parenthesis in first operand.
/tmp/ccoGasiF.s:729: Error: unbalanced parenthesis in first operand.
/tmp/ccoGasiF.s:742: Error: unbalanced parenthesis in first operand.
/tmp/ccoGasiF.s:846: Error: Missing ')' assumed
/tmp/ccoGasiF.s:848: Error: Missing ')' assumed
/tmp/ccoGasiF.s:848: Error: Missing ')' assumed
/tmp/ccoGasiF.s:848: Error: Missing ')' assumed
make[1]: *** [kmsgdump.o] Error 1
make[1]: Leaving directory `/usr/src/linux/arch/i386/kernel'
make: *** [_dir_arch/i386/kernel] Error 2

Compiles fine when I disable kmsgdump in the kernel menuconfig.

--
Brian Hall <brianw.hall@compaq.com>
Linux Consultant

- 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/