728x90
Compiling helloworld v0.1.0 (C:\Users\DELL\helloworld) error: linker `link.exe` not found note: The system cannot find the file specified. (os error 2) note: the msvc targets depend on the msvc linker but `link.exe` was not found note: please ensure that VS 2013, VS 2015 or VS 2017 was installed with the Visual C++ option error: aborting due to previous error error: Could not compile `helloworld`. To learn more, run the command again with --verbose.
해결방법
MS C++빌드 툴 설치 프로그램을 사용해서 'Build Tools for Visual Studio 2019' 를 다운받아 설치합니다.
'Rust' 카테고리의 다른 글
[Rust] asser_eq! (26) | 2023.07.05 |
---|---|
[Rust] error: failed to run custom build command for `clang-sys v1.6.1` (80) | 2023.07.04 |
[Rust] video-rs (94) | 2023.07.03 |
[Rust] ONNX모델로 detection (23) | 2023.07.02 |
[Rust-Python] PyO3 (96) | 2023.06.30 |