On Wednesday, April 17, 2024 4:29:25 PM MDT Valthorn via Digitalmars-d wrote: > Hi, can i use dmd on raspberry pi? Does the compiler have ARM > support? Or do you recommend I use LDC or GDC? dmd only supports x86/x86_64. You would need LDC or GDC for any other architecture. - Jonathan M Davis