Re: [Etherboot-developers] SuSE and mknbi
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2003-06-07 17:08:18
|
>When downloading the latest etherboot 5.1.xx cvs, I tried compiling all the >drivers (make bin/etherboot.fd0) and the following error occurs. > >make bin/etherboot.fd0 >ld -r bin/undi.o bin/ide_disk.o bin/pc_floppy.o bin/3c509.o bin/3c515.o >bin/3c595.o bin/3c90x.o bin/cs89x0.o bin/davicom.o bin/depca.o bin/e1000.o >bin/eepro.o bin/eepro100.o bin/epic100.o bin/fa311.o bin/lance.o >bin/natsemi.o bin/ns8390.o bin/prism2_pci.o bin/prism2_plx.o bin/rtl8139.o >bin/sis900.o bin/sk_g16.o bin/skel.o bin/smc9000.o bin/sundance.o bin/tg3.o >bin/tulip.o bin/via-rhine.o bin/w89c840.o bin/3c503.o bin/3c509.o >bin/3c515.o bin/3c529.o bin/cs89x0.o bin/depca.o bin/eepro.o bin/ne.o >bin/ne2100.o bin/ni6510.o bin/pc_floppy.o bin/sk_g16.o bin/skel-isa.o >bin/smc9000.o bin/undi.o bin/wd.o -o bin/etherboot.o >bin/undi.o(.text+0x0): In function `checksum': >: multiple definition of `checksum' undi.o appears twice in the linker arguments. |