Ada in Windows On ARM

Hi! I been using ada for almost a while, I come to see that ada isn’t available in windows on arm, I was wonder if it is possible to create a binary or source that would work in windows on arm?

Hi @CookCheeseLoaf!

welcome to the community :slight_smile: Mmmm… I believe GCC added support for Windows on ARM for a bit… Regarding Ada, afaik, it has no RTS (run-time system) for Windows on ARM… This needs to be added… I need to see if we can do it…

Best regards,
Fer

1 Like

Actually, I just took a look at the Makefile.rtl, which is one of the main pieces in all of this and it does not look like it couldn’t be built… Making sure you're not a bot!

There are some x86 specific parts, but not a lot… Probably something else also needs to be patched out, but still, it seems like it either “just kinda works” or “needs small patching”…