Hi!

On Mon, Mar 22, 2021 at 02:06:27PM -0300, Matheus Castanho wrote:
> 
> Cross builds on Advance Toolchain have been broken since GCC commit
> '781183595ac Add conversions between _Float128 and Decimal' [0].

This is a problem in AT's build system.  See
  https://gcc.gnu.org/install/prerequisites.html
(second item):
  In order to build GCC, the C standard library and headers must be
  present [...]

You usually just provide a sysroot of an older (but new enough) install,
if you want to rebuild libc.  Sometimes that requires to build GCC again
after you installed the new libc (but usually not).  This is normal.


Segher

Reply via email to