You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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".
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
The text was updated successfully, but these errors were encountered: