Thread overview
Howto create a gcc crosscompiler for Raspberry Pi
Aug 05, 2019
Markus
Aug 05, 2019
JN
Aug 06, 2019
IGotD-
August 05, 2019
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
August 05, 2019
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?

August 06, 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