Advertisement
Guest User

nmake output

a guest
Apr 12th, 2017
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.06 KB | None | 0 0
  1. Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
  2. Copyright (C) Microsoft Corporation. All rights reserved.
  3.  
  4. cd iodev && "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe" libiodev.a
  5.  
  6. Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
  7. Copyright (C) Microsoft Corporation. All rights reserved.
  8.  
  9. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread devices.cc -o devices.o
  10. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread virt_timer.cc -o virt_timer.o
  11. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread slowdown_timer.cc -o slowdown_timer.o
  12. slowdown_timer.cc: In member function 'void bx_slowdown_timer_c::handle_timer()':
  13. slowdown_timer.cc:144:5: warning: 'int usleep(useconds_t)' is deprecated [-Wdeprecated-declarations]
  14. usleep(s.Q);
  15. ^
  16. In file included from ../config.h:400:0,
  17. from ../bochs.h:31,
  18. from slowdown_timer.cc:23:
  19. c:\mingw\include\unistd.h:100:29: note: declared here
  20. int __cdecl __MINGW_NOTHROW usleep( useconds_t )__MINGW_ATTRIB_DEPRECATED;
  21. ^
  22. slowdown_timer.cc:144:5: warning: 'int usleep(useconds_t)' is deprecated [-Wdeprecated-declarations]
  23. usleep(s.Q);
  24. ^
  25. In file included from ../config.h:400:0,
  26. from ../bochs.h:31,
  27. from slowdown_timer.cc:23:
  28. c:\mingw\include\unistd.h:100:29: note: declared here
  29. int __cdecl __MINGW_NOTHROW usleep( useconds_t )__MINGW_ATTRIB_DEPRECATED;
  30. ^
  31. slowdown_timer.cc:144:15: warning: 'int usleep(useconds_t)' is deprecated [-Wdeprecated-declarations]
  32. usleep(s.Q);
  33. ^
  34. In file included from ../config.h:400:0,
  35. from ../bochs.h:31,
  36. from slowdown_timer.cc:23:
  37. c:\mingw\include\unistd.h:100:29: note: declared here
  38. int __cdecl __MINGW_NOTHROW usleep( useconds_t )__MINGW_ATTRIB_DEPRECATED;
  39. ^
  40. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread pic.cc -o pic.o
  41. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread pit.cc -o pit.o
  42. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread serial.cc -o serial.o
  43. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread parallel.cc -o parallel.o
  44. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread floppy.cc -o floppy.o
  45. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread keyboard.cc -o keyboard.o
  46. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread biosdev.cc -o biosdev.o
  47. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread cmos.cc -o cmos.o
  48. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread harddrv.cc -o harddrv.o
  49. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread dma.cc -o dma.o
  50. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread unmapped.cc -o unmapped.o
  51. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread extfpuirq.cc -o extfpuirq.o
  52. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread speaker.cc -o speaker.o
  53. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread ioapic.cc -o ioapic.o
  54. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread busmouse.cc -o busmouse.o
  55. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread pci.cc -o pci.o
  56. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread pci2isa.cc -o pci2isa.o
  57. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread pci_ide.cc -o pci_ide.o
  58. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread acpi.cc -o acpi.o
  59. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread gameport.cc -o gameport.o
  60. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread pit82c54.cc -o pit82c54.o
  61. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread scancodes.cc -o scancodes.o
  62. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread serial_raw.cc -o serial_raw.o
  63. rm -f libiodev.a
  64. 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
  65. a - devices.o
  66. a - virt_timer.o
  67. a - slowdown_timer.o
  68. a - pic.o
  69. a - pit.o
  70. a - serial.o
  71. a - parallel.o
  72. a - floppy.o
  73. a - keyboard.o
  74. a - biosdev.o
  75. a - cmos.o
  76. a - harddrv.o
  77. a - dma.o
  78. a - unmapped.o
  79. a - extfpuirq.o
  80. a - speaker.o
  81. a - ioapic.o
  82. a - busmouse.o
  83. a - pci.o
  84. a - pci2isa.o
  85. a - pci_ide.o
  86. a - acpi.o
  87. a - gameport.o
  88. a - pit82c54.o
  89. a - scancodes.o
  90. a - serial_raw.o
  91. C:\MinGW\bin\ar.exe: creating libiodev.a
  92. echo libiodev.a
  93. libiodev.a
  94. echo done
  95. done
  96. cd iodev/display && "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe" libdisplay.a
  97.  
  98. Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
  99. Copyright (C) Microsoft Corporation. All rights reserved.
  100.  
  101. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread vga.cc -o vga.o
  102. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread svga_cirrus.cc -o svga_cirrus.o
  103. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread vgacore.cc -o vgacore.o
  104. rm -f libdisplay.a
  105. ar rv libdisplay.a vga.o svga_cirrus.o vgacore.o
  106. a - vga.o
  107. a - svga_cirrus.o
  108. a - vgacore.o
  109. C:\MinGW\bin\ar.exe: creating libdisplay.a
  110. echo libdisplay.a
  111. libdisplay.a
  112. echo done
  113. done
  114. cd iodev/hdimage && "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe" libhdimage.a
  115.  
  116. Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
  117. Copyright (C) Microsoft Corporation. All rights reserved.
  118.  
  119. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread hdimage.cc -o hdimage.o
  120. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread vmware3.cc -o vmware3.o
  121. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread vmware4.cc -o vmware4.o
  122. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread vbox.cc -o vbox.o
  123. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread vpc-img.cc -o vpc-img.o
  124. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread vvfat.cc -o vvfat.o
  125. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread cdrom.cc -o cdrom.o
  126. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread cdrom_win32.cc -o cdrom_win32.o
  127. rm -f libhdimage.a
  128. ar rv libhdimage.a hdimage.o vmware3.o vmware4.o vbox.o vpc-img.o vvfat.o cdrom.o cdrom_win32.o
  129. a - hdimage.o
  130. a - vmware3.o
  131. a - vmware4.o
  132. a - vbox.o
  133. a - vpc-img.o
  134. a - vvfat.o
  135. a - cdrom.o
  136. a - cdrom_win32.o
  137. C:\MinGW\bin\ar.exe: creating libhdimage.a
  138. echo libhdimage.a
  139. libhdimage.a
  140. echo done
  141. done
  142. cd iodev/usb && "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe" libusb.a
  143.  
  144. Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
  145. Copyright (C) Microsoft Corporation. All rights reserved.
  146.  
  147. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_uhci.cc -o usb_uhci.o
  148. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_ohci.cc -o usb_ohci.o
  149. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_ehci.cc -o usb_ehci.o
  150. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_xhci.cc -o usb_xhci.o
  151. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_common.cc -o usb_common.o
  152. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread uhci_core.cc -o uhci_core.o
  153. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_hid.cc -o usb_hid.o
  154. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_hub.cc -o usb_hub.o
  155. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_msd.cc -o usb_msd.o
  156. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_printer.cc -o usb_printer.o
  157. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread usb_cbi.cc -o usb_cbi.o
  158. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread scsi_device.cc -o scsi_device.o
  159. rm -f libusb.a
  160. 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
  161. a - usb_uhci.o
  162. a - usb_ohci.o
  163. a - usb_ehci.o
  164. a - usb_xhci.o
  165. a - usb_common.o
  166. a - uhci_core.o
  167. a - usb_hid.o
  168. a - usb_hub.o
  169. a - usb_msd.o
  170. a - usb_printer.o
  171. a - usb_cbi.o
  172. a - scsi_device.o
  173. C:\MinGW\bin\ar.exe: creating libusb.a
  174. echo libusb.a
  175. libusb.a
  176. echo done
  177. done
  178. cd iodev/network && "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe" libnetwork.a
  179.  
  180. Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
  181. Copyright (C) Microsoft Corporation. All rights reserved.
  182.  
  183. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread netmod.cc -o netmod.o
  184. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread ne2k.cc -o ne2k.o
  185. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread e1000.cc -o e1000.o
  186. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread eth_null.cc -o eth_null.o
  187. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread eth_vnet.cc -o eth_vnet.o
  188. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread eth_slirp.cc -o eth_slirp.o
  189. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread eth_socket.cc -o eth_socket.o
  190. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread eth_win32.cc -o eth_win32.o
  191. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread netutil.cc -o netutil.o
  192. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/arp_table.cc -o slirp/arp_table.o
  193. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/bootp.cc -o slirp/bootp.o
  194. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/cksum.cc -o slirp/cksum.o
  195. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/compat.cc -o slirp/compat.o
  196. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/dnssearch.cc -o slirp/dnssearch.o
  197. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/if.cc -o slirp/if.o
  198. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/ip_icmp.cc -o slirp/ip_icmp.o
  199. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/ip_input.cc -o slirp/ip_input.o
  200. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/ip_output.cc -o slirp/ip_output.o
  201. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/mbuf.cc -o slirp/mbuf.o
  202. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/misc.cc -o slirp/misc.o
  203. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/sbuf.cc -o slirp/sbuf.o
  204. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/slirp.cc -o slirp/slirp.o
  205. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/socket.cc -o slirp/socket.o
  206. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/tcp_input.cc -o slirp/tcp_input.o
  207. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/tcp_output.cc -o slirp/tcp_output.o
  208. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/tcp_subr.cc -o slirp/tcp_subr.o
  209. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/tcp_timer.cc -o slirp/tcp_timer.o
  210. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/tftp.cc -o slirp/tftp.o
  211. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread slirp/udp.cc -o slirp/udp.o
  212. rm -f libnetwork.a
  213. 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
  214. a - netmod.o
  215. a - ne2k.o
  216. a - e1000.o
  217. a - eth_null.o
  218. a - eth_vnet.o
  219. a - eth_slirp.o
  220. a - eth_socket.o
  221. a - eth_win32.o
  222. a - netutil.o
  223. a - slirp/arp_table.o
  224. a - slirp/bootp.o
  225. a - slirp/cksum.o
  226. a - slirp/compat.o
  227. a - slirp/dnssearch.o
  228. a - slirp/if.o
  229. a - slirp/ip_icmp.o
  230. a - slirp/ip_input.o
  231. a - slirp/ip_output.o
  232. a - slirp/mbuf.o
  233. a - slirp/misc.o
  234. a - slirp/sbuf.o
  235. a - slirp/slirp.o
  236. a - slirp/socket.o
  237. a - slirp/tcp_input.o
  238. a - slirp/tcp_output.o
  239. a - slirp/tcp_subr.o
  240. a - slirp/tcp_timer.o
  241. a - slirp/tftp.o
  242. a - slirp/udp.o
  243. C:\MinGW\bin\ar.exe: creating libnetwork.a
  244. echo libnetwork.a
  245. libnetwork.a
  246. echo done
  247. done
  248. cd iodev/sound && "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe" libsound.a
  249.  
  250. Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
  251. Copyright (C) Microsoft Corporation. All rights reserved.
  252.  
  253. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread soundmod.cc -o soundmod.o
  254. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread soundlow.cc -o soundlow.o
  255. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread sb16.cc -o sb16.o
  256. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread es1370.cc -o es1370.o
  257. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread sounddummy.cc -o sounddummy.o
  258. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread soundfile.cc -o soundfile.o
  259. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread soundwin.cc -o soundwin.o
  260. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -DWIN32 -pthread opl.cc -o opl.o
  261. rm -f libsound.a
  262. ar rv libsound.a soundmod.o soundlow.o sb16.o es1370.o sounddummy.o soundfile.o soundwin.o opl.o
  263. a - soundmod.o
  264. a - soundlow.o
  265. a - sb16.o
  266. a - es1370.o
  267. a - sounddummy.o
  268. a - soundfile.o
  269. a - soundwin.o
  270. a - opl.o
  271. C:\MinGW\bin\ar.exe: creating libsound.a
  272. echo libsound.a
  273. libsound.a
  274. echo done
  275. done
  276. cd cpu && "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe" libcpu.a
  277.  
  278. Microsoft (R) Program Maintenance Utility Version 14.00.24210.0
  279. Copyright (C) Microsoft Corporation. All rights reserved.
  280.  
  281. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread init.cc -o init.o
  282. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread cpu.cc -o cpu.o
  283. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread event.cc -o event.o
  284. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread icache.cc -o icache.o
  285. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread decoder/fetchdecode32.cc -o decoder/fetchdecode32.o
  286. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread access.cc -o access.o
  287. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread access2.cc -o access2.o
  288. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread shift16.cc -o shift16.o
  289. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread logical16.cc -o logical16.o
  290. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread ctrl_xfer32.cc -o ctrl_xfer32.o
  291. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread ctrl_xfer16.cc -o ctrl_xfer16.o
  292. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread mmx.cc -o mmx.o
  293. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread 3dnow.cc -o 3dnow.o
  294. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread fpu_emu.cc -o fpu_emu.o
  295. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread sse.cc -o sse.o
  296. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread sse_move.cc -o sse_move.o
  297. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread sse_pfp.cc -o sse_pfp.o
  298. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread sse_rcp.cc -o sse_rcp.o
  299. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread sse_string.cc -o sse_string.o
  300. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread xsave.cc -o xsave.o
  301. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread aes.cc -o aes.o
  302. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread sha.cc -o sha.o
  303. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread svm.cc -o svm.o
  304. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread vmx.cc -o vmx.o
  305. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread vmcs.cc -o vmcs.o
  306. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread vmexit.cc -o vmexit.o
  307. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread vmfunc.cc -o vmfunc.o
  308. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread soft_int.cc -o soft_int.o
  309. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread apic.cc -o apic.o
  310. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread bcd.cc -o bcd.o
  311. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread mult16.cc -o mult16.o
  312. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread tasking.cc -o tasking.o
  313. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread shift32.cc -o shift32.o
  314. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread shift8.cc -o shift8.o
  315. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread arith8.cc -o arith8.o
  316. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread stack.cc -o stack.o
  317. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread stack16.cc -o stack16.o
  318. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread protect_ctrl.cc -o protect_ctrl.o
  319. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread mult8.cc -o mult8.o
  320. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread load.cc -o load.o
  321. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread data_xfer8.cc -o data_xfer8.o
  322. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread vm8086.cc -o vm8086.o
  323. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread logical8.cc -o logical8.o
  324. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread logical32.cc -o logical32.o
  325. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread arith16.cc -o arith16.o
  326. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread segment_ctrl.cc -o segment_ctrl.o
  327. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread data_xfer16.cc -o data_xfer16.o
  328. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread data_xfer32.cc -o data_xfer32.o
  329. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread exception.cc -o exception.o
  330. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread cpuid.cc -o cpuid.o
  331. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread generic_cpuid.cc -o generic_cpuid.o
  332. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -DWIN32 -pthread proc_ctrl.cc -o proc_ctrl.o
  333. proc_ctrl.cc: In static member function 'static BX_INSF_TYPE BX_CPU_C::CLZERO(bxInstruction_c*)':
  334. proc_ctrl.cc:325:54: error: 'write_virtual_xmmword' was not declared in this scope
  335. write_virtual_xmmword(i->seg(), eaddr+n, &xmmzero);
  336. ^
  337. NMAKE : fatal error U1077: 'C:\MinGW\bin\g++.EXE' : return code '0x1'
  338. Stop.
  339. NMAKE : fatal error U1077: 'cd' : return code '0x2'
  340. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement