Thank you kindly.  I have now compiled the BIOS.  Next challenge is how to get flashrom to flash it.  The wiki shows flashrom support.  I have downloaded the latest svn version and flashrom does not detect my system.  flashrom -L does not list Lenovo T60, any suggestions or shall I get on the flashrom mailing list to ask?  Thank you again.


On Mon, May 9, 2011 at 12:22 PM, Peter Stuge <peter@stuge.se> wrote:
Josh Stump wrote:
> This is with svn checkout of version 6561 - I have tried with Seabios stable
> & Seabios master but get the same error.  Building under Ubuntu 11.04 64 bit
..
>   Linking out/rom16.o
> out/romlayout16.lds:705 cannot move location counter backwards (from
> 000000000000ca88 to 000000000000ca6c)

The toolchain in Ubuntu 11.04 isn't capable of building coreboot then. :\

Please build the reference toolchain:

cd util/crossgcc
./buildgcc i386-elf
cd ../..
rm -f .xcompile
make


//Peter

--
coreboot mailing list: coreboot@coreboot.org
http://www.coreboot.org/mailman/listinfo/coreboot