Skip to content
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

Update Docker flow #93

Open
disdi opened this issue Dec 13, 2023 · 2 comments
Open

Update Docker flow #93

disdi opened this issue Dec 13, 2023 · 2 comments

Comments

@disdi
Copy link

disdi commented Dec 13, 2023

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

@paulsc96
Copy link
Collaborator

paulsc96 commented Jan 3, 2024

Which version are you using exactly? Our doc specifies >= 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.

@disdi
Copy link
Author

disdi commented Jan 9, 2024

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.

@paulsc96 paulsc96 changed the title riscv64-unknown-elf-gcc : unsupported ISA subset `z' Update Docker flow Jan 10, 2024
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

No branches or pull requests

2 participants