I built r6275 for my RS690/SB600 based box with debug level 8. This box did not boot up.
The last displayed console message is `bsp_apicid=0x`. This happens line 269 at src/console/vtxprintf.c.
... num = va_arg(args, unsigned int); ...
I moved this source tree to ubuntu 9.0.4_x86_64 box. Compiled again.
My box was correctly booted. I don't know why this happens.
Build Environment: - Gentoo Linux x86_64 - gcc: 4.5.2 - glibc: 2.12.2
* Yoo, Taik-Yon jaagar@gmail.com [110121 03:39]:
I built r6275 for my RS690/SB600 based box with debug level 8. This box did not boot up.
The last displayed console message is `bsp_apicid=0x`. This happens line 269 at src/console/vtxprintf.c.
... num = va_arg(args, unsigned int); ...
I moved this source tree to ubuntu 9.0.4_x86_64 box. Compiled again.
My box was correctly booted. I don't know why this happens.
Build Environment:
- Gentoo Linux x86_64
- gcc: 4.5.2
- glibc: 2.12.2
Your compiler is probably faulty. Can you please try with the coreboot reference toolchain (build with util/crossgcc/buildgcc) ?
Stefan
Stefan Reinauer wrote:
Build Environment:
- Gentoo Linux x86_64
- gcc: 4.5.2
- glibc: 2.12.2
Your compiler is probably faulty. Can you please try with the coreboot reference toolchain (build with util/crossgcc/buildgcc) ?
As an alternative, you can try emerge gcc with USE=vanilla.
//Peter
Thank you guys. The coreboot toolchain is worked properly.
2011/1/21 Peter Stuge peter@stuge.se:
Stefan Reinauer wrote:
Build Environment:
- Gentoo Linux x86_64
- gcc: 4.5.2
- glibc: 2.12.2
Your compiler is probably faulty. Can you please try with the coreboot reference toolchain (build with util/crossgcc/buildgcc) ?
As an alternative, you can try emerge gcc with USE=vanilla.
//Peter
-- coreboot mailing list: coreboot@coreboot.org http://www.coreboot.org/mailman/listinfo/coreboot