UML Linux - vmlinux.o 错误 1 - 最终关闭失败:输入/输出错误
我正在尝试安装 UML linux。内核是2.6.28。
我链接到 Linux 文件,以便获得可以恢复的只读副本。
然后我运行命令:
make defconfig ARCH=um # works
make ARCH=um # errors out at the very end:
final close failed: Input/output error
make: *** [vmlinux.o] Error 1
由于这个错误,我的二进制 vmlinux 永远不会被创建,所以我无法运行我自己的 UML Linux。有什么想法吗?
I'm trying to install UML linux. Kernel is 2.6.28.
I link to Linux files so that I have a read-only copy that I can revert back to.
I then run the commands:
make defconfig ARCH=um # works
make ARCH=um # errors out at the very end:
final close failed: Input/output error
make: *** [vmlinux.o] Error 1
Because of this error, my binary vmlinux never gets created so I can't run my own UML Linux. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可以解决问题吗?
否则,需要更多信息。主机的体系结构、分布和工具版本(GCC、binutils、Make、shell...)。
Does this fix the problem?
Otherwise, more information is needed. Host's architecture, distribution, and versions of tools (GCC, binutils, Make, shell, ...).