Re: [Etherboot-developers] etherboot 5.1.2
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-11-06 11:56:26
|
>gcc -DPCBIOS -DCONFIG_PCI -DCONFIG_ISA -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED >_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_NFS -Os -ffreestanding -fstrength-reduce >-fomit-frame-pointer -mcpu=i386 -malign-jumps=1 -malign-loops=1 -malign-funct >ions=1 -Wall -W -Wno-format -DVERSION_MAJOR=5 -DVERSION_MINOR=1 -DVERSION=\"5 >.1.2\" -DRELOC=0x20000 -o bin32/nfs.o -c nfs.c >nfs.c: In function `await_rpc': >nfs.c:67: `udphdr' undeclared (first use in this function) >nfs.c:67: (Each undeclared identifier is reported only once >nfs.c:67: for each function it appears in.) >nfs.c:73: parse error before `return' >nfs.c:58: warning: unused parameter `ptype' >make: *** [bin32/nfs.o] Error 1 This has been fixed in the CVS, but Eric you'll find another error in main.c in loadkernel() when -DDOWNLOAD_PROTO_NFS is defined. |