Actions
Bug #240
closedcbfstool fails to build with old gcc due to compiler bugs
Start date:
10/27/2019
Due date:
% Done:
0%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
Steps to Reproduce¶
- Choose any chipset
- Select GRUB2 as payload
- make crossgcc-i386 CPUS=6 #succeeds
- make
Output¶
Build failure
Host Machine GCC version¶
4.8.5
Logs¶
Attached
Remedy¶
Update host machine GCC to latest version available : gcc-8.
Comments¶
However, coreboot should be able to use the internal toolchain built above in step 3, to make step 4. But looks like its dependent on the host compiler.
Files
Updated by Patrick Georgi almost 5 years ago
- Subject changed from Coreboot fails to build to cbfstool fails to build with old gcc due to compiler bugs
- Status changed from New to In Progress
Actions