Building a standalone druntime for LDC

David Nadlinger code at klickverbot.at
Sun May 13 14:56:48 UTC 2018


On Sunday, 13 May 2018 at 13:37:06 UTC, A. Nicholi wrote:
> I am trying to build LDC’s druntime by itself (without phobos) 
> […] Make says: “No rule to make target '../dmd/src/osmodel.mak'”

LDC uses its own CMake-based build system for druntime/Phobos, 
see runtime/CMakeLists.txt I'm the main repository.

The ldc-build-runtime tool streamlines (re)building certain 
runtime versions without having to manually manage the build 
process: https://wiki.dlang.org/Building_LDC_runtime_libraries

  —David


More information about the Digitalmars-d mailing list