Compiling to RiscV32

Dukc ajieskola at gmail.com
Thu Jul 6 17:42:10 UTC 2023


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.


More information about the Digitalmars-d-learn mailing list