Can't compile 2.2.1

Denis Chapligin (chollya@yantar.ru)
Sat, 30 Jan 1999 18:04:52 +0200 (EET)


Hi

When i compiling kernel 2.2.1 using egcs 1.1 i got this messages:

make[1]: Entering directory `/usr/src/linux-2.2.1/arch/i386/lib'
make all_targets
make[2]: Entering directory `/usr/src/linux-2.2.1/arch/i386/lib'
gcc -D__KERNEL__ -I/usr/src/linux-2.2.1/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o checksum.o checksum.c
checksum.c:199: redefinition of `csum_partial_copy'
checksum.c:104: `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.1/arch/i386/lib'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.2.1/arch/i386/lib'
make: *** [_dir_arch/i386/lib] Error 2

Any ideas?

Denis Chapligin

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