2010/4/2 Anthony Liguori <anth...@codemonkey.ws>: > Try doing a clean build
This is a fresh checkout. > > On Apr 2, 2010 4:43 AM, "Roy Tam" <roy...@gmail.com> wrote: > > Config: > > Install prefix c:/Program Files/Qemu > BIOS directory c:/Program Files/Qemu > binary directory c:/Program Files/Qemu > Source path /usr/home/User/qemu > C compiler gcc > Host C compiler gcc > CFLAGS -O2 -g > QEMU_CFLAGS -m32 -D__USE_MINGW_ANSI_STDIO=1 > -DWIN32_LEAN_AND_MEAN -DWINVER=0x501 -Wold-style-definition -I. > -I$(SRC_PATH) -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 > -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall > -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes > -fno-strict-aliasing > LDFLAGS -Wl,--warn-common -m32 -g > make make > install install > host CPU i386 > host big endian no > target list i386-softmmu x86_64-softmmu mips64el-softmmu > tcg debug enabled no > Mon debug enabled no > gprof enabled no > sparse enabled no > strip binaries yes > profiler no > static build no > -Werror enabled no > SDL support yes > curses support no > curl support no > check support no > mingw32 support yes > Audio drivers sdl > Extra audio cards ac97 sb16 adlib > Block whitelist > Mixer emulation no > VNC TLS support no > VNC SASL support no > xen support no > brlapi support no > bluez support no > Documentation yes > NPTL support no > GUEST_BASE yes > PIE user targets no > vde support no > IO thread no > Linux AIO support no > Install blobs yes > KVM support no > fdt support no > preadv support no > fdatasync no > uuid support no > vhost-net support no > > Error log: > LINK i386-softmmu/qemu.exe > virtio-net.o: In function `virtio_net_reset': > C:/msys/home/User/qemu/hw/virtio-net.c:122: undefined reference to > `tap_get_vhost_net' > virtio-net.o: In function `virtio_net_get_features': > C:/msys/home/User/qemu/hw/virtio-net.c:187: undefined reference to > `tap_get_vhost_net' > C:/msys/home/User/qemu/hw/virtio-net.c:190: undefined reference to > `tap_get_vhost_net' > virtio-net.o: In function `virtio_net_save': > C:/msys/home/User/qemu/hw/virtio-net.c:719: undefined reference to > `tap_get_vhost_net' > virtio-net.o: In function `virtio_net_set_status': > C:/msys/home/User/qemu/hw/virtio-net.c:863: undefined reference to > `tap_get_vhost_net' > virtio-net.o:C:/msys/home/User/qemu/hw/virtio-net.c:870: more > undefined references to `tap_get_vhost_net' follow > collect2: ld returned 1 exit status > make[1]: *** [qemu.exe] Error 1 > make: *** [subdir-i386-softmmu] Error 2 > > >