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.<div>

<br><br><div class="gmail_quote">On Mon, May 9, 2011 at 12:22 PM, Peter Stuge <span dir="ltr"><<a href="mailto:peter@stuge.se">peter@stuge.se</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">Josh Stump wrote:<br>
> This is with svn checkout of version 6561 - I have tried with Seabios stable<br>
> & Seabios master but get the same error.  Building under Ubuntu 11.04 64 bit<br>
</div>..<br>
<div class="im">>   Linking out/rom16.o<br>
> out/romlayout16.lds:705 cannot move location counter backwards (from<br>
> 000000000000ca88 to 000000000000ca6c)<br>
<br>
</div>The toolchain in Ubuntu 11.04 isn't capable of building coreboot then. :\<br>
<br>
Please build the reference toolchain:<br>
<br>
cd util/crossgcc<br>
./buildgcc i386-elf<br>
cd ../..<br>
rm -f .xcompile<br>
make<br>
<br>
<br>
//Peter<br>
<font color="#888888"><br>
--<br>
coreboot mailing list: <a href="mailto:coreboot@coreboot.org">coreboot@coreboot.org</a><br>
<a href="http://www.coreboot.org/mailman/listinfo/coreboot" target="_blank">http://www.coreboot.org/mailman/listinfo/coreboot</a><br>
</font></blockquote></div><br></div>