Closed gcp-development closed 10 months ago
I am happy to accept a PR that adds riscv32 support. I suggest we start with riscv32gc-unknown-linux-gnu since we can just copy-paste-edit the changes from PR #1627, at least for for target.h, mk/cargo.sh, mk/install-build-tools.sh.
As for espidf, that probably needs a couple of additional tweaks for getrandom
. If there's a way to use qemu-user to target espidf then that would help.
Closing as a duplicate of #1765.
Fair enough.
Nevertheless, the "riscv32imac-esp-espidf" is more similar the way the "armv7-unknown-linux-musleabihf" (With the emu setup for riscv32) was setup in your code than the current "riscv64gc-unknown-linux-gnu".
Thanks.
Hello,
My target is "riscv32imac-esp-espidf" and I am using the riscv64-unknown-elf-gcc to compile the ring library.
But I am getting the error below :
I am assuming that the current ring crate does not have the target "riscv32imac-esp-espidf".
There is any plan in the future to add this target or any riscv32 target ?
Thanks