Hacktoberfest 2026:维护者为十月标记出来的 issue,仍然开放、适合新手。 浏览 Hacktoberfest issue

Failed to execute "cargo run" but the binary file was built and can be run manually.

未关闭
#110 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看

还没有人认领这个 Issue。

评估

难度
3/5
预计耗时
1-2 天
新手友好度
45/100
Issue 类型
缺陷
描述清晰度
基本清楚
活跃度
冷清
技术栈
rust

调研方向

从文档中的 cargo run 设置和仓库的 config.toml 配置开始。在报告所涉及的 Rocky Linux 和 Rust 版本上重现该故障,然后将 cargo run 执行的命令与手动执行时可正常工作的 qemu-system-x86_64 命令进行比较。完成的标准是,文档中的配置能够通过 QEMU 运行构建好的 bootimage,而不需要手动执行。

由索引模型根据 Issue 内容生成。

描述

Hello, everyone.
I'm using bootimage to develop. When I began to run "cargo run" after setting config.toml by following this, cargo gave me a error:

Running: qemu-system-x86_64 -drive format=raw,file=target/x86_64-kernel/debug/bootimage-kernel.bin
Error: Failed to execute QEMU run command "qemu-system-x86_64" "-drive" "format=raw,file=target/x86_64-kernel/debug/bootimage-kernel.bin": An I/O error occurred: No such file or directory (os error 2)

After running the command manually, I found that the binary file was built successfully and I can use qemu to run it.
How can I solve it?
Thanks.

System: Rocky Linux 10.2 x86_64
Rustc&Cargo Version: 1.99.0-nightly (af3d95584 2026-07-09)
Bootimage: 0.10.4

主要语言
Rust
星标
906
派生
70
PR 合并指标
30 天内没有已合并 PR

贡献指南

这个仓库没有索引到贡献指南

从这里开始

  1. 先读完整个 Issue,再读项目的贡献指南。
  2. 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
  3. Fork 仓库,在一个分支上完成修改。
  4. 提交 Pull Request,并在描述里引用这个 Issue 编号。

rust-osdev/bootimage 的其他 Issue

查看 rust-osdev/bootimage 的全部 Issue

相似的 Issue

更多 Rust Issue

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。