[EMAIL PROTECTED] wrote on 01-07-2003 11:32:38 AM: > Hmmm it should work. > what I did while I was in /usr/src/kernel-headers-2.4.18-bf2.4 > was > > cp -rf include ../kernel-source-2.4.18 > Yes, Very weird I tried the stable, and make dep works, but checksum.h brings up a lot of warnings, then make bzImage brings up this error:
In file included from ksyms.c:50: /root/linux/kernel-source-2.4.18/include/asm/checksum.h: In function `ip_fast_csum': /root/linux/kernel-source-2.4.18/include/asm/checksum.h:73: error: parse error before "movl" /root/linux/kernel-source-2.4.18/include/asm/checksum.h:75:17: invalid suffix "f" on integer constant /root/linux/kernel-source-2.4.18/include/asm/checksum.h:82:17: invalid suffix "b" on integer constant /root/linux/kernel-source-2.4.18/include/asm/checksum.h:90:13: missing terminating " character /root/linux/kernel-source-2.4.18/include/asm/checksum.h:105:17: missing terminating " character /root/linux/kernel-source-2.4.18/include/asm/checksum.h: In function `csum_fold': /root/linux/kernel-source-2.4.18/include/asm/checksum.h:106: error: parse error before "addl" /root/linux/kernel-source-2.4.18/include/asm/checksum.h:108:17: missing terminating " character /root/linux/kernel-source-2.4.18/include/asm/checksum.h:121:13: missing terminating " character /root/linux/kernel-source-2.4.18/include/asm/checksum.h: In function `csum_tcpudp_nofold': /root/linux/kernel-source-2.4.18/include/asm/checksum.h:122: error: parse error before "addl" /root/linux/kernel-source-2.4.18/include/asm/checksum.h:126:9: missing terminating " character /root/linux/kernel-source-2.4.18/include/asm/checksum.h:128: error: `__x' undeclared (first use in this function) /root/linux/kernel-source-2.4.18/include/asm/checksum.h:128: error: (Each undeclared identifier is reported only once /root/linux/kernel-source-2.4.18/include/asm/checksum.h:128: error: for each function it appears in.) /root/linux/kernel-source-2.4.18/include/asm/checksum.h: At top level: /root/linux/kernel-source-2.4.18/include/asm/checksum.h:128: error: parse error before ')' token /root/linux/kernel-source-2.4.18/include/asm/checksum.h:161:17: missing terminating " character /root/linux/kernel-source-2.4.18/include/asm/checksum.h: In function `csum_ipv6_magic': /root/linux/kernel-source-2.4.18/include/asm/checksum.h:162: error: parse error before "addl" /root/linux/kernel-source-2.4.18/include/asm/checksum.h:173:17: missing terminating " character /root/linux/kernel-source-2.4.18/include/asm/checksum.h:176: error: `__x' undeclared (first use in this function) /root/linux/kernel-source-2.4.18/include/asm/checksum.h:176: warning: no return statement in function returning non-void /root/linux/kernel-source-2.4.18/include/asm/checksum.h: At top level: /root/linux/kernel-source-2.4.18/include/asm/checksum.h:176: error: parse error before ')' token /root/linux/kernel-source-2.4.18/include/asm/checksum.h:176: error: parse error before "__u32" make[2]: *** [ksyms.o] Error 1 make[1]: *** [first_rule] Error 2 make: *** [_dir_kernel] Error 2 Slaziar:~/linux/kernel-source-2.4.18# gcc --version gcc (GCC) 3.3 (Debian) Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Cheers, Scott -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
