DMD AArch64 takes its first breath!

Walter Bright newshound2 at digitalmars.com
Sat Jul 13 05:22:09 UTC 2024


I got the #RaspberryPi #AArch64 box set up (I've had it for many years, never 
did nuttin with it). Setup went smoothly.

Compiled:

```
int main() { return 0; }
```

with -arm and -betterC switches.

Copied the .o file over to the Pi, linked it there, and ran it.

It ran!

That went far better than expected. It's got a long way to go, but damn.

Next up: getting hello world to work


More information about the Digitalmars-d mailing list