digitalmars.D - D from ARM?
- Axel Heider (3/3) Jun 23 2007 HI,
- Alexander Panek (7/12) Jun 23 2007 AFAIK, D (& Tango) runs on the Nokia 770 thingie, which is powered by an...
- Anders Bergh (9/12) Jun 23 2007 I've got GDC working with devkitARM, toolchain for Nintendo DS, Game
HI, Can the D compiler create ARM binaries? Did anybody try programming ARM applications in D? Axel
Jun 23 2007
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
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