error: linker `link.exe` not found

打印 上一主题 下一主题

主题 781|帖子 781|积分 2358

开始学习rust,安装好rust的情况,开始从hello world开始,结果用在win10情况下,使用vs code或cmd窗口编译rust报错:
  1. PS E:\study_codes\rust-demo\chart01> rustc hello.rs
  2. error: linker `link.exe` not found
  3.   |
  4.   = note: program not found
  5. note: the msvc targets depend on the msvc linker but `link.exe` was not found
  6. note: please ensure that Visual Studio 2017 or later, or Build Tools for Visual Studio were installed with the Visual C++ option.
  7. note: VS Code is a different product, and is not sufficient.
  8. error: aborting due to 1 previous error
复制代码
vs code或cmd窗口中运行以下命令即可解决:
  1. rustup uninstall toolchain stable-x86_64-pc-windows-msvc
  2. rustup toolchain install stable-x86_64-pc-windows-gnu
  3. rustup default stable-x86_64-pc-windows-gnu
复制代码
运行rust编译命令:
  1. rustc hello.rs
  2. .\hello.exe
复制代码
天生一个hello.exe文件
运行结果:
hello world

Have fun learning about rust!

免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。
回复

使用道具 举报

0 个回复

倒序浏览

快速回复

您需要登录后才可以回帖 登录 or 立即注册

本版积分规则

大连全瓷种植牙齿制作中心

金牌会员
这个人很懒什么都没写!

标签云

快速回复 返回顶部 返回列表