-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
building for Embedded RISC-V does not work #207
Comments
Am I doing something wrong or is this out of scope? |
Please provide the nix file you use, the command your run and the Rust project you are building, in order to find out what the issue is. |
the following repo contains the code + flake: |
do you have any ideas how to build this with nix? |
I just ran into a similar problem -- the issue is unrelated to rust-overlay. It's a problem with the combination of vendoring and naersk.buildPackage {
src = ./.;
additionalCargoLock = "${rust-toolchain}/lib/rustlib/src/rust/library/Cargo.lock";
}; |
I'm trying to make a flake for Embedded Development on
CH32V307
microcontrollers. I did getCargo build
working successfully, butnix build
doesn't work. When trying to do so it fails with the following error:The text was updated successfully, but these errors were encountered: