Thread overview
I need dmd2's Arm platform compile.
Apr 19, 2015
Brian
Apr 20, 2015
Jonathan M Davis
Apr 21, 2015
Kai Nacke
April 19, 2015
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.
April 20, 2015
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

April 21, 2015
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