Building latest LDC on windows

Kai Nacke kai at redstar.de
Thu Sep 5 22:35:18 PDT 2013


On Thursday, 5 September 2013 at 17:16:41 UTC, Temtaime wrote:
> Hello, guys!
> Wanna to investigate in LDC on windows, but can't compile 
> druntime.
>
> druntime-ldc\src\rt\trace.d(836): Error: statement not allowed 
> in naked function
>
> Seems to be LDC mistake.

Hi,

how to you compile LDC? rt.trace.d is a part of druntime which is 
not supported by LDC on all platforms - it's excluded in the 
CMakeLists.txt file.

In general, LDC can be compiled on Windows 64 using CMake with 
the instructions from the wiki 
(http://wiki.dlang.org/Building_and_hacking_LDC_on_Windows_using_MSVC).

And yes, it is still alpha and every help is welcome.

Regards
Kai


More information about the digitalmars-d-ldc mailing list