The libpayload and filo code is from repos r4671.
ction `lib_get_sysinfo': sysinfo.c:(.text+0x18): undefined reference to `get_multiboot_info' make: *** [/home/fuchsk/coreboot/filo/build/filo] Error 1 $
Any suggestions for resolving this error?
I've never built FILO separately that way. Do you get the same error when you use buildrom? Check out buildrom, `make menuconfig` and select FILO as the payload. Then `make` and the payload should be deploy/filo-payload.elf.
If that works it should help you figure out what's wrong.
Thanks, Myles