Hello,
Can someone please tell me if there is an ARM aarch64 gnat cross toolchain that I can use with alire on MacOS, and how to get it?
Thanks,
German
Hello,
Can someone please tell me if there is an ARM aarch64 gnat cross toolchain that I can use with alire on MacOS, and how to get it?
Thanks,
German
If you go to the alire-project’s Nightly release page you can download the aarch64 or the universal build.
Or you can go to the 2.0.2 release page where you’ll find the aarch64 build.
Or you can go to the ada-lang.io home page, where the blue Download Alire 2.0.2 for macOS button will download the aarch64 build noted above.
NB! you should run
% xattr -d com.apple.quarantine ~/Downloads/alr-2.0.2-bin/*/macos.zip
before unpacking the download.
These versions of alr
will install native aarch64 compilers via alr toolchain --select
.