Hannah McLaughlin

Results 12 comments of Hannah McLaughlin

> Are there Docker images for RISC-V, and has anyone had success running them under QEMU? I found this tracker for the progress of Docker RISC-V support https://github.com/carlosedp/riscv-bringup#virtual-machine-and-pre-built-docker It's not...

I think I should have been a little clearer about my requirements here. I want to run `llvmlite` on my x86_64 Linux computer, but generate code for a RISC-V target,...

Yes, indeed :smile: I have this working locally by following the manual build instructions in the `llvmlite` docs, but setting the `LLVM_TARGETS_TO_BUILD` environment variable to `host;RISCV`.

Ah thanks for that @seibert -- it's less of an increase than I thought, I'm glad you think it might make sense to add RISC-V as a target. I was...

Thanks @sbourdeauducq > I'm afraid we do not have time to do that - our quota for thankless work is already exceeded by having to support Windows :) :laughing: I...

Wonderful, thank you @seibert. I'm happy for this issue to be closed if/when that PR is accepted. I will consider opening a separate issue for Cortex A9 support. It's not...

Thanks again @seibert, I look forward to seeing what others think.

I think the issue is just that only a cdylib is built, and no rust lib. Perhaps the `crate-type = ["cydlib"]` line in the Cargo.toml could be updated?

Thanks for getting back to me @marcells, I've been on holiday so sorry for the late response! Adding another service sounds like a good way to tackle this :) I'm...