-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can i build aleo on riscv64? #3364
Comments
It is not officially supported; as you can see, the You may try building with the |
thanks to your reply, but if i try to delete the feature "rocks" in the Cargo.toml file |
It seems that the node is currently hardcoded to use the persistent storage for both client and validator nodes; however, you could try introducing the following changes to go memory-only:
(you can hand-pick these changes or save this snippet and |
Thank you for your reply, I tried to modify the code with the method you provided, but it still can't be installed on riscv, cloud you tell me whichmalloc (jemalloc or glibc or tcmalloc) is needed for this program on RISC v. I've tried export LD_PRELOAD= RISC v version of these libraries, but I still get the error,Thanks again!!!! |
You may use any allocator that RISC-V supports. The OS allocator should be used by default; I'm not sure why it wouldn't work, but you're free to use a different one that does. |
🐛 Bug Report
rustc 1.76.0 (07dca489a 2024-02-04)
when i build aleo on riscv64
The text was updated successfully, but these errors were encountered: