LDC with MSP430

Johan Engelen via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Wed Jul 5 14:16:11 PDT 2017


On Wednesday, 5 July 2017 at 18:16:39 UTC, Luís Marques wrote:
> 
> It seems that `clang --target=msp430 -c test.c` generates an 
> object file successfully, while `ldc2 -O2 -mtriple=msp430 -c 
> test.d` fails:

Perhaps it's good to verify that the clang and LDC triples are 
the same.
Just the first thing that came to mind,
  Johan


More information about the digitalmars-d-ldc mailing list