www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Raspberry PI zero

reply Andrea Fontana <nospam example.com> writes:
Can gdc or ldc compile for this platform:

https://www.raspberrypi.org/blog/raspberry-pi-zero/

?
Nov 26 2015
parent reply Jakob Ovrum <jakobovrum gmail.com> writes:
On Thursday, 26 November 2015 at 10:47:39 UTC, Andrea Fontana 
wrote:
 Can gdc or ldc compile for this platform:

 https://www.raspberrypi.org/blog/raspberry-pi-zero/

 ?
It's Linux/ARM, so yes, both GDC and LDC can target it.
Nov 26 2015
parent =?UTF-8?B?QW5kcsOp?= <Andre nospam.org> writes:
On Thursday, 26 November 2015 at 11:45:07 UTC, Jakob Ovrum wrote:
 On Thursday, 26 November 2015 at 10:47:39 UTC, Andrea Fontana 
 wrote:
 Can gdc or ldc compile for this platform:

 https://www.raspberrypi.org/blog/raspberry-pi-zero/

 ?
It's Linux/ARM, so yes, both GDC and LDC can target it.
FYI I have a Raspberry Pi 2 with Debian jessie installed and I got a gdc 4.9.2 version out of standard repositories. For the latest DUB version a precompiled ARM binary is provided which runs nicely on my raspberry.
Nov 26 2015