digitalmars.D - D from ARM?
- Axel Heider <axelheider gmx.de> Jun 23 2007
- Alexander Panek <a.panek brainsware.org> Jun 23 2007
- "Anders Bergh" <anders1 gmail.com> Jun 23 2007
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









Alexander Panek <a.panek brainsware.org> 