Trouble with Cortex-M "Hello World"

John Colvin via Digitalmars-d digitalmars-d at puremagic.com
Fri Apr 3 08:05:20 PDT 2015


On Friday, 3 April 2015 at 14:39:35 UTC, Jens Bauer wrote:
> On Friday, 3 April 2015 at 14:22:43 UTC, Kai Nacke wrote:
>> On Wednesday, 1 April 2015 at 13:59:34 UTC, Johannes Pfau 
>> wrote:
>>> I'm not sure if anybody ever used GDC/DMD/LDC on a big-endian 
>>> system.
>>
>> LDC is endian-clean. I used LDC on big-endian Linux/PPC64.
>
> Unfortunately, I can't b uild LLVM on my PowerMac. :/
>
> ... I find it a little strange that LDC is endian-clean; don't 
> they all use the same parser ?

LDC's frontend is a fork of DMD's frontend - modified to use LLVM 
backend and a few other tweaks - that tracks upstream. Not 
exactly "the same".


More information about the Digitalmars-d mailing list