On 10.11.20 00:38, Peter Stuge wrote:
Branden Waldner wrote:
Is there an expected minimal system gcc version and if so, is it documented? I couldn't find it noted anywhere.
I don't think it's documented. As you already noticed, we depend on a 3rdparty library (vboot), so we actually don't know the minimum.
There's the crossgcc tool and make target to create a known-working toolchain for building coreboot.
Only for the cross-compilation part, though. For the build utils, the system's toolchain is used.
Nico