I want learn RISC-V and write a simple kernel on it using d. but can not find any support about RISC-V.
Thread overview | |||||
---|---|---|---|---|---|
|
June 06, 2021 Now can build and run d on RISC-V arch? | ||||
---|---|---|---|---|
| ||||
June 06, 2021 Re: Now can build and run d on RISC-V arch? | ||||
---|---|---|---|---|
| ||||
Posted in reply to lili | On Sunday, 6 June 2021 at 04:14:20 UTC, lili wrote: >I want learn RISC-V and write a simple kernel on it using d. but can not find any support about RISC-V. LDC can compile for riscv 32 and 64 bit. https://github.com/ldc-developers/ldc/releases/tag/v1.26.0 use |
June 06, 2021 Re: Now can build and run d on RISC-V arch? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nicholas Wilson | On Sunday, 6 June 2021 at 04:53:08 UTC, Nicholas Wilson wrote: >On Sunday, 6 June 2021 at 04:14:20 UTC, lili wrote: >I want learn RISC-V and write a simple kernel on it using d. but can not find any support about RISC-V. LDC can compile for riscv 32 and 64 bit. https://github.com/ldc-developers/ldc/releases/tag/v1.26.0 use Thanks a lot. |