problems compiling 2.2.0-pre4

=?iso-8859-1?Q?J=F6rgen?= Viksell (jorgen@vsk.nu)
Tue, 05 Jan 1999 05:43:24 +0000


Hi!

While compiling the kernel I got this error message:

make -C arch/i386/lib
make[1]: Entering directory `/usr/src/linux-2.2.0-4/arch/i386/lib'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.2.0-4/arch/i386/lib'
gcc -D__KERNEL__ -I/usr/src/linux-2.2.0-4/include -Wall
-Wstrict-prototypes
-O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -DCPU=486 -c

-o checksum.o checksum.c
checksum.c:200: redefinition of `csum_partial_copy'
checksum.c:105: `csum_partial_copy' previously defined here
{standard input}: Assembler messages:
{standard input}:188: Fatal error: Symbol csum_partial_copy already
defined.
make[2]: *** [checksum.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.2.0-4/arch/i386/lib'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.0-4/arch/i386/lib'
make: *** [_dir_arch/i386/lib] Error 2

What happened? I looked at checksum.c on line 105 and it says
'csum_partial_copy_fromuser' not 'csum_partial_copy'.

This was on an AMD 486-133 and Redhat 5.2

// Jörgen Viksell

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