www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - I need dmd2's Arm platform compile.

reply "Brian" <zoujiaqing gmail.com> writes:
I need to use DMD compilation arm or arm64 version, don't know 
DMD now support for the arm.

I think it is very important to the arm of a structure, such as 
rust/go is good enough to support the architecture.

I hope we can improve in arm.
Apr 19 2015
next sibling parent Jonathan M Davis via Digitalmars-d <digitalmars-d puremagic.com> writes:
On Sunday, April 19, 2015 18:45:25 Brian via Digitalmars-d wrote:
 I need to use DMD compilation arm or arm64 version, don't know
 DMD now support for the arm.

 I think it is very important to the arm of a structure, such as
 rust/go is good enough to support the architecture.

 I hope we can improve in arm.
dmd only supports x86 and x86_64, and I wouldn't expect that to change, given the backend that it uses and how much work it would be to add additional platforms. If you want support for other plaftorms, you're going to have to look at ldc or gdc. I know that work has been done to support ARM there, but I don't know what its current state is. - Jonathan M Davis
Apr 19 2015
prev sibling parent "Kai Nacke" <kai redstar.de> writes:
On Sunday, 19 April 2015 at 18:45:26 UTC, Brian wrote:
 I need to use DMD compilation arm or arm64 version, don't know 
 DMD now support for the arm.

 I think it is very important to the arm of a structure, such as 
 rust/go is good enough to support the architecture.

 I hope we can improve in arm.
See here for a solution: http://forum.dlang.org/post/ycmpuxtbeybrfjdtmiit forum.dlang.org Regards, Kai
Apr 21 2015