digitalmars.D - GDC on ARM CPUs?
- s_lange <s_lange ira.uka.de> Nov 24 2009
- "Denis Koroskin" <2korden gmail.com> Nov 24 2009
- Moritz Warning <moritzwarning web.de> Nov 24 2009
- s_lange <s_lange ira.uka.de> Nov 24 2009
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
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
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
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









"Denis Koroskin" <2korden gmail.com> 