cross compiling linux -> windows
Oleg B via digitalmars-d-ldc
digitalmars-d-ldc at puremagic.com
Wed Mar 22 07:03:01 PDT 2017
On Wednesday, 22 March 2017 at 13:08:07 UTC, kinke wrote:
> On Wednesday, 22 March 2017 at 12:35:16 UTC, Oleg B wrote:
>> Hello. I'm try to cross build example program and get some
>> error.
>
> Hi Oleg, MinGW isn't supported anymore, see release notes.
> Using the 32-bit MSVC triple `i686-pc-windows-msvc` should work.
Thanks, it works and now I get .obj output. ldc not support cross
linking and I must use external tools for this?
More information about the digitalmars-d-ldc
mailing list