Re: [Etherboot-developers] SuSE and mknbi
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Michael B. <mb...@fe...> - 2003-06-07 17:12:52
|
On Sat, 7 Jun 2003, Boris wrote: > 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' > <snip> This is an error in genrules.pl (I think); if you look closely you'll see that the link command is trying to link in undi.o twice. Incidentally, if you are the same Boris from Canada whose e-mail address used to be bo...@th... then I would really appreciate the US$310 that you owe me for the Etherboot development work I did on your behalf almost eight months ago. If not, then my apologies. Apologies also to everyone else on the list for bringing the subject up, but I have tried many times to chase up this invoice and I think it is now appropriate to warn other Etherboot developers not to accept commissions from Boris Reisig <bo...@th...> and/or Thinovations (a Canadian company) without payment in advance. Michael |