digitalmars.D - Howto create a gcc crosscompiler for Raspberry Pi
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
Aug 04 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 MarkusIs something like this possible on Windows also? With LDC maybe?
Aug 05 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: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_librariesHello 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 MarkusIs something like this possible on Windows also? With LDC maybe?
Aug 06 2019