Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
- Copyright (C) Microsoft Corporation. All rights reserved.
- cd iodev && "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe" libiodev.a
- Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
- Copyright (C) Microsoft Corporation. All rights reserved.
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread devices.cc -o devices.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread virt_timer.cc -o virt_timer.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread slowdown_timer.cc -o slowdown_timer.o
- slowdown_timer.cc: In member function 'void bx_slowdown_timer_c::handle_timer()':
- slowdown_timer.cc:144:5: warning: 'int usleep(useconds_t)' is deprecated [-Wdeprecated-declarations]
- usleep(s.Q);
- ^
- In file included from ../config.h:400:0,
- from ../bochs.h:31,
- from slowdown_timer.cc:23:
- c:\mingw\include\unistd.h:100:29: note: declared here
- int __cdecl __MINGW_NOTHROW usleep( useconds_t )__MINGW_ATTRIB_DEPRECATED;
- ^
- slowdown_timer.cc:144:5: warning: 'int usleep(useconds_t)' is deprecated [-Wdeprecated-declarations]
- usleep(s.Q);
- ^
- In file included from ../config.h:400:0,
- from ../bochs.h:31,
- from slowdown_timer.cc:23:
- c:\mingw\include\unistd.h:100:29: note: declared here
- int __cdecl __MINGW_NOTHROW usleep( useconds_t )__MINGW_ATTRIB_DEPRECATED;
- ^
- slowdown_timer.cc:144:15: warning: 'int usleep(useconds_t)' is deprecated [-Wdeprecated-declarations]
- usleep(s.Q);
- ^
- In file included from ../config.h:400:0,
- from ../bochs.h:31,
- from slowdown_timer.cc:23:
- c:\mingw\include\unistd.h:100:29: note: declared here
- int __cdecl __MINGW_NOTHROW usleep( useconds_t )__MINGW_ATTRIB_DEPRECATED;
- ^
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread pic.cc -o pic.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread pit.cc -o pit.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread serial.cc -o serial.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread parallel.cc -o parallel.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread floppy.cc -o floppy.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread keyboard.cc -o keyboard.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread biosdev.cc -o biosdev.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread cmos.cc -o cmos.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread harddrv.cc -o harddrv.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread dma.cc -o dma.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread unmapped.cc -o unmapped.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread extfpuirq.cc -o extfpuirq.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread speaker.cc -o speaker.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread ioapic.cc -o ioapic.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread busmouse.cc -o busmouse.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread pci.cc -o pci.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread pci2isa.cc -o pci2isa.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread pci_ide.cc -o pci_ide.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread acpi.cc -o acpi.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread gameport.cc -o gameport.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread pit82c54.cc -o pit82c54.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread scancodes.cc -o scancodes.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread serial_raw.cc -o serial_raw.o
- rm -f libiodev.a
- ar rv libiodev.a devices.o virt_timer.o slowdown_timer.o pic.o pit.o serial.o parallel.o floppy.o keyboard.o biosdev.o cmos.o harddrv.o dma.o unmapped.o extfpuirq.o speaker.o ioapic.o busmouse.o pci.o pci2isa.o pci_ide.o acpi.o gameport.o pit82c54.o scancodes.o serial_raw.o
- a - devices.o
- a - virt_timer.o
- a - slowdown_timer.o
- a - pic.o
- a - pit.o
- a - serial.o
- a - parallel.o
- a - floppy.o
- a - keyboard.o
- a - biosdev.o
- a - cmos.o
- a - harddrv.o
- a - dma.o
- a - unmapped.o
- a - extfpuirq.o
- a - speaker.o
- a - ioapic.o
- a - busmouse.o
- a - pci.o
- a - pci2isa.o
- a - pci_ide.o
- a - acpi.o
- a - gameport.o
- a - pit82c54.o
- a - scancodes.o
- a - serial_raw.o
- C:\MinGW\bin\ar.exe: creating libiodev.a
- echo libiodev.a
- libiodev.a
- echo done
- done
- cd iodev/display && "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe" libdisplay.a
- Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
- Copyright (C) Microsoft Corporation. All rights reserved.
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread vga.cc -o vga.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread svga_cirrus.cc -o svga_cirrus.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread vgacore.cc -o vgacore.o
- rm -f libdisplay.a
- ar rv libdisplay.a vga.o svga_cirrus.o vgacore.o
- a - vga.o
- a - svga_cirrus.o
- a - vgacore.o
- C:\MinGW\bin\ar.exe: creating libdisplay.a
- echo libdisplay.a
- libdisplay.a
- echo done
- done
- cd iodev/hdimage && "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe" libhdimage.a
- Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
- Copyright (C) Microsoft Corporation. All rights reserved.
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread hdimage.cc -o hdimage.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread vmware3.cc -o vmware3.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread vmware4.cc -o vmware4.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread vbox.cc -o vbox.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread vpc-img.cc -o vpc-img.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread vvfat.cc -o vvfat.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread cdrom.cc -o cdrom.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread cdrom_win32.cc -o cdrom_win32.o
- rm -f libhdimage.a
- ar rv libhdimage.a hdimage.o vmware3.o vmware4.o vbox.o vpc-img.o vvfat.o cdrom.o cdrom_win32.o
- a - hdimage.o
- a - vmware3.o
- a - vmware4.o
- a - vbox.o
- a - vpc-img.o
- a - vvfat.o
- a - cdrom.o
- a - cdrom_win32.o
- C:\MinGW\bin\ar.exe: creating libhdimage.a
- echo libhdimage.a
- libhdimage.a
- echo done
- done
- cd iodev/usb && "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe" libusb.a
- Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
- Copyright (C) Microsoft Corporation. All rights reserved.
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_uhci.cc -o usb_uhci.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_ohci.cc -o usb_ohci.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_ehci.cc -o usb_ehci.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_xhci.cc -o usb_xhci.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_common.cc -o usb_common.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread uhci_core.cc -o uhci_core.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_hid.cc -o usb_hid.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_hub.cc -o usb_hub.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_msd.cc -o usb_msd.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_printer.cc -o usb_printer.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_cbi.cc -o usb_cbi.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread scsi_device.cc -o scsi_device.o
- rm -f libusb.a
- ar rv libusb.a usb_uhci.o usb_ohci.o usb_ehci.o usb_xhci.o usb_common.o uhci_core.o usb_hid.o usb_hub.o usb_msd.o usb_printer.o usb_cbi.o scsi_device.o
- a - usb_uhci.o
- a - usb_ohci.o
- a - usb_ehci.o
- a - usb_xhci.o
- a - usb_common.o
- a - uhci_core.o
- a - usb_hid.o
- a - usb_hub.o
- a - usb_msd.o
- a - usb_printer.o
- a - usb_cbi.o
- a - scsi_device.o
- C:\MinGW\bin\ar.exe: creating libusb.a
- echo libusb.a
- libusb.a
- echo done
- done
- cd iodev/network && "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe" libnetwork.a
- Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
- Copyright (C) Microsoft Corporation. All rights reserved.
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread netmod.cc -o netmod.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread ne2k.cc -o ne2k.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread e1000.cc -o e1000.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread eth_null.cc -o eth_null.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread eth_vnet.cc -o eth_vnet.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread eth_slirp.cc -o eth_slirp.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread eth_socket.cc -o eth_socket.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread eth_win32.cc -o eth_win32.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread netutil.cc -o netutil.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/arp_table.cc -o slirp/arp_table.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/bootp.cc -o slirp/bootp.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/cksum.cc -o slirp/cksum.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/compat.cc -o slirp/compat.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/dnssearch.cc -o slirp/dnssearch.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/if.cc -o slirp/if.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/ip_icmp.cc -o slirp/ip_icmp.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/ip_input.cc -o slirp/ip_input.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/ip_output.cc -o slirp/ip_output.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/mbuf.cc -o slirp/mbuf.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/misc.cc -o slirp/misc.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/sbuf.cc -o slirp/sbuf.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/slirp.cc -o slirp/slirp.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/socket.cc -o slirp/socket.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/tcp_input.cc -o slirp/tcp_input.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/tcp_output.cc -o slirp/tcp_output.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/tcp_subr.cc -o slirp/tcp_subr.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/tcp_timer.cc -o slirp/tcp_timer.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/tftp.cc -o slirp/tftp.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/udp.cc -o slirp/udp.o
- rm -f libnetwork.a
- ar rv libnetwork.a netmod.o ne2k.o e1000.o eth_null.o eth_vnet.o eth_slirp.o eth_socket.o eth_win32.o netutil.o slirp/arp_table.o slirp/bootp.o slirp/cksum.o slirp/compat.o slirp/dnssearch.o slirp/if.o slirp/ip_icmp.o slirp/ip_input.o slirp/ip_output.o slirp/mbuf.o slirp/misc.o slirp/sbuf.o slirp/slirp.o slirp/socket.o slirp/tcp_input.o slirp/tcp_output.o slirp/tcp_subr.o slirp/tcp_timer.o slirp/tftp.o slirp/udp.o
- a - netmod.o
- a - ne2k.o
- a - e1000.o
- a - eth_null.o
- a - eth_vnet.o
- a - eth_slirp.o
- a - eth_socket.o
- a - eth_win32.o
- a - netutil.o
- a - slirp/arp_table.o
- a - slirp/bootp.o
- a - slirp/cksum.o
- a - slirp/compat.o
- a - slirp/dnssearch.o
- a - slirp/if.o
- a - slirp/ip_icmp.o
- a - slirp/ip_input.o
- a - slirp/ip_output.o
- a - slirp/mbuf.o
- a - slirp/misc.o
- a - slirp/sbuf.o
- a - slirp/slirp.o
- a - slirp/socket.o
- a - slirp/tcp_input.o
- a - slirp/tcp_output.o
- a - slirp/tcp_subr.o
- a - slirp/tcp_timer.o
- a - slirp/tftp.o
- a - slirp/udp.o
- C:\MinGW\bin\ar.exe: creating libnetwork.a
- echo libnetwork.a
- libnetwork.a
- echo done
- done
- cd iodev/sound && "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe" libsound.a
- Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
- Copyright (C) Microsoft Corporation. All rights reserved.
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread soundmod.cc -o soundmod.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread soundlow.cc -o soundlow.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread sb16.cc -o sb16.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread es1370.cc -o es1370.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread sounddummy.cc -o sounddummy.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread soundfile.cc -o soundfile.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread soundwin.cc -o soundwin.o
- g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread opl.cc -o opl.o
- rm -f libsound.a
- ar rv libsound.a soundmod.o soundlow.o sb16.o es1370.o sounddummy.o soundfile.o soundwin.o opl.o
- a - soundmod.o
- a - soundlow.o
- a - sb16.o
- a - es1370.o
- a - sounddummy.o
- a - soundfile.o
- a - soundwin.o
- a - opl.o
- C:\MinGW\bin\ar.exe: creating libsound.a
- echo libsound.a
- libsound.a
- echo done
- done
- cd cpu && "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe" libcpu.a
- Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
- Copyright (C) Microsoft Corporation. All rights reserved.
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread init.cc -o init.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread cpu.cc -o cpu.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread event.cc -o event.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread icache.cc -o icache.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread decoder/fetchdecode32.cc -o decoder/fetchdecode32.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread access.cc -o access.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread access2.cc -o access2.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread shift16.cc -o shift16.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread logical16.cc -o logical16.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread ctrl_xfer32.cc -o ctrl_xfer32.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread ctrl_xfer16.cc -o ctrl_xfer16.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread mmx.cc -o mmx.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread 3dnow.cc -o 3dnow.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread fpu_emu.cc -o fpu_emu.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread sse.cc -o sse.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread sse_move.cc -o sse_move.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread sse_pfp.cc -o sse_pfp.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread sse_rcp.cc -o sse_rcp.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread sse_string.cc -o sse_string.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread xsave.cc -o xsave.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread aes.cc -o aes.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread sha.cc -o sha.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread svm.cc -o svm.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread vmx.cc -o vmx.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread vmcs.cc -o vmcs.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread vmexit.cc -o vmexit.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread vmfunc.cc -o vmfunc.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread soft_int.cc -o soft_int.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread apic.cc -o apic.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread bcd.cc -o bcd.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread mult16.cc -o mult16.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread tasking.cc -o tasking.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread shift32.cc -o shift32.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread shift8.cc -o shift8.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread arith8.cc -o arith8.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread stack.cc -o stack.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread stack16.cc -o stack16.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread protect_ctrl.cc -o protect_ctrl.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread mult8.cc -o mult8.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread load.cc -o load.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread data_xfer8.cc -o data_xfer8.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread vm8086.cc -o vm8086.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread logical8.cc -o logical8.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread logical32.cc -o logical32.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread arith16.cc -o arith16.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread segment_ctrl.cc -o segment_ctrl.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread data_xfer16.cc -o data_xfer16.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread data_xfer32.cc -o data_xfer32.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread exception.cc -o exception.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread cpuid.cc -o cpuid.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread generic_cpuid.cc -o generic_cpuid.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread proc_ctrl.cc -o proc_ctrl.o
- proc_ctrl.cc: In static member function 'static BX_INSF_TYPE BX_CPU_C::CLZERO(bxInstruction_c*)':
- proc_ctrl.cc:325:54: error: 'write_virtual_xmmword' was not declared in this scope
- write_virtual_xmmword(i->seg(), eaddr+n, &xmmzero);
- ^
- NMAKE : fatal error U1077: 'C:\MinGW\bin\g++.EXE' : return code '0x1'
- Stop.
- NMAKE : fatal error U1077: 'cd' : return code '0x2'
- Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement