www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Using DMD on Raspberry Pi

reply Valthorn <valthorn outlook.com> writes:
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
parent Jonathan M Davis <newsgroup.d jmdavisprog.com> writes:
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