DMD on ARM/Linux (for controlling EV3 Lego Mindstorm)?

Seb via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Aug 2 21:34:33 PDT 2016


On Tuesday, 2 August 2016 at 16:31:30 UTC, Sai wrote:
> I see that there are ports of go compiler on ev3dev (ARM, 
> debian based) for controlling the EV3 lego mindstorm robot. 
> (http://www.ev3dev.org/docs/libraries/)
>
> Is there a port of a D compiler for ARM? How about libraries? I 
> need a basic file IO and console IO for controlling the robot.
>
> Thanks in advance
> Sai

The reference compiler DMD doesn't support ARM, but LDC does and 
since recently it's quite up-to-date with the latest D-frontend 
release.
Have a look at the LDC wiki entry and the linked entries:

https://wiki.dlang.org/LDC#ARM


More information about the Digitalmars-d-learn mailing list