Windows --> arm-linux cross compiler and lld

Kagamin spam at here.lot
Wed Apr 11 20:19:24 UTC 2018


On Monday, 9 April 2018 at 01:45:38 UTC, Mike Franklin wrote:
> Well, actually, I suppose libc, libm, libpthread, and whatever 
> else is needed to create a binary is actually provided by the 
> target, and not by the GNU toolchain.  I suppose I could copy 
> the necessary .a/.o/.so files to the Windows host, but is there 
> some way to have ldc invoke lld.exe on the host, or will I have 
> to resort to -c (separate compile and link) to avoid having to 
> provision a windows GCC toolchain?

You can write a small program (in D) named "gcc", that will 
forward arguments to lld.


More information about the digitalmars-d-ldc mailing list