Re: [Etherboot-developers] etherboot 5.1.2
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-11-14 13:06:16
|
>And added a define for tftp in the case it is not compiled in. Unfortunately it seems the CVS doesn't have all the updates or something. gcc -DPCBIOS -DCONFIG_PCI -DCONFIG_ISA -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -Os -ffreestanding -fstrength-reduce -fomit-frame-pointer -mcpu=i386 -malign-jumps=1 -malign-loops=1 -malign-functions=1 -Wall -W -Wno-format -DVERSION_MAJOR=5 -DVERSION_MINOR=1 -DVERSION=\"5.1.3\" -DRELOC=0x20000 -o bin32/nic.o -c nic.c nic.c:454: parse error before `0' This is the header of the tftp function. |