>Building a rom fails if either FLOPPY or ANSIESC is specified,
>in 4.7.20 and 4.7.21, but not in 4.6.12.
>
>and then:
>ld -N -Ttext 0x94000 -e _start -o bin32/3c503.tmp bin32/start32.o
>bin32/config-3c503.o bin32/3c503.o bin32/bootlib.a
> bin32/bootlib.a(ansiesc.o): In function `docommand':
> /tmp/ROM8ihSOT/ansiesc.c:172: undefined reference to `tftp'
Thanks, this has been reported and will be fixed in .22. If you want to
patch it yourself temporarily:
In main.c:
Remove the static from the header of tftp().
Remove the forward declaration of tftp().
In etherboot.h:
Add a prototype for tftp(), it will be the same as for nfs().
|