Windows 环境下解决 Rust 程序编译报错:error: linker `link.exe` not found

2023-09-18 更新:

出现此问题是因为 Windows SDK 没有正确安装,正确安装 Windows SDK 后问题解决。

-----------------------------------------------------------------

使用以下方式也可以解决(不推荐):

官方推荐的 toolchain 是 stable-x86_64-pc-windows-msvc,但按照步骤安装完成后并不能正常工作,编译报错:error: linker `link.exe` not found

我将 stable-x86_64-pc-windows-msvc 卸载,更换为 stable-x86_64-pc-windows-gnu 问题解决。

在 cmd 中按顺序执行以下三条命令:

rustup uninstall toolchain stable-x86_64-pc-windows-msvc
rustup toolchain install stable-x86_64-pc-windows-gnu
rustup default stable-x86_64-pc-windows-gnu
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值