I've tried to build FILO following instructions at http://www.coreboot.org/FILO, but it doesn't seem to work. Can anyone give any hints? 0.5 compiles fine.
Here's what I typed (snipped the uninteresting info):
wrt@cent:~/coreboot/filo$ svn co svn://coreboot.org/filo/trunk/filo Checked out external at revision 4289. Checked out revision 95. wrt@cent:~/coreboot/filo$ cd filo/ wrt@cent:~/coreboot/filo/filo$ cd libpayload/ wrt@cent:~/coreboot/filo/filo/libpayload$ make defconfig wrt@cent:~/coreboot/filo/filo/libpayload$ make wrt@cent:~/coreboot/filo/filo/libpayload$ make DESTDIR=../build install wrt@cent:~/coreboot/filo/filo/libpayload$ cd .. wrt@cent:~/coreboot/filo/filo$ make menuconfig wrt@cent:~/coreboot/filo/filo$ make .... CC build/i386/context.o AS build/i386/switch.S.o CC build/i386/segment.o /home/wrt/coreboot/filo/filo/i386/segment.c: In function 'relocate': /home/wrt/coreboot/filo/filo/i386/segment.c:77: error: 'struct memrange' has no member named 'type' make: *** [/home/wrt/coreboot/filo/filo/build/i386/segment.o] Error 1
thanks, Biff.