make[1]: Entering directory '/home/kashyapc/build/0.10-qemu/x86_64-softmmu' CC x86_64-softmmu/monitor.o CC x86_64-softmmu/virtio-blk.o CC x86_64-softmmu/virtio-balloon.o CC x86_64-softmmu/virtio-net.o CC x86_64-softmmu/virtio-console.o CC x86_64-softmmu/fw_cfg.o CC x86_64-softmmu/kvm.o CC x86_64-softmmu/kvm-all.o CC x86_64-softmmu/posix-aio-compat.o CC x86_64-softmmu/block-raw-posix.o /home/kashyapc/tinker-space/qemu/monitor.c: In function ‘next’: /home/kashyapc/tinker-space/qemu/monitor.c:2042:13: warning: comparison between pointer and zero character constant [-Wpointer-compare] if (pch != '\0') { ^~ /home/kashyapc/tinker-space/qemu/monitor.c:2042:9: note: did you mean to dereference the pointer? if (pch != '\0') { ^ CC x86_64-softmmu/lsi53c895a.o CC x86_64-softmmu/esp.o CC x86_64-softmmu/usb-ohci.o CC x86_64-softmmu/eeprom93xx.o CC x86_64-softmmu/eepro100.o CC x86_64-softmmu/ne2000.o CC x86_64-softmmu/pcnet.o CC x86_64-softmmu/rtl8139.o CC x86_64-softmmu/e1000.o CC x86_64-softmmu/msmouse.o CC x86_64-softmmu/ide.o CC x86_64-softmmu/pckbd.o CC x86_64-softmmu/ps2.o CC x86_64-softmmu/vga.o CC x86_64-softmmu/sb16.o CC x86_64-softmmu/es1370.o CC x86_64-softmmu/ac97.o CC x86_64-softmmu/dma.o CC x86_64-softmmu/fdc.o CC x86_64-softmmu/mc146818rtc.o CC x86_64-softmmu/serial.o CC x86_64-softmmu/i8259.o CC x86_64-softmmu/i8254.o CC x86_64-softmmu/pcspk.o CC x86_64-softmmu/pc.o CC x86_64-softmmu/cirrus_vga.o CC x86_64-softmmu/apic.o CC x86_64-softmmu/parallel.o CC x86_64-softmmu/acpi.o CC x86_64-softmmu/piix_pci.o CC x86_64-softmmu/usb-uhci.o CC x86_64-softmmu/vmmouse.o CC x86_64-softmmu/vmport.o CC x86_64-softmmu/vmware_vga.o CC x86_64-softmmu/hpet.o CC x86_64-softmmu/device-hotplug.o CC x86_64-softmmu/pci-hotplug.o CC x86_64-softmmu/gdbstub.o rm -f gdbstub-xml.c echo > gdbstub-xml.c CC x86_64-softmmu/exec.o CC x86_64-softmmu/kqemu.o CC x86_64-softmmu/translate-all.o CC x86_64-softmmu/cpu-exec.o CC x86_64-softmmu/translate.o CC x86_64-softmmu/host-utils.o CC x86_64-softmmu/tcg/tcg.o CC x86_64-softmmu/tcg/tcg-runtime.o CC x86_64-softmmu/fpu/softfloat-native.o CC x86_64-softmmu/op_helper.o CC x86_64-softmmu/helper.o CC x86_64-softmmu/disas.o CC x86_64-softmmu/i386-dis.o CC x86_64-softmmu/gdbstub-xml.o AR x86_64-softmmu/libqemu.a LINK x86_64-softmmu/qemu-system-x86_64 vl.o: In function `dynticks_start_timer': vl.c:(.text+0x1fab): undefined reference to `timer_create' vl.o: In function `dynticks_stop_timer': vl.c:(.text+0x2018): undefined reference to `timer_delete' vl.o: In function `dynticks_rearm_timer': vl.c:(.text+0x2079): undefined reference to `timer_gettime' vl.c:(.text+0x218b): undefined reference to `timer_settime' ../libqemu_common.a(vnc.o): In function `vnc_start_tls': /home/kashyapc/tinker-space/qemu/vnc.c:2076: undefined reference to `gnutls_kx_set_priority' /home/kashyapc/tinker-space/qemu/vnc.c:2083: undefined reference to `gnutls_certificate_type_set_priority' /home/kashyapc/tinker-space/qemu/vnc.c:2090: undefined reference to `gnutls_protocol_set_priority' collect2: error: ld returned 1 exit status make[1]: *** [Makefile:730: qemu-system-x86_64] Error 1 make[1]: Leaving directory '/home/kashyapc/build/0.10-qemu/x86_64-softmmu' make: *** [Makefile:42: subdir-x86_64-softmmu] Error 2