Advertisement
Guest User

make output

a guest
Apr 12th, 2017
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.08 KB | None | 0 0
  1. cd iodev && \
  2. make libiodev.a
  3. make[1]: Entering directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev'
  4. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread devices.cc -o devices.o
  5. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread virt_timer.cc -o virt_timer.o
  6. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slowdown_timer.cc -o slowdown_timer.o
  7. slowdown_timer.cc: In member function 'void bx_slowdown_timer_c::handle_timer()':
  8. slowdown_timer.cc:144:5: warning: 'int usleep(useconds_t)' is deprecated [-Wdeprecated-declarations]
  9. usleep(s.Q);
  10. ^
  11. In file included from ../config.h:400:0,
  12. from ../bochs.h:31,
  13. from slowdown_timer.cc:23:
  14. c:\mingw\include\unistd.h:104:5: note: declared here
  15. int usleep( useconds_t period ){ return __mingw_sleep( 0, 1000 * period ); }
  16. ^
  17. slowdown_timer.cc:144:5: warning: 'int usleep(useconds_t)' is deprecated [-Wdeprecated-declarations]
  18. usleep(s.Q);
  19. ^
  20. In file included from ../config.h:400:0,
  21. from ../bochs.h:31,
  22. from slowdown_timer.cc:23:
  23. c:\mingw\include\unistd.h:104:5: note: declared here
  24. int usleep( useconds_t period ){ return __mingw_sleep( 0, 1000 * period ); }
  25. ^
  26. slowdown_timer.cc:144:15: warning: 'int usleep(useconds_t)' is deprecated [-Wdeprecated-declarations]
  27. usleep(s.Q);
  28. ^
  29. In file included from ../config.h:400:0,
  30. from ../bochs.h:31,
  31. from slowdown_timer.cc:23:
  32. c:\mingw\include\unistd.h:104:5: note: declared here
  33. int usleep( useconds_t period ){ return __mingw_sleep( 0, 1000 * period ); }
  34. ^
  35. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread pic.cc -o pic.o
  36. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread pit.cc -o pit.o
  37. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread serial.cc -o serial.o
  38. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread parallel.cc -o parallel.o
  39. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread floppy.cc -o floppy.o
  40. floppy.cc: In static member function 'static Bit32u bx_floppy_ctrl_c::read_handler(void*, Bit32u, unsigned int)':
  41. floppy.cc:474:9: warning: unused variable 'pending_command' [-Wunused-variable]
  42. Bit8u pending_command = BX_FD_THIS s.pending_command;
  43. ^
  44. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread keyboard.cc -o keyboard.o
  45. keyboard.cc: In static member function 'static void bx_keyb_c::kbd_ctrl_to_kbd(Bit8u)':
  46. keyboard.cc:1008:12: warning: unused variable 'cps' [-Wunused-variable]
  47. double cps = 1 /((double)(8 + (value & 0x07)) * (double)exp(log((double)2) * (double)((value >> 3) & 0x03)) * 0.00417);
  48. ^
  49. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread biosdev.cc -o biosdev.o
  50. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread cmos.cc -o cmos.o
  51. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread harddrv.cc -o harddrv.o
  52. harddrv.cc: In static member function 'static void bx_hard_drive_c::write_handler(void*, Bit32u, Bit32u, unsigned int)':
  53. harddrv.cc:1901:16: warning: unused variable 'drvsel' [-Wunused-variable]
  54. Bit32u drvsel = BX_HD_THIS channels[channel].drive_select = (value >> 4) & 0x01;
  55. ^
  56. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread dma.cc -o dma.o
  57. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread unmapped.cc -o unmapped.o
  58. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread extfpuirq.cc -o extfpuirq.o
  59. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread speaker.cc -o speaker.o
  60. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread ioapic.cc -o ioapic.o
  61. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread busmouse.cc -o busmouse.o
  62. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread pci.cc -o pci.o
  63. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread pci2isa.cc -o pci2isa.o
  64. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread pci_ide.cc -o pci_ide.o
  65. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread acpi.cc -o acpi.o
  66. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread gameport.cc -o gameport.o
  67. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread pit82c54.cc -o pit82c54.o
  68. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread scancodes.cc -o scancodes.o
  69. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread serial_raw.cc -o serial_raw.o
  70. rm -f libiodev.a
  71. 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
  72. a - devices.o
  73. a - virt_timer.o
  74. a - slowdown_timer.o
  75. a - pic.o
  76. a - pit.o
  77. a - serial.o
  78. a - parallel.o
  79. a - floppy.o
  80. a - keyboard.o
  81. a - biosdev.o
  82. a - cmos.o
  83. a - harddrv.o
  84. a - dma.o
  85. a - unmapped.o
  86. a - extfpuirq.o
  87. a - speaker.o
  88. a - ioapic.o
  89. a - busmouse.o
  90. a - pci.o
  91. a - pci2isa.o
  92. a - pci_ide.o
  93. a - acpi.o
  94. a - gameport.o
  95. a - pit82c54.o
  96. a - scancodes.o
  97. a - serial_raw.o
  98. C:\MinGW\bin\ar.exe: creating libiodev.a
  99. echo libiodev.a
  100. libiodev.a
  101. make[1]: Leaving directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev'
  102. echo done
  103. done
  104. cd iodev/display && \
  105. make libdisplay.a
  106. make[1]: Entering directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/display'
  107. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vga.cc -o vga.o
  108. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread svga_cirrus.cc -o svga_cirrus.o
  109. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vgacore.cc -o vgacore.o
  110. rm -f libdisplay.a
  111. ar rv libdisplay.a vga.o svga_cirrus.o vgacore.o
  112. a - vga.o
  113. a - svga_cirrus.o
  114. a - vgacore.o
  115. C:\MinGW\bin\ar.exe: creating libdisplay.a
  116. echo libdisplay.a
  117. libdisplay.a
  118. make[1]: Leaving directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/display'
  119. echo done
  120. done
  121. cd iodev/hdimage && \
  122. make libhdimage.a
  123. make[1]: Entering directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/hdimage'
  124. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread hdimage.cc -o hdimage.o
  125. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vmware3.cc -o vmware3.o
  126. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vmware4.cc -o vmware4.o
  127. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vbox.cc -o vbox.o
  128. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vpc-img.cc -o vpc-img.o
  129. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vvfat.cc -o vvfat.o
  130. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread cdrom.cc -o cdrom.o
  131. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread cdrom_win32.cc -o cdrom_win32.o
  132. rm -f libhdimage.a
  133. ar rv libhdimage.a hdimage.o vmware3.o vmware4.o vbox.o vpc-img.o vvfat.o cdrom.o cdrom_win32.o
  134. a - hdimage.o
  135. a - vmware3.o
  136. a - vmware4.o
  137. a - vbox.o
  138. a - vpc-img.o
  139. a - vvfat.o
  140. a - cdrom.o
  141. a - cdrom_win32.o
  142. C:\MinGW\bin\ar.exe: creating libhdimage.a
  143. echo libhdimage.a
  144. libhdimage.a
  145. make[1]: Leaving directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/hdimage'
  146. echo done
  147. done
  148. cd iodev/usb && \
  149. make libusb.a
  150. make[1]: Entering directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/usb'
  151. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread usb_uhci.cc -o usb_uhci.o
  152. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread usb_ohci.cc -o usb_ohci.o
  153. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread usb_ehci.cc -o usb_ehci.o
  154. usb_ehci.cc: In static member function 'static bx_bool bx_usb_ehci_c::write_handler(bx_phy_address, unsigned int, void*, void*)':
  155. usb_ehci.cc:756:10: warning: variable 'value_hi' set but not used [-Wunused-but-set-variable]
  156. Bit32u value_hi = *((Bit32u *) ((Bit8u *) data + 4));
  157. ^
  158. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread usb_xhci.cc -o usb_xhci.o
  159. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread usb_common.cc -o usb_common.o
  160. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread uhci_core.cc -o uhci_core.o
  161. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread usb_hid.cc -o usb_hid.o
  162. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread usb_hub.cc -o usb_hub.o
  163. usb_hub.cc: In member function 'virtual void usb_hub_device_c::runtime_config()':
  164. usb_hub.cc:623:10: warning: variable 'hubnum' set but not used [-Wunused-but-set-variable]
  165. int i, hubnum;
  166. ^
  167. usb_hub.cc: In static member function 'static const char* usb_hub_device_c::hub_param_handler(bx_param_string_c*, int, const char*, const char*, int)':
  168. usb_hub.cc:650:7: warning: variable 'hubnum' set but not used [-Wunused-but-set-variable]
  169. int hubnum, portnum;
  170. ^
  171. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread usb_msd.cc -o usb_msd.o
  172. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread usb_printer.cc -o usb_printer.o
  173. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread usb_cbi.cc -o usb_cbi.o
  174. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread scsi_device.cc -o scsi_device.o
  175. rm -f libusb.a
  176. 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
  177. a - usb_uhci.o
  178. a - usb_ohci.o
  179. a - usb_ehci.o
  180. a - usb_xhci.o
  181. a - usb_common.o
  182. a - uhci_core.o
  183. a - usb_hid.o
  184. a - usb_hub.o
  185. a - usb_msd.o
  186. a - usb_printer.o
  187. a - usb_cbi.o
  188. a - scsi_device.o
  189. C:\MinGW\bin\ar.exe: creating libusb.a
  190. echo libusb.a
  191. libusb.a
  192. make[1]: Leaving directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/usb'
  193. echo done
  194. done
  195. cd iodev/network && \
  196. make libnetwork.a
  197. make[1]: Entering directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/network'
  198. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread netmod.cc -o netmod.o
  199. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread ne2k.cc -o ne2k.o
  200. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread e1000.cc -o e1000.o
  201. e1000.cc: In static member function 'static Bit32u bx_e1000_c::read_handler(void*, Bit32u, unsigned int)':
  202. e1000.cc:843:9: warning: variable 'offset' set but not used [-Wunused-but-set-variable]
  203. Bit8u offset;
  204. ^
  205. e1000.cc: In static member function 'static void bx_e1000_c::write_handler(void*, Bit32u, Bit32u, unsigned int)':
  206. e1000.cc:868:10: warning: variable 'offset' set but not used [-Wunused-but-set-variable]
  207. Bit8u offset;
  208. ^
  209. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread eth_null.cc -o eth_null.o
  210. eth_null.cc: In static member function 'static void bx_null_pktmover_c::rx_timer_handler(void*)':
  211. eth_null.cc:151:18: warning: unused variable 'netdev' [-Wunused-variable]
  212. bx_devmodel_c *netdev = class_ptr->netdev;
  213. ^
  214. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread eth_vnet.cc -o eth_vnet.o
  215. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread eth_slirp.cc -o eth_slirp.o
  216. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread eth_socket.cc -o eth_socket.o
  217. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread eth_win32.cc -o eth_win32.o
  218. eth_win32.cc:229:1: warning: narrowing conversion of '2863311530u' from 'unsigned int' to 'bpf_int32 {aka int}' inside { } is ill-formed in C++11 [-Wnarrowing]
  219. };
  220. ^
  221. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread netutil.cc -o netutil.o
  222. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/arp_table.cc -o slirp/arp_table.o
  223. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/bootp.cc -o slirp/bootp.o
  224. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/cksum.cc -o slirp/cksum.o
  225. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/compat.cc -o slirp/compat.o
  226. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/dnssearch.cc -o slirp/dnssearch.o
  227. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/if.cc -o slirp/if.o
  228. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/ip_icmp.cc -o slirp/ip_icmp.o
  229. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/ip_input.cc -o slirp/ip_input.o
  230. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/ip_output.cc -o slirp/ip_output.o
  231. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/mbuf.cc -o slirp/mbuf.o
  232. slirp/mbuf.cc: In function 'void m_cat(mbuf*, mbuf*)':
  233. slirp/mbuf.cc:141:1: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow]
  234. m_cat(struct mbuf *m, struct mbuf *n)
  235. ^
  236. slirp/mbuf.cc:163:9: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow]
  237. if(m->m_size>size) return;
  238. ^
  239. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/misc.cc -o slirp/misc.o
  240. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/sbuf.cc -o slirp/sbuf.o
  241. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/slirp.cc -o slirp/slirp.o
  242. slirp/slirp.cc: In function 'ssize_t slirp_send(socket*, const void*, size_t, int)':
  243. slirp/slirp.cc:873:16: warning: unused variable 'slirp' [-Wunused-variable]
  244. Slirp *slirp = so->slirp;
  245. ^
  246. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/socket.cc -o slirp/socket.o
  247. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/tcp_input.cc -o slirp/tcp_input.o
  248. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/tcp_output.cc -o slirp/tcp_output.o
  249. slirp/tcp_output.cc: In function 'int tcp_output(tcpcb*)':
  250. slirp/tcp_output.cc:316:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  251. if (off + len == so->so_snd.sb_cc)
  252. ^
  253. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/tcp_subr.cc -o slirp/tcp_subr.o
  254. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/tcp_timer.cc -o slirp/tcp_timer.o
  255. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/tftp.cc -o slirp/tftp.o
  256. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread slirp/udp.cc -o slirp/udp.o
  257. rm -f libnetwork.a
  258. 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
  259. a - netmod.o
  260. a - ne2k.o
  261. a - e1000.o
  262. a - eth_null.o
  263. a - eth_vnet.o
  264. a - eth_slirp.o
  265. a - eth_socket.o
  266. a - eth_win32.o
  267. a - netutil.o
  268. a - slirp/arp_table.o
  269. a - slirp/bootp.o
  270. a - slirp/cksum.o
  271. a - slirp/compat.o
  272. a - slirp/dnssearch.o
  273. a - slirp/if.o
  274. a - slirp/ip_icmp.o
  275. a - slirp/ip_input.o
  276. a - slirp/ip_output.o
  277. a - slirp/mbuf.o
  278. a - slirp/misc.o
  279. a - slirp/sbuf.o
  280. a - slirp/slirp.o
  281. a - slirp/socket.o
  282. a - slirp/tcp_input.o
  283. a - slirp/tcp_output.o
  284. a - slirp/tcp_subr.o
  285. a - slirp/tcp_timer.o
  286. a - slirp/tftp.o
  287. a - slirp/udp.o
  288. C:\MinGW\bin\ar.exe: creating libnetwork.a
  289. echo libnetwork.a
  290. libnetwork.a
  291. make[1]: Leaving directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/network'
  292. echo done
  293. done
  294. cd iodev/sound && \
  295. make libsound.a
  296. make[1]: Entering directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/sound'
  297. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread soundmod.cc -o soundmod.o
  298. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread soundlow.cc -o soundlow.o
  299. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread sb16.cc -o sb16.o
  300. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread es1370.cc -o es1370.o
  301. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread sounddummy.cc -o sounddummy.o
  302. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread soundfile.cc -o soundfile.o
  303. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread soundwin.cc -o soundwin.o
  304. soundwin.cc: In member function 'virtual int bx_soundlow_midiout_win_c::closemidioutput()':
  305. soundwin.cc:456:8: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
  306. UINT ret;
  307. ^
  308. g++ -c -I.. -I../.. -I./.. -I./../.. -I../../instrument/stubs -I./../../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread opl.cc -o opl.o
  309. rm -f libsound.a
  310. ar rv libsound.a soundmod.o soundlow.o sb16.o es1370.o sounddummy.o soundfile.o soundwin.o opl.o
  311. a - soundmod.o
  312. a - soundlow.o
  313. a - sb16.o
  314. a - es1370.o
  315. a - sounddummy.o
  316. a - soundfile.o
  317. a - soundwin.o
  318. a - opl.o
  319. C:\MinGW\bin\ar.exe: creating libsound.a
  320. echo libsound.a
  321. libsound.a
  322. make[1]: Leaving directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/sound'
  323. echo done
  324. done
  325. cd cpu && \
  326. make libcpu.a
  327. make[1]: Entering directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/cpu'
  328. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread init.cc -o init.o
  329. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread cpu.cc -o cpu.o
  330. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread event.cc -o event.o
  331. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread icache.cc -o icache.o
  332. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread decoder/fetchdecode32.cc -o decoder/fetchdecode32.o
  333. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread access.cc -o access.o
  334. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread access2.cc -o access2.o
  335. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread shift16.cc -o shift16.o
  336. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread logical16.cc -o logical16.o
  337. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread ctrl_xfer32.cc -o ctrl_xfer32.o
  338. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread ctrl_xfer16.cc -o ctrl_xfer16.o
  339. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread mmx.cc -o mmx.o
  340. mmx.cc: In static member function 'static void BX_CPU_C::print_state_MMX()':
  341. mmx.cc:34:25: warning: variable 'mm' set but not used [-Wunused-but-set-variable]
  342. BxPackedMmxRegister mm = BX_READ_MMX_REG(i);
  343. ^
  344. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread 3dnow.cc -o 3dnow.o
  345. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread fpu_emu.cc -o fpu_emu.o
  346. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread sse.cc -o sse.o
  347. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread sse_move.cc -o sse_move.o
  348. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread sse_pfp.cc -o sse_pfp.o
  349. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread sse_rcp.cc -o sse_rcp.o
  350. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread sse_string.cc -o sse_string.o
  351. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread xsave.cc -o xsave.o
  352. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread aes.cc -o aes.o
  353. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread sha.cc -o sha.o
  354. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread svm.cc -o svm.o
  355. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vmx.cc -o vmx.o
  356. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vmcs.cc -o vmcs.o
  357. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vmexit.cc -o vmexit.o
  358. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vmfunc.cc -o vmfunc.o
  359. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread soft_int.cc -o soft_int.o
  360. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread apic.cc -o apic.o
  361. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread bcd.cc -o bcd.o
  362. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread mult16.cc -o mult16.o
  363. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread tasking.cc -o tasking.o
  364. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread shift32.cc -o shift32.o
  365. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread shift8.cc -o shift8.o
  366. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread arith8.cc -o arith8.o
  367. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread stack.cc -o stack.o
  368. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread stack16.cc -o stack16.o
  369. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread protect_ctrl.cc -o protect_ctrl.o
  370. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread mult8.cc -o mult8.o
  371. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread load.cc -o load.o
  372. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread data_xfer8.cc -o data_xfer8.o
  373. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vm8086.cc -o vm8086.o
  374. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread logical8.cc -o logical8.o
  375. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread logical32.cc -o logical32.o
  376. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread arith16.cc -o arith16.o
  377. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread segment_ctrl.cc -o segment_ctrl.o
  378. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread data_xfer16.cc -o data_xfer16.o
  379. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread data_xfer32.cc -o data_xfer32.o
  380. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread exception.cc -o exception.o
  381. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread cpuid.cc -o cpuid.o
  382. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread generic_cpuid.cc -o generic_cpuid.o
  383. generic_cpuid.cc: In member function 'virtual void bx_generic_cpuid_t::get_cpuid_leaf(Bit32u, Bit32u, cpuid_function_t*) const':
  384. generic_cpuid.cc:81:22: warning: unused variable 'brand_string' [-Wunused-variable]
  385. static const char *brand_string = (const char *)SIM->get_param_string(BXPN_BRAND_STRING)->getptr();
  386. ^
  387. g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread proc_ctrl.cc -o proc_ctrl.o
  388. proc_ctrl.cc: In static member function 'static BX_INSF_TYPE BX_CPU_C::CLZERO(bxInstruction_c*)':
  389. proc_ctrl.cc:325:54: error: 'write_virtual_xmmword' was not declared in this scope
  390. write_virtual_xmmword(i->seg(), eaddr+n, &xmmzero);
  391. ^
  392. make[1]: *** [proc_ctrl.o] Error 1
  393. make[1]: Leaving directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/cpu'
  394. make: *** [cpu/libcpu.a] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement