www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - D from ARM?

reply Axel Heider <axelheider gmx.de> writes:
HI,

Can the D compiler create ARM binaries? Did anybody try programming ARM
applications in D?

Axel
Jun 23 2007
next sibling parent Alexander Panek <a.panek brainsware.org> writes:
AFAIK, D (& Tango) runs on the Nokia 770 thingie, which is powered by an 
ARM processor.

There should be a thread on that in both d.D.announce and d.D from a 
while back.

Kind regards,
Alex

Axel Heider wrote:
 HI,
 
 Can the D compiler create ARM binaries? Did anybody try programming ARM
applications in D?
 
 Axel
Jun 23 2007
prev sibling parent "Anders Bergh" <anders1 gmail.com> writes:
I've got GDC working with devkitARM, toolchain for Nintendo DS, Game
Boy Advance etc. It creates ARM applications, but I haven't set up
Phobos or Tango yet, and there seems to be some kind of newlib +
gcc/gdc issue, so it doesn't work with C applications for some reason.

You should be able to build a cross compiler and just add d to
--enable-languages when running the gcc configure script for ARM.

On 6/23/07, Axel Heider <axelheider gmx.de> wrote:
 HI,

 Can the D compiler create ARM binaries? Did anybody try programming ARM
applications in D?

 Axel
-- Anders
Jun 23 2007