UML Linux - vmlinux.o Error 1 - final close failed: Input/output error

Posted by Zach on Stack Overflow See other posts from Stack Overflow or by Zach
Published on 2010-01-19T03:57:26Z Indexed on 2010/03/30 20:43 UTC
Read the original article Hit count: 540

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about linux

Related posts about linux-kernel