On Wed, Nov 05, 2008 at 09:12:05AM -0700, Jordan Crouse wrote:
On 05/11/08 10:37 +0100, Uwe Hermann wrote:
On Wed, Nov 05, 2008 at 02:39:11AM -0500, Corey Osgood wrote:
Build host is Ubuntu 8.04.1, gcc 4.2.4 (Ubuntu 4.2.4-1ubuntu3). I followed the steps at coreboot.org/Filo, console output below. build.sh seems to work fine.
The wiki needed a small fix (done).
After typing 'make' in libpayload, you have to also do:
$ make DESTDIR=../build install
The rest of the instructions will then work fine.
You could also set LIBPAYLOAD_PREFIX=./libpayload.
Yes, but that won't work in the current form of libpayload, as it's config.h collides with FILO's config.h (it's not a problem if you do the 'make DESTDIR=../build install' as that renames libpayload's config.h to libpayload-config.h. We could of course change that...
Uwe.