Re: 2.1.131-ac8 linker problem

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 11 Dec 1998 15:17:15 +0000 (GMT)


> core.o(.text+0x14dd): undefined reference to `csum_partial'
> core.o(.text+0x155c): undefined reference to `csum_partial_copy_generic'
> net/network.a(ipv4.o): In function `ip_reply_glue_bits':

You need to apply ac8 with a version of patch that deletes files it
zeroes or at least set the options to do so. I'd not realised that
specific trap.

Old versions of patch leave a zero length checksum.c that Make uses in
preference to checksum.S.

rm arch/i386/lib/checksum.c should fix the problem

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