mirror of
https://github.com/ferrous-systems/embedded-trainings-2020.git
synced 2025-01-09 15:55:37 +00:00
Update embedded-workshop-book/src/troubleshoot-cargo-build.md
Co-authored-by: James Munns <james.munns@ferrous-systems.com>
This commit is contained in:
parent
43619ea87f
commit
cf2b5db798
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
# `cargo-build` fails to link
|
||||
|
||||
If you have configured Cargo to use sscache then you'll need to disable sscache support. Unset the `RUSTC_WRAPPER` variable in your environment *before* opening VS code. Run `cargo clean` from the Cargo workspace you are working from (`beginner/apps` or `advanced/firmware`). Then open VS code.
|
||||
If you have configured Cargo to use sccache then you'll need to disable sccache support. Unset the `RUSTC_WRAPPER` variable in your environment *before* opening VS code. Run `cargo clean` from the Cargo workspace you are working from (`beginner/apps` or `advanced/firmware`). Then open VS code.
|
||||
|
|
Loading…
Reference in a new issue