It is just me, or anyone has the building error like this.
I don't that error when I buildtarget. It only happens when I make menuconfig.
/home/baozheng/x86/coreboot-org/src/cpu/amd/model_10xxx/fidvid.c:42: warning: 'print_debug_fv_64' defined but not used CC lib/cbfs.o LINK coreboot /usr/bin/ld: section .id [00000001000eff61 -> 00000001000eff7f] overlaps section .rom [00000001000e0000 -> 00000001000f07cf] /usr/bin/ld: /home/baozheng/x86/coreboot-org/build/coreboot: section .id vma 0xeff61 overlaps previous sections /usr/bin/ld: /home/baozheng/x86/coreboot-org/build/coreboot: section .romstrap vma 0xeffa0 overlaps previous sections /usr/bin/ld: /home/baozheng/x86/coreboot-org/build/coreboot: section .text vma 0xf07d0 overlaps previous sections collect2: ld returned 1 exit status make: *** [/home/baozheng/x86/coreboot-org/build/coreboot] Error 1
_________________________________________________________________ Keep your friends updated―even when you’re not signed in. http://www.microsoft.com/middleeast/windows/windowslive/see-it-in-action/soc...
Am 12.11.2009 14:53, schrieb Zheng Bao:
It is just me, or anyone has the building error like this. I don't that error when I buildtarget. It only happens when I make menuconfig.
Fam10 and Kconfig don't work together at this point because the romstage is >64kb for Fam10.
Kconfig doesn't support failover at this time, buildtarget/newconfig does. The failover mechanism works around the issue, but I'm trying to get rid of the massive code duplication it currently requires.
Regards, Patrick Georgi