We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make sw-all fails for gcc version below gcc version 12.x . Prebuilt toolchain used in Dockerfile for workflow also fails.
make sw-all
Suggest to use prebuilt from here or build from source
The text was updated successfully, but these errors were encountered:
Which version are you using exactly? Our doc specifies >= 11.2.0.
>= 11.2.0
Sadly, the ISA strings accepted by RISC-V GCC are not stable across versions; there's nothing we can do about that.
Sorry, something went wrong.
I am able to build with gcc 12.x. Could you update Dockerfile which still uses gcc 8.3 so that it is consistent with your doc.
No branches or pull requests
make sw-all
fails for gcc version below gcc version 12.x .Prebuilt toolchain used in Dockerfile for workflow also fails.
Suggest to use prebuilt from here or build from source
The text was updated successfully, but these errors were encountered: