ARM bare-metal programming in D

Andrew andrew at nowhere.com
Wed Oct 23 10:27:00 PDT 2013


I've been wrestling to get any version of a D compiler working on 
a pretty standard Debian distribution on ARM and it's a lost 
cause at the moment.

DMD doesn't support ARM,
LDC builds and can compile but any app crashes on launch,
GDC builds and can compile and can even run Hello World but 
anything that requires memory allocation crashes deep inside the 
d-runtime when it tries to jump to 0x0.

I think there is a lot of work to do to get ARM properly 
supported yet.

Regards

Andrew


More information about the Digitalmars-d mailing list