We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make boot after compiling the kernel throws following error.
make boot
make: Circular /home/nikhil/github/linux/arch/x86/boot/bzImage <- /home/nikhil/github/linux/arch/x86/boot/bzImage dependency dropped. qemu/create_net.sh tap0 ARCH=x86_64 qemu/qemu.sh -kernel /home/nikhil/github/linux/arch/x86/boot/bzImage -enable-kvm -device virtio-serial -chardev pty,id=virtiocon0 -device virtconsole,chardev=virtiocon0 -net nic,model=virtio,vlan=0 -net tap,ifname=tap0,vlan=0,script=no,downscript=no -drive file=core-image-minimal-qemux86-64.ext4,if=virtio,format=raw --append "root=/dev/vda console=hvc0" --display none -m 512M -s Error: Couldn't resolve host "qemu.mon" qemu-system-x86_64: -chardev pty,id=virtiocon0: char device redirected to /dev/pts/1 (label virtiocon0) qemu-system-x86_64: -monitor unix:qemu.mon: Failed to connect socket qemu.mon: No such file or directory rm: cannot remove 'qemu.mon': No such file or directory rm: cannot remove 'serial.pts': No such file or directory make: *** [Makefile:46: boot] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
make boot
after compiling the kernel throws following error.The text was updated successfully, but these errors were encountered: