-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Leveldb does not build for riscv64 as AtomicPointer is not implemented #93
Comments
The snappy error was due to the git submodules not being properly fetched. The classic-level needs to be fixed for RISCV64:
The important error part is |
lazyprogrammerio
changed the title
Leveldb does not build for riscv64
Leveldb does not build for riscv64 as AtomicPointer is not implemented
Jul 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Command run:
There are two issues: leveldb and snappy. Leveldb was solved by adding a riscv assembly macro for Atomic (will make a PR on it).
Snappy Error:
The text was updated successfully, but these errors were encountered: