You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install MSVC dependency for x86_64-pc-windows-msvc.
Without this dependency, the user will get an error during builds like:
error: linker `link.exe` not found
|
= note: program not found
Note: the msvc targets depend on the msvc linker, but `link.exe` was not found
Note: please ensure that VS 2013, VS 2015, VS 2017, VS 2019, or VS 2022 was installed with the Visual C++ option
Install MSVC dependency for x86_64-pc-windows-msvc.
Without this dependency, the user will get an error during builds like:
How to simulate
Run the following command in Windows Sandbox:
Solution
Implemented here: https://github.com/espressif/idf-env/blob/main/src/rust.rs#L335
The following command installs required dependencies:
This command should be deployed before any
cargo install
takes place.The text was updated successfully, but these errors were encountered: