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
Actions