Building for ARM with LDC

Joakim via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Tue Aug 26 10:56:08 PDT 2014


On Tuesday, 26 August 2014 at 17:04:41 UTC, Kai Nacke wrote:
> On Tuesday, 26 August 2014 at 11:54:02 UTC, Joakim wrote:
>> I'm going to try cross-compiling and running the unit tests 
>> next.
>> What should I expect?
>
> I still have trouble with binaries compiled without 
> optimization. Using -O1 or higher works.
Yes, I ran into this also: it tries to run some module ctor and 
dies, but only if compiled with -O0.

My question is more how many of the unit tests should I expect to 
run?

>> I'll try merging David's old patch for ARM exception-handling 
>> from issue #489 at some point.
>
> I merged the easy part of the patch so expect some merge 
> conflicts.

Yep, I noticed that, had to slightly modify your long double 
patch in one place to get it to apply also.


More information about the digitalmars-d-ldc mailing list