-
Notifications
You must be signed in to change notification settings - Fork 894
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
support openwrt riscv64 arch? #518
Comments
Not until OpenWrt makes a point release for it. |
Just to note, the error I reported above is fixed by chromium/chromium@a140a4b but there are a bunch of other errors, which means riscv64 support has not been fully merged into chromium yet. |
smallprogram
pushed a commit
to xiaorouji/openwrt-passwall
that referenced
this issue
Jun 3, 2023
No rushing here. It will be supported when upstreams support it |
sbwml
pushed a commit
to sbwml/openwrt_helloworld
that referenced
this issue
Jun 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Recently, openwrt master branch introduced a new riscv64 architecture: https://github.com/openwrt/openwrt/blob/main/target/linux/sifiveu/Makefile, and the SDK is available at https://downloads.openwrt.org/snapshots/targets/sifiveu/generic/openwrt-sdk-sifiveu-generic_gcc-12.3.0_musl.Linux-x86_64.tar.xz
However, compiling naiveproxy against the SDK results in:
Is it possible to enable compilation for riscv64?
The text was updated successfully, but these errors were encountered: