gpt4 book ai didi

windows - 在 Windows 上用 Rust 编译 x64

转载 作者:可可西里 更新时间:2023-11-01 11:45:17 30 4
gpt4 key购买 nike

我正在尝试使用 Rust 在 Windows 上编译 x64。

我已经设置:rustup default stable-x86_64-pc-windows-msvc

用下面的程序

fn main() { println!("{}", std::usize::MAX); }

cargo run 打印出 4294967295

但是 cargo run --target --target x86_64-pc-windows-msvc 给我:

error[E0463]: can't find crate for 'std'
|
= note: the 'x86_64-pc-windows-msvc' target may not be installed

x86_64-pc-windows-msvc 也在 rustc --print target-list

我不知道该怎么办...

最佳答案

这是通过卸载使用 rustc --print sysroot 找到的 rust nightly 构建并重新安装最新的稳定构建来解决的。

关于windows - 在 Windows 上用 Rust 编译 x64,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47418823/

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