Arnaud Charlet wrote:
1) Is it supposed to work? (i.e. building an Ada cross compiler 4.3 by a
4.2 compiler)
No, as documented, you need a matching native compiler to build a cross Ada
compiler (e.g. build from the same 4.3 sources a native compiler first, and
then use it to build the cros
> 1) Is it supposed to work? (i.e. building an Ada cross compiler 4.3 by a
> 4.2 compiler)
No, as documented, you need a matching native compiler to build a cross Ada
compiler (e.g. build from the same 4.3 sources a native compiler first, and
then use it to build the cross compiler).
> 2) does i
I am trying to build a cross compiler based on the current 4.3 snapshot
with a native compiler based on V4.2.1 (Host=mingw, target=avr).
Building the cross-gnattools fails with some errors about type mismatch
in make.adb (system.strings.string_access vs. gnat.strings.string_access).
1) Is it s