They support arm because I build today GCC 14.2 for arm-none-symbianelf
target. Can you send error log?
Fiodar
20.08.2024 22:38:24 Georg Gast <georg-gcc@xxxxxxxxxxxxxxxx>:
Hi Gcc,
i tried to compile the gcc git repository 14.2 for arm-none-eabi. I
successfully comiled it for x86_64-linux-gnu. So i tried the --
build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=arm-none-eabi
and various combinations with multilib i looked up in the internet. All
failed.
As i saw in the release criteria for the next gcc 15.0 this platform
(arm-none-eabi) is not first nor secondary tier, i ask myself: Can this
only be compiled from the gcc source code from arm?
https://developer.arm.com/documentation/109845/13-3-Rel1/?lang=en
Thanks a lot!
Georg