On Wednesday, 5 July 2023 at 17:00:53 UTC, HuskyNator wrote:
Using a simple single '.d' file with no imports: `Error: cannot find program 'cc'`

I haven't tried to compile to RiscV32, nor do know how it works. But this reads like LDC is not finding the C compiler it's trying to use.

LDC uses a C compiler to call the linker, instead to calling the linker directly.

Reply via email to