Skip to content

Fix riscv64 syscall tables#79

Merged
JakWai01 merged 1 commit into
JakWai01:mainfrom
kxxt:rv64fix
Apr 20, 2026
Merged

Fix riscv64 syscall tables#79
JakWai01 merged 1 commit into
JakWai01:mainfrom
kxxt:rv64fix

Conversation

@kxxt

@kxxt kxxt commented Mar 3, 2026

Copy link
Copy Markdown
Contributor

Fix the following build failure on riscv64:

no variant or associated item named `riscv_hwprobe` found for enum `syscalls::Sysno` in the current scope

syscalls crate v0.8 removed a lot of syscalls that do not exist at all for riscv64 so we follow suite. See https://github.com/jasonwhite/syscalls/blob/main/CHANGELOG.md#v080-major-version-bump for more details

Fix the following build failure on riscv64:
    no variant or associated item named `riscv_hwprobe` found for enum `syscalls::Sysno` in the current scope

syscalls crate v0.8 removed a lot of syscalls that do not exist at all for riscv64 so we follow suite.
See https://github.com/jasonwhite/syscalls/blob/main/CHANGELOG.md#v080-major-version-bump for more details
@JakWai01 JakWai01 merged commit ff051e4 into JakWai01:main Apr 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants