Windows --> arm-linux cross compiler and lld

Mike Franklin slavo5150 at yahoo.com
Wed Apr 11 00:41:10 UTC 2018


On Wednesday, 11 April 2018 at 00:39:23 UTC, Mike Franklin wrote:

> I compile using ldc2-1.8.0-windows-x64:
> ldc2 -c main.d

Oops! forgot the most important part; the triple.  It should be 
something like this:

ldc2 -triple=arm-linux-gnueabihf -c main.d

Mike



More information about the digitalmars-d-ldc mailing list