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
Add an option to use cargo instead of cross?
This would require natively installed riscv64-unknown-elf-gcc instead of cross and docker.
This can be an option in the config file and can be overridden with an environment variable.
The text was updated successfully, but these errors were encountered:
Just noticed that gcc is not necessary if there's no C code to build. Default linker is rust-lld.
Sorry, something went wrong.
No branches or pull requests
Add an option to use cargo instead of cross?
This would require natively installed riscv64-unknown-elf-gcc instead of cross and docker.
This can be an option in the config file and can be overridden with an environment variable.
The text was updated successfully, but these errors were encountered: