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

rikki cattermole via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Aug 2 21:24:59 PDT 2016


On 03/08/2016 4:31 AM, 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

GDC may work, but you will need to handle all the interfacing code to 
the platform. Also don't expect e.g. threading to work I suspect.



More information about the Digitalmars-d-learn mailing list