www.digitalmars.com         C & C++   DMDScript  

D.gnu - Mingw. Compile for arm

reply "Glap" <Zered inbox.ru> writes:
Can I get somewhere gdc for build arm programs?

Thank you.
Feb 09 2013
next sibling parent reply "jerro" <a a.com> writes:
On Saturday, 9 February 2013 at 21:30:28 UTC, Glap wrote:
 Can I get somewhere gdc for build arm programs?

 Thank you.
You can build GDC cross compiler for ARM using crosstool-ng. See the instructions here: http://gdcproject.org/wiki/Cross%20Compiler/crosstool-NG
Feb 09 2013
parent "Glap" <Zered inbox.ru> writes:
On Sunday, 10 February 2013 at 01:08:09 UTC, jerro wrote:
 On Saturday, 9 February 2013 at 21:30:28 UTC, Glap wrote:
 Can I get somewhere gdc for build arm programs?

 Thank you.
You can build GDC cross compiler for ARM using crosstool-ng. See the instructions here: http://gdcproject.org/wiki/Cross%20Compiler/crosstool-NG
I need for mingw. Can it make gdc.exe and other tools?
Feb 10 2013
prev sibling parent Dejan Lekic <dejan.lekic gmail.com> writes:
Glap wrote:

 Can I get somewhere gdc for build arm programs?
 
 Thank you.
Question is - is there a MinGW GCC cross-compiler toolchain that can target ARM? If so, rebuild it with D enabled and you may succeed. -- Dejan Lekic dejan.lekic (a) gmail.com http://dejan.lekic.org
Feb 11 2013