On Tue, 20 Aug 2024, 20:38 Georg Gast, <georg-gcc@xxxxxxxxxxxxxxxx> wrote: > 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? > No, you can definitely cross compile it from x86_64 hosts. But we can't help you if you don't give us more information. How did you try to build it? How did it fail? Do you have binutils and newlib built for that target? > https://developer.arm.com/documentation/109845/13-3-Rel1/?lang=en > > Thanks a lot! > > Georg >