Carl-Daniel Hailfinger wrote:
Hi,
the dbm690t breaks with abuild due to section overlap (0x2600 more room needed). Maybe we need a Config-abuild.lb?
On 22.09.2008 17:19, coreboot information wrote:
This is the automated build check service of coreboot.
The developer "stepan" checked in revision 3590
Change Log: Patch for AMD DBM690T board.
Signed-off-by: Michael Xie Michael.Xie@amd.com Reviewed-by: Marc Jones marc.jones@amd.com Acked-by: Stefan Reinauer stepan@coresystems.de
Build Log: Compilation of amd:dbm690t is still broken See the error log at http://qa.coreboot.org/log_buildbrd.php?revision=3590&device=dbm690t&...
input/output = 172916/61032 = 2.833 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: section .id [00000000fffbffd8 -> 00000000fffbffef] overlaps section .rom [00000000fffb7e6c -> 00000000fffc21cf] /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: coreboot: section .id vma 0xfffbffd8 overlaps previous sections /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: coreboot: section .reset vma 0xfffbfff0 overlaps previous sections collect2: ld returned 1 exit status make[1]: *** [coreboot] Error 1 make: *** [normal/coreboot.rom] Error 1 make: *** Waiting for unfinished jobs.... input/output = 172916/61034 = 2.833 /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: section .id [00000000ffffffd8 -> 00000000ffffffef] overlaps section .rom [00000000ffff7e6e -> 000000010000252f] /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: coreboot: section .id vma 0xffffffd8 overlaps previous sections /usr/lib64/gcc/x86_64-suse-linux/4.3/../../../../x86_64-suse-linux/bin/ld: coreboot: section .reset vma 0xfffffff0 overlaps previous sections collect2: ld returned 1 exit status make[1]: *** [coreboot] Error 1 make: *** [fallback/coreboot.rom] Error 1
Regards, Carl-Daniel
I am working one up. A bug has snuck in here somewhere. I am investigating.
Thanks, Marc