While i was trying to compile my 2.4.7-ac1 kernel with kdb support, I've get this error and warnings:
---------------------------------------
In file included from /usr/src/linux/include/net/checksum.h:33,
from /usr/src/linux/include/linux/raid/md.h:34,
from init/main.c:24:
/usr/src/linux/include/asm/checksum.h:72:30: warning: multi-line string literals are deprecated
/usr/src/linux/include/asm/checksum.h:72:30: warning: multi-line string literals are deprecated
/usr/src/linux/include/asm/checksum.h:72:30: warning: multi-line string literals are deprecated
/usr/src/linux/include/asm/checksum.h:72:30: warning: multi-line string literals are deprecated
And many, many times.... :(
-------------------------------------
make[2]: *** [kdbmain.o] Error 1
make[2]: Leavind directory `/usr/src/linux/kdb'
make[1]: *** [first_rule] Error 2
make[1]: Leavind directory `/usr/src/linux/kdb'
make: *** [_dir_kdb] Error 2
make: Leavind directory `/usr/src/linux'
-------------------------------------
kdbmain.c:71: conflicting types for `kdb_nextline'
/usr/src/linux/inclumake[2]: *** [kdbmain.o] Error 1
make[2]: Leavind directory `/usr/src/linux/kdb'
make[1]: *** [first_rule] Error 2
make[1]: Leavind directory `/usr/src/linux/kdb'
make: *** [_dir_kdb] Error 2
make: Leavind directory `/usr/src/linux'
de/linux/kdbprivate.h:70: previous declaration of `kdb_nextline'
make[2]: *** [kdbmain.o] Error 1
make[2]: Leavind directory `/usr/src/linux/kdb'
make[1]: *** [first_rule] Error 2
make[1]: Leavind directory `/usr/src/linux/kdb'
make: *** [_dir_kdb] Error 2
make: Leavind directory `/usr/src/linux'
It was asked some minutes ago in
kdb@oss.sgi.com list, and Keith Owens <kaos@melbourne.sgi.com> advice me to ask this question in linux-kernel mail-list.
I'm doing this.
Thanks in advance.
--- WBR. //s0mbre - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/