Re: [Etherboot-developers] Latest etherboot 5.0 cvs problems?
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ke...@us...> - 2002-09-26 17:02:03
|
>Posting another message again but this time about the latest etherboot 5.0 cv >s tree. I just downloaded it and tried compiling it and the following error h >as occured > >gcc -DPCBIOS -DASK_BOOT=3 -DANS_DEFAULT=ANS_NETWORK -DBACKOFF_LIMIT=7 -DCONGE >STED -DTAGGED_IMAGE -DELF_IMAGE -Os -ffreestanding -fstrength-reduce -fomit-f >rame-pointer -mcpu=i386 -malign-jumps=1 -malign-loops=1 -malign-functions=1 - >Wall -W -Wno-format -Wno-unused -DVERSION_MAJOR=5 -DVERSION_MINOR=0 -DVERSION >=\"5.0.7\" -DRELOC=0x94000 -DINCLUDE_3C595 -o bin32/config-3c595.o -c confi >g.c >cc1: warning: -malign-loops is obsolete, use -falign-loops >cc1: warning: -malign-jumps is obsolete, use -falign-jumps >cc1: warning: -malign-functions is obsolete, use -falign-functions Ok, looks like I need to update the flags. Anybody know if -falign-loops, etc is supported in older versions of gcc? >config.c:25:23: 3c595_ids.h: No such file or directory >config.c:131: `a3c595_nics' undeclared here (not in a function) >config.c:131: initializer element is not constant >config.c:131: (near initialization for `NIC[0].pci_ids') >config.c:131: `a3c595_nics' undeclared here (not in a function) >config.c:131: `a3c595_nics' undeclared here (not in a function) >config.c:131: warning: missing initializer >config.c:131: warning: (near initialization for `NIC[0].pci_ids') >config.c:131: initializer element is not constant >config.c:131: (near initialization for `NIC[0]') >config.c:214: initializer element is not constant >config.c:214: (near initialization for `NIC[1]') >make: *** [bin32/config-3c595.o] Error 1 You should delete Roms which will cause genrule.pl to be run which will generate the include files needed from NIC. Or touch NIC which will cause that to happen. |