[Etherboot-users] 3c905b bug fix compile error
Brought to you by:
marty_connor,
stefanhajnoczi
From: <le...@mi...> - 2005-09-09 03:08:45
|
Hello, I have been reading the mail archive and see there is the bug with the 3c90x cards so I am trying to compile the etherboot bug fix option -DCFG_3C90X_BOOTROM_FIX. I am guessing you put it in the Makefile.main towards the bottom like this but not sure 3C90XFLAGS= -DINCLUDE_3C90X -DCFG_3C90X_BOOTROM_FIX Anyways, If this is correct, when I go to compile I get the following error #make bin/3c90x.zfd0 --- snip ----- objcopy -R .text16 bin/floppyprefix.o bin/floppyprefix.entry.o objcopy -R .prefix bin/floppyprefix.o bin/floppyprefix.exit.o ld -N -T arch/i386/core/etherboot.lds -o bin/3c90x.dsk.rt bin/3c90x.rt.o bin/floppyprefix.exit.o bin/3c90x.rt.o(.text+0x1803): In function `a3c90x_probe': : undefined reference to `a3c90x_internal_WriteEeprom' make: *** [bin/3c90x.dsk.rt] Error 1 rm bin/floppyprefix.exit.o bin/3c90x.rt.o bin/floppyprefix.entry.o --- end snip ---- I am using etherboot 5.4.1 any help would be great for I am trying to make my own boot rom chips for I have a programmer but so far the cards are not seeing the chips I make at all. I am hoping this bug fix will fix the problem thanks -Lee ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. |