gpt4 book ai didi

rust - llvm-sys - 没有找到可用的系统级 LLVM

转载 作者:行者123 更新时间:2023-12-03 11:26:44 24 4
gpt4 key购买 nike

我正在尝试学习 LLVM 以使用 Rust 制作编程语言。我正在使用环绕 LLVM API 的 llvm-sys crate。

我已经安装了 LLVM:LLVM-8.0.0-win64

我在 cargo.toml 中的依赖项

[dependencies]
llvm-sys = "80.1.1"

当我运行 cargo run 时,出现以下错误,

    Updating crates.io index
Compiling memchr v2.2.1
Compiling lazy_static v1.4.0
Compiling regex-syntax v0.6.12
Compiling semver-parser v0.7.0
Compiling libc v0.2.65
Compiling cc v1.0.47
Compiling thread_local v0.3.6
Compiling semver v0.9.0
Compiling aho-corasick v0.7.6
Compiling regex v1.3.1
Compiling llvm-sys v80.1.1
error: failed to run custom build command for `llvm-sys v80.1.1`

Caused by:
process didn't exit successfully: `C:\Users\Name\Desktop\Carbon\carbon-lang\target\debug\build\llvm-sys-ed5d351b1ae6a41b\build-script-build` (exit code: 101)
--- stdout
cargo:rerun-if-env-changed=LLVM_SYS_80_PREFIX
cargo:rerun-if-env-changed=LLVM_SYS_80_IGNORE_BLACKLIST
cargo:rerun-if-env-changed=LLVM_SYS_80_STRICT_VERSIONING
cargo:rerun-if-env-changed=LLVM_SYS_80_NO_CLEAN_CFLAGS
cargo:rerun-if-env-changed=LLVM_SYS_80_USE_DEBUG_MSVCRT
cargo:rerun-if-env-changed=LLVM_SYS_80_FFI_WORKAROUND
Didn't find usable system-wide LLVM.

--- stderr
thread 'main' panicked at 'Failed to execute "C:\\Program Files\\LLVM\\bin\\llvm-config": Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." }', src\libcore\result.rs:1165:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

但我已将 LLVM_SYS_80_PREFIX 设置为 C:\Program Files\LLVM,这是 bin 文件夹所在的位置。

是否应该单独安装llvm-config 文件?我到处都找不到它。

仅供引用:我在 Windows 10 上

感谢您的帮助!

最佳答案

llvm-config 是一个开发人员端工具,它不随二进制文件一起提供。您需要从源代码构建 LLVM。

关于rust - llvm-sys - 没有找到可用的系统级 LLVM,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59015151/

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