[coreboot] Error while compile coreboot v4

Stefan Reinauer stefan.reinauer at coreboot.org
Tue Mar 22 03:43:35 CET 2011


* Hongyuan Zhu <zhuhongyuan at gmail.com> [110321 12:13]:
> When I make, the error messages got below,
> 
> src/arch/x86/coreboot_ram.ld:129 cannot move location counter backwards (from
> 0000000000118000 to 0000000000004000)
> collect2: ld returned 1 exit status
> make: *** [build/coreboot_ram] Error 1

please run the following:

$ rm -f .xcompile
$ cd util/crossgcc
$ ./buildgcc
$ cd ../..

Then you can do 

$ make clean
$ make

again.


Stefan






More information about the coreboot mailing list