Compiling DMD for *nix platforms

Anders Bergh anders1 at gmail.com
Tue May 6 23:37:39 PDT 2008


On Wed, May 7, 2008 at 8:03 AM, Leo Singer <aronnax at umd.edu> wrote:
>  Sweet!  That's exactly what I want.
>  I've heard some rumors about using gcc's backends for other platforms to use D on embedded systems.
>  That's exactly why I'm interested in D.  What would need to be done to make a cross-compiler for <insert
>  favorite gcc backend here>?
>

Same as with any other gcc frontend, I don't know the details 100% but
I did have a gdc cross compiler for an ARM target. But you need to
port the runtime library too for any useful apps to run.

Anders



More information about the Digitalmars-d mailing list