https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119277

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
For Ada, you need to build a native compiler of the same version before you can
buld a cross compiler of that version.  

This is recommeneded way too:
https://gcc.gnu.org/install/prerequisites.html

```
GNAT
...
In order to build a cross compiler, it is strongly recommended to install the
new compiler as native first, and then use it to build the cross compiler.
Other native compiler versions may work but this is not guaranteed and will
typically fail with hard to understand compilation errors during the build.
```

Reply via email to