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
Mainboard vendor: Emulation Mainboard model: QEMU X86 My Notebook is Compaq presario v3805au AMD X64 Kconfig is added.
* Hongyuan Zhu zhuhongyuan@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