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

2016-08-02 Thread Sai via Digitalmars-d-learn
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

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

2016-08-02 Thread rikki cattermole via Digitalmars-d-learn
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

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

2016-08-02 Thread Seb via Digitalmars-d-learn
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

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

2016-08-03 Thread Kagamin via Digitalmars-d-learn
There's also official armv7hf release https://github.com/ldc-developers/ldc/releases

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

2016-08-21 Thread Sai via Digitalmars-d-learn
Thanks all for your replies. I tried to use GDC first, I couldn't find windows binary targeting windows (for initial testing) which I thought was weird. https://gdcproject.org/downloads So I tried to build it in Cygwin env, using these instructions: http://wiki.dlang.org/GDC/Installation/Gene

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

2016-08-21 Thread rikki cattermole via Digitalmars-d-learn
On 22/08/2016 5:22 PM, Sai wrote: Thanks all for your replies. I tried to use GDC first, I couldn't find windows binary targeting windows (for initial testing) which I thought was weird. https://gdcproject.org/downloads So I tried to build it in Cygwin env, using these instructions: http://wiki