Closed luismgsilva closed 1 year ago
@luismgsilva so we need to rebase to a more recent upstream Buildroot I guess.
But apparently even the upstream master
of Buildroot doesn't have support for GCC 13, see https://git.buildroot.net/buildroot/tree/package/gcc/Config.in.host.
So we may either pick-up patches from say https://lists.buildroot.org/pipermail/buildroot/2023-May/667472.html or wait a bit ;)
If we want to do it ourselves, we need:
Or, alternatively take patches from Romain from https://github.com/RomainNaour/buildroot/commits/toolchain-builder-2023.05. I'll work on it.
After updating from
gcc12
togcc13
, it’s no longer feasible to generate a new Linux image utilizing the latest tool version. This is due to the impossibility of selecting the most recent compatible GCC version for the current toolchain.Therefore, can we upgrade the current buildroot version so we are able to generate the rootfs with
gcc13
, produce a new Linux image and boot with QEMU?