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