Re: [Etherboot-developers] SuSE and mknbi
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Boris <bo...@bo...> - 2003-06-07 16:09:21
|
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' bin/undi.o(.text+0x0): first defined here bin/undi.o(.text+0x26): In function `hunt_pnp_bios': : multiple definition of `hunt_pnp_bios' bin/undi.o(.text+0x26): first defined here bin/undi.o(.text+0xad): In function `hunt_pixie': : multiple definition of `hunt_pixie' bin/undi.o(.text+0xad): first defined here bin/undi.o(.text+0x179): In function `hunt_rom': : multiple definition of `hunt_rom' bin/undi.o(.text+0x179): first defined here bin/undi.o(.text+0x317): In function `hunt_undi_rom': : multiple definition of `hunt_undi_rom' bin/undi.o(.text+0x317): first defined here bin/undi.o(.text+0x37b): In function `undi_call_loader': : multiple definition of `undi_call_loader' bin/undi.o(.text+0x37b): first defined here bin/undi.o(.text+0x403): In function `undi_call_silent': : multiple definition of `undi_call_silent' bin/undi.o(.text+0x403): first defined here bin/undi.o(.text+0x46b): In function `undi_call': : multiple definition of `undi_call' bin/undi.o(.text+0x46b): first defined here bin/undi.o(.text+0x4a0): In function `undi_loader': : multiple definition of `undi_loader' bin/undi.o(.text+0x4a0): first defined here bin/undi.o(.text+0x674): In function `eb_pxenv_start_undi': : multiple definition of `eb_pxenv_start_undi' bin/undi.o(.text+0x674): first defined here bin/undi.o(.text+0x6e4): In function `eb_pxenv_undi_startup': : multiple definition of `eb_pxenv_undi_startup' bin/undi.o(.text+0x6e4): first defined here bin/undi.o(.text+0x701): In function `eb_pxenv_undi_cleanup': : multiple definition of `eb_pxenv_undi_cleanup' bin/undi.o(.text+0x701): first defined here bin/undi.o(.text+0x70a): In function `eb_pxenv_undi_initialize': : multiple definition of `eb_pxenv_undi_initialize' bin/undi.o(.text+0x70a): first defined here bin/undi.o(.text+0x748): In function `eb_pxenv_undi_shutdown': : multiple definition of `eb_pxenv_undi_shutdown' bin/undi.o(.text+0x748): first defined here bin/undi.o(.text+0x76c): In function `eb_pxenv_undi_open': : multiple definition of `eb_pxenv_undi_open' bin/undi.o(.text+0x76c): first defined here bin/undi.o(.text+0x7aa): In function `eb_pxenv_undi_close': : multiple definition of `eb_pxenv_undi_close' bin/undi.o(.text+0x7aa): first defined here bin/undi.o(.text+0x7c7): In function `eb_pxenv_undi_transmit_packet': : multiple definition of `eb_pxenv_undi_transmit_packet' bin/undi.o(.text+0x7c7): first defined here bin/undi.o(.text+0x883): In function `eb_pxenv_undi_set_station_address': : multiple definition of `eb_pxenv_undi_set_station_address' bin/undi.o(.text+0x883): first defined here bin/undi.o(.text+0x891): In function `eb_pxenv_undi_get_information': : multiple definition of `eb_pxenv_undi_get_information' bin/undi.o(.text+0x891): first defined here bin/undi.o(.text+0x8ac): In function `eb_pxenv_undi_get_iface_info': : multiple definition of `eb_pxenv_undi_get_iface_info' bin/undi.o(.text+0x8ac): first defined here bin/undi.o(.text+0x8b5): In function `eb_pxenv_undi_isr': : multiple definition of `eb_pxenv_undi_isr' bin/undi.o(.text+0x8b5): first defined here bin/undi.o(.text+0x8be): In function `eb_pxenv_stop_undi': : multiple definition of `eb_pxenv_stop_undi' bin/undi.o(.text+0x8be): first defined here bin/undi.o(.text+0x8db): In function `eb_pxenv_unload_stack': : multiple definition of `eb_pxenv_unload_stack' bin/undi.o(.text+0x8db): first defined here bin/undi.o(.text+0x8fe): In function `undi_unload_base_code': : multiple definition of `undi_unload_base_code' bin/undi.o(.text+0x8fe): first defined here bin/undi.o(.text+0x9f1): In function `undi_full_startup': : multiple definition of `undi_full_startup' bin/undi.o(.text+0x9f1): first defined here bin/undi.o(.text+0xa60): In function `undi_full_shutdown': : multiple definition of `undi_full_shutdown' bin/undi.o(.text+0xa60): first defined here bin/undi.o(.text+0xe0a): In function `hunt_pixies_and_undi_roms': : multiple definition of `hunt_pixies_and_undi_roms' bin/undi.o(.text+0xe0a): first defined here make: *** [bin/etherboot.o] Error 1 |