尝试按照https://fuchsia.dev/fuchsia-src/development/kernel/getting_started上的说明构建 Zircon 内核失败,因为:缺少 rust_tools.cipd_version whule building fuchsia kernel zircon
构建过程尝试构建/访问 Jiri 未克隆的一些 Rust 内容,因为正如您在https://fuchsia.googlesource.com/integration/+/1b019974586e3a7487cc2cf178605979f74a5500/prebuilts中看到的,
<package name="fuchsia/third_party/rust_tools/${platform}"
version="git_revision:7c89e389d00cfc7e86ae7e1b45880da4f5f5c9f5"
platforms="linux-amd64,mac-amd64"
path="prebuilt/third_party/rust_tools/{{.OS}}-{{.Arch}}"/>
这种依赖性不适用于linux-arm64
.
我不知道为什么不使用 Rust 的 Zircon 内核需要 Rust。我认为这是试图完全建立紫红色,而不是锆石。
锆石更简单,应该只用几个依赖项来构建。
如何在 arm64 主机中仅构建 Zircon?