www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - GDC on ARM CPUs?

reply s_lange <s_lange ira.uka.de> writes:
I know there are ways to get GDC working on ARM CPUs, but I'm interested 
to know whether there is also an ARM version of the DMD compiler. If it 
isn't yet, then if it is planned or scheduled to port it to ARM, and if 
it already is, in what status it currently is.

I'm specifically interested on wether there is a way to get DMD running 
on ARM Cortex CPUs, which have a ARMv7 architecture.

regards Lange
Nov 24 2009
next sibling parent "Denis Koroskin" <2korden gmail.com> writes:
On Tue, 24 Nov 2009 19:14:06 +0300, s_lange <s_lange ira.uka.de> wrote:

 I know there are ways to get GDC working on ARM CPUs, but I'm interested  
 to know whether there is also an ARM version of the DMD compiler. If it  
 isn't yet, then if it is planned or scheduled to port it to ARM, and if  
 it already is, in what status it currently is.

 I'm specifically interested on wether there is a way to get DMD running  
 on ARM Cortex CPUs, which have a ARMv7 architecture.

 regards Lange
Not DMD. Its backend is bound to x86 platform as far as I can tell.
Nov 24 2009
prev sibling parent reply Moritz Warning <moritzwarning web.de> writes:
On Tue, 24 Nov 2009 17:14:06 +0100, s_lange wrote:

 I know there are ways to get GDC working on ARM CPUs, but I'm interested
 to know whether there is also an ARM version of the DMD compiler. If it
 isn't yet, then if it is planned or scheduled to port it to ARM, and if
 it already is, in what status it currently is.
 
 I'm specifically interested on wether there is a way to get DMD running
 on ARM Cortex CPUs, which have a ARMv7 architecture.
 
 regards Lange
apart from gdc, ldc might work as well http://dsource.org/projects/ldc.
Nov 24 2009
parent s_lange <s_lange ira.uka.de> writes:
Moritz Warning schrieb:
 
 apart from gdc, ldc might work as well http://dsource.org/projects/ldc.
This looks quiet promising, except it still is beta, but hopefully this will get changed
Nov 24 2009