Can GDC (or DMD) be built as a cross compiler ?? e.g. targeting ARM or MIPS or PowerPC, etc ?? I'm presuming this should be no problem for GCC ??
My development/host platforms are OS X and Debian Linux. Are there any prebuilt binaries for such cross-compilers ?? BTW, does GDC generate C++ code for GCC to compile, or does it directly generate object code ?? I'm presuming the latter. Can D be used in low-level drivers for Linux or other RTOS (e.g. freertos) ??