April 17

Hi, can i use dmd on raspberry pi? Does the compiler have ARM support? Or do you recommend I use LDC or GDC?

April 17
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