embedded-trainings-2020/embedded-workshop-book/src/troubleshoot-cargo-build.md
2020-07-13 17:41:37 +02:00

326 B

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.