gpt4 book ai didi

windows - `cargo build` 失败并出现链接错误 "link.exe failed: exit code: 325595"

转载 作者:行者123 更新时间:2023-11-29 08:26:59 29 4
gpt4 key购买 nike

我有一个 Rust 项目,可以在 Linux、macOS 和 Windows 10 上正常编译。

我今天使用 Visual Studio Installer 在我的 Windows 7 计算机上安装了以下各个组件:

  • VC++ 2015.3 v14.00 (v140) 桌面工具集
    • Windows 通用 CRT SDK(依赖项)
    • Windows 8.1 SDK(依赖项)

之后,我使用来自 official website 的全新 rustup-init.exe 安装了 Rust .

当我在 Windows 7 计算机上的 Rust 项目上运行 cargo build 时,它失败并显示以下消息:

error: linking with `C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe\` failed: exit code: 325595.

在我的 Windows 10 计算机上单独运行 C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\link.exe 不带任何参数会产生一些“帮助"信息,但在我的 Windows 7 计算机上,我得到一个包含错误消息的窗口:

The application was unable to start correctly (0xc000007b).  Click Ok to close the application.

我的 Google-Fu 没有找到任何有用的信息。我试过:

  • sfc/scannow
  • 确保 System32 没有 32 位 DLL
  • 确保 SysWOW64 没有 64 位 DLL

最佳答案

更改默认链接器可解决此问题。我的系统是 64 位系统,但链接器指向 32 位系统。

rust中也提到了这个book

 rustup default stable-x86_64-pc-windows-gnu

阅读this有关为什么会发生这种情况的更多解释。

默认情况下,配置选择它用于 32 位,因此运行上面给出的命令会将链接器切换为 64 位。

关于windows - `cargo build` 失败并出现链接错误 "link.exe failed: exit code: 325595",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50337099/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com