Re: Problems compilling Kernel 2.2.13

Dominik Kubla (dominik.kubla@uni-mainz.de)
Tue, 4 Jan 2000 03:44:05 +0100


On Sun, Feb 10, 2036 at 05:16:37AM +0000, julio moreno wrote:
>
>
> [1.] Problem compilling the 2.2.13 kernel.
> [2.] I has download the 2.2.13 kernel and pach but when I tried to compile it
> (make zImage) I caught a error message of duplicated identifier
> 'csum_partial_copy' in
> /usr/src/linux/arch/i386/lib/checksum.c lines 105 & 202 wich contains
> 104: unsigned int csum_partial_copy_fromuser (const char *src, char *dst,
> int len, int sum) {
> 205: unsigned int csum_partial_copy (const char *src, char *dst, int len,
> int sum) {
> The declaration is right, but the compiller don't think the same.
> [3.] Compilling kernel.
> [4.] Linux version 2.0.36 (root@Julio) (gcc driver version egcs-2.91.60
> 19981201
> egcs-1.1.1 release) executing gcc version 2.7.2.3) #8 Sat Dec 11 20:21:15
> ART 1999
> [6.] The error point to this file (checksum.c) in the lines starting with

That is almost certainly a problem on your system. Untar clean sources from
ftp.<country>.kernel.org and start over.

Yours,
Dominik Kubla

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