digitalmars.D - Using DMD on Raspberry Pi
- Valthorn (2/2) Apr 17 Hi, can i use dmd on raspberry pi? Does the compiler have ARM
- Jonathan M Davis (4/6) Apr 17 dmd only supports x86/x86_64. You would need LDC or GDC for any other
Hi, can i use dmd on raspberry pi? Does the compiler have ARM support? Or do you recommend I use LDC or GDC?
Apr 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
Apr 17