coreboot 编译时错误解决

来源:互联网 发布:centos虚拟机安装tools 编辑:程序博客网 时间:2024/05/28 15:02

Error while compile coreboot v4

 

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.
--
Sincerely,
Edward Z.(Hongyuan Zhu)
Biomedical Engineering of Master
SCSB, Shanghai Jiaotong Univ.
NO.800, Dongchuan RD, Shanghai
Nantong, Jiangsu Province, PR China

Attachment (Kconfig): application/octet-stream, 18 KiB
---- coreboot mailing list: coreboot <at> coreboot.orghttp://www.coreboot.org/mailman/listinfo/coreboot
Permalink| Reply|
headers
Stefan Reinauer | 22 Mar 03:43

Favicon

Re: Error while compile coreboot v4

* 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 1please run the following:$ rm -f .xcompile$ cd util/crossgcc$ ./buildgcc$ cd ../..Then you can do $ make clean$ makeagain.Stefan--
原创粉丝点击