-
-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need native ARM64 Linux toolchain #1509
Comments
Hello @pmunts, it's on our TODO list :) In the meantime, I am pretty sure Debian will provide a GNAT package that you can use. |
Me too! I currently use |
@pmunts we internally build our own ARM64 linux toolchain for Ada (including all those tools I mentioned above and more). It's not in our public repository at the moment but we would be more than happy to make it public to share. Ideally it would be hosted with their amd64 counterparts. If you let me know what tools you want first I can prioritize moving those builds to our public repository or just send them to you. |
@dalybrown Making your ARM64 toolchain public would be great! Whenever I try to build them myself, mainly |
How soon do you need it all? I'm swamped over the next few weeks but early spring I can move all our toolchains builds to GitHub. I planned to do that already anyways at some point. |
I noticed a bit of work on arm64 tooling ... but it seems mostly for Apple Silicon. Is it still the plan to have all the tooling available for linux arm64 @mosteo ? I'm currently building everything I mentioned above and it's a pain to maintain! |
Hi @dalybrown, I'm not involved in the work on particular compiler architectures. I guess @Fabien-Chouteau will know better. |
Yes
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Alejandro R Mosteo ***@***.***>
Sent: Friday, July 26, 2024 5:21:45 AM
To: alire-project/alire ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [alire-project/alire] Need native ARM64 Linux toolchain (Issue #1509)
Hi @dalybrown<https://github.com/dalybrown>, I'm not involved in the work on particular compiler architectures. I guess @Fabien-Chouteau<https://github.com/Fabien-Chouteau> will know better.
—
Reply to this email directly, view it on GitHub<#1509 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BIV274XGDDS2BRW5HB5IUILZOIIKTAVCNFSM6AAAAABAAR27W6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJSGMZDMNRXGQ>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Right on. I'll let him reply and go from there. |
I see that the work on the ARM64 tooling is mostly for Apple Silicon. Are there any plans to make this tooling available for Linux ARM64? Maintaining all the builds is proving to be a challenge. I am curious to know if there are any plans or updates on this front. Thank you.
Get Outlook for iOS<https://aka.ms/o0ukef>
…________________________________
From: Daly Brown ***@***.***>
Sent: Friday, July 26, 2024 11:44 AM
To: alire-project/alire ***@***.***>
Cc: Eliana ***@***.***>; Comment ***@***.***>
Subject: Re: [alire-project/alire] Need native ARM64 Linux toolchain (Issue #1509)
Hi @dalybrown<https://github.com/dalybrown>, I'm not involved in the work on particular compiler architectures. I guess @Fabien-Chouteau<https://github.com/Fabien-Chouteau> will know better.
Right on. I'll let him reply and go from there.
—
Reply to this email directly, view it on GitHub<#1509 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BIV274XLDNN2JYR7T4K6EZDZOJVGRAVCNFSM6AAAAABAAR27W6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENJTGAZTAMJSGI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Hi,
Because GitHub now provides Actions runners for Apple arm64 platforms. Which is not the case for other OSes, so we are limited in what we can do here. |
Ok! Does GitHub allow you to run docker on the Apple arm64 runners? If so, it would be straightforward to build the tools. I'm happy to contribute to that (I already build all the tools for linux arm64 using qemu + docker on amd64 machines and then just docker on my Mac M1). |
to run on 64-bit Raspberry Pi OS (which is based on arm64 Debian 12). ARM64 Linux computers are becoming mainstream; I even saw an ARM64 Chromebook at Best Buy on Black Friday.
The text was updated successfully, but these errors were encountered: