Howto create a gcc crosscompiler for Raspberry Pi

IGotD- nise at nise.com
Tue Aug 6 11:50:10 UTC 2019


On Monday, 5 August 2019 at 13:18:26 UTC, JN wrote:
> On Monday, 5 August 2019 at 06:48:23 UTC, Markus wrote:
>> Hello
>>
>> I wrote my first blog post ever. It's about "How to create a 
>> gcc cross compiler for C, C++, Go and D".
>> The languages C++ and D got a bit more focus ;-)
>> I'd love to get some feedback.
>> https://freckled.dev/how-to/2019/07/29/create-gcc-crosscompiler/
>>
>> Have fun
>> Markus
>
> Is something like this possible on Windows also? With LDC maybe?


The LDC version should be a cross compiler by default.

LDC also provide with a tool to cross compile the runtime and the 
libaries, ldc-build-runtime.

https://wiki.dlang.org/Building_LDC_runtime_libraries


More information about the Digitalmars-d mailing list