Windows --> arm-linux cross compiler and lld

Jacob Carlborg doob at me.com
Mon Apr 9 07:15:16 UTC 2018


On Monday, 9 April 2018 at 06:59:43 UTC, Jacob Carlborg wrote:

> You can link with Clang instead of GCC by setting the `CC` 
> environment variable. Clang is already a cross-compiler. Using 
> the `-isysroot` you can specify the root directory where it 
> tries to find libraries, includes and binaries.

You can also have a look at ELLCC [1], a cross-compiler built on 
Clang.

[1] http://ellcc.org

--
/Jacob Carlborg


More information about the digitalmars-d-ldc mailing list