How does one get the eabi target in Alire

When I do alr toolchain --select It doesn’t list the arm-none-eabi target as one of the toolchain options. I see arm-elf but I was under the impression that was a different target type. In the past I had always used arm-none-eabi.

Can anyone give me some insight on which toolchain is the correct one for cross compilation to arm m0/m0p (from windows)? Totally bare metal no OS.

arm-elf and arm-eabi are the same thing. It’s just an alias.

2 Likes