digitalmars.D - DMD AArch64 takes its first breath!
- Walter Bright (11/11) Jul 12 I got the #RaspberryPi #AArch64 box set up (I've had it for many years, ...
- IchorDev (2/14) Jul 21 I had no idea this was in store for us!
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
Jul 12
On Saturday, 13 July 2024 at 05:22:09 UTC, Walter Bright wrote: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 workI had no idea this was in store for us!
Jul 21