On Sun, Jan 23, 2011 at 07:55:23PM +0100, Marc Bertens wrote:
Kevin,
What kind of errors on which options ? so that i can check my work, i use only seabios with coreboot and at the moment only with the defaults. But i'm ready to experiment with different options on seabios, due that my machine does not have keyboard, mouse, video, floppy or printer port. So therefore I need to make some different build either of seabios.
And yes always a good idea to check the latest version, i just needed a version that worked and was quickly available that's why i take the coreboot version, i did known of any differences.
Hi Marc,
Just turning off CONFIG_COREBOOT causes compiler failures for me. I get errors about undefined symbols like the following:
src/misc.c:18:21: error: ‘CONFIG_MAX_BIOSTABLE’ undeclared here (not in a function)
Compiling with the defconfig you mailed me had the same issue.
-Kevin