Am Mittwoch, den 23.10.2013, 19:30 +0530 schrieb Anthony Ross:
I have also successfully built & booted the Coreboot Pkg IA32 encapsulating it in the coreboot.rom and booting it under QEMU-kvm except for the X64 architectures I faced certain toolchain errors.
I think I fixed the toolchain error on X64 (now that I finally managed to reproduce it) and pushed it on my github repo.
You'll need to rebuild the BaseTools: $ cd BaseTools/Source/C $ make
Afterwards, corebootPkg should build with the GCC46 toolchain (I used GCC47) for X64, too.
Patrick