[parisc-linux] ld: Unsatisfied symbols: csum_partial (code)

Helge Deller Helge.Deller@ruhr-uni-bochum.de
Mon, 18 Oct 1999 00:34:58 +0200


Am Sun, 17 Oct 1999 schrieb Grant Grundler:
> I have a "vanilla" CVS tree and am getting the following
> linker error:
> ld -R 0xc0010000 -N -e stext arch/parisc/kernel/head.o arch/parisc/kernel/init_task.o init/main.o init/version.o \
>         arch/parisc/boot/ramdisk.o arch/parisc/kernel/kernel.o arch/parisc/mm/mm.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o \
>         fs/filesystems.a \
>         net/network.a \
>         drivers/block/block.a drivers/char/char.a drivers/gecko/gecko.a  drivers/net/net.a drivers/scsi/scsi.a drivers/pci/pci.a \
>         /linux/linux/arch/parisc/lib/lib.a /linux/linux/lib/lib.a /linux/linux/arch/parisc/lib/lib.a \
>         -o vmlinux
> ld: Unsatisfied symbols:
>    csum_partial (code)
>    serial_console_init (code)
> make[1]: *** [vmlinux-real] Error 1
> 
> Any clue what's broken?
> Someone submit code recently which touched these functions?
> 
> thanks,
> grant



Hi Grant,

serial_console_init was my fault.
This should now be corrected in the CVS, but I canīt verify the csum_partial
error here .....

Helge.