LDC 1.2.0-beta1 has been released!

Joakim via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Fri Mar 24 10:22:31 PDT 2017


On Friday, 24 March 2017 at 08:11:15 UTC, Radu wrote:
> On Friday, 24 March 2017 at 07:30:58 UTC, Radu wrote:
>> On Friday, 24 March 2017 at 06:19:34 UTC, Joakim wrote:
>>> [...]
>>
>> I tried a couple of things
>>
>> ldc2 -mtriple=arm-none-linux-gnueabi -gcc=arm-linux-gnueabi-gcc
>>
>> [...]
>
> Did a small test in C++ using the gcc cross compiler and 
> exceptions are working with the same ABI and cpu name and arch 
> as the ones I got with ldc. So eabi version is not an issue 
> here.

OK, looking up that CPU now, it's an old ARMv5 core, whereas 
we've tested on ARMv6 at best.  If you want to use ldc for that, 
you may need to help port ldc/druntime to those older embedded 
cores.


More information about the digitalmars-d-ldc mailing list