On Saturday, 31 December 2016 at 11:49:52 UTC, Nicholas Wilson
wrote:
On Saturday, 31 December 2016 at 11:36:47 UTC, e-y-e wrote:
...
First step is to build the riscv-llvm and then use it to build
LDC with it.
If you are trying to do low level stuff then the druntime is
probably out.
Search for embedded d (ARM cortex M, 5(?) part series) for how
to get rid of it (can't find it atm), or ask Adam.
Anyway, good luck!
Thanks, I'll look around, I have an ARM Cortex M based Arduino
board so I could test out the process using that.