Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cd iodev && \
- make libiodev.a
- make[1]: Entering directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev'
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread devices.cc -o devices.o
- 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
- 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
- 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:104:5: note: declared here
- int usleep( useconds_t period ){ return __mingw_sleep( 0, 1000 * period ); }
- ^
- 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:104:5: note: declared here
- int usleep( useconds_t period ){ return __mingw_sleep( 0, 1000 * period ); }
- ^
- 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:104:5: note: declared here
- int usleep( useconds_t period ){ return __mingw_sleep( 0, 1000 * period ); }
- ^
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread pic.cc -o pic.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread pit.cc -o pit.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread serial.cc -o serial.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread parallel.cc -o parallel.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread floppy.cc -o floppy.o
- floppy.cc: In static member function 'static Bit32u bx_floppy_ctrl_c::read_handler(void*, Bit32u, unsigned int)':
- floppy.cc:474:9: warning: unused variable 'pending_command' [-Wunused-variable]
- Bit8u pending_command = BX_FD_THIS s.pending_command;
- ^
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread keyboard.cc -o keyboard.o
- keyboard.cc: In static member function 'static void bx_keyb_c::kbd_ctrl_to_kbd(Bit8u)':
- keyboard.cc:1008:12: warning: unused variable 'cps' [-Wunused-variable]
- double cps = 1 /((double)(8 + (value & 0x07)) * (double)exp(log((double)2) * (double)((value >> 3) & 0x03)) * 0.00417);
- ^
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread biosdev.cc -o biosdev.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread cmos.cc -o cmos.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread harddrv.cc -o harddrv.o
- harddrv.cc: In static member function 'static void bx_hard_drive_c::write_handler(void*, Bit32u, Bit32u, unsigned int)':
- harddrv.cc:1901:16: warning: unused variable 'drvsel' [-Wunused-variable]
- Bit32u drvsel = BX_HD_THIS channels[channel].drive_select = (value >> 4) & 0x01;
- ^
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread dma.cc -o dma.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread unmapped.cc -o unmapped.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread extfpuirq.cc -o extfpuirq.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread speaker.cc -o speaker.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread ioapic.cc -o ioapic.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread busmouse.cc -o busmouse.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread pci.cc -o pci.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread pci2isa.cc -o pci2isa.o
- 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
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread acpi.cc -o acpi.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread gameport.cc -o gameport.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread pit82c54.cc -o pit82c54.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread scancodes.cc -o scancodes.o
- 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
- 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
- make[1]: Leaving directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev'
- echo done
- done
- cd iodev/display && \
- make libdisplay.a
- make[1]: Entering directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/display'
- 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
- 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
- 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
- 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
- make[1]: Leaving directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/display'
- echo done
- done
- cd iodev/hdimage && \
- make libhdimage.a
- make[1]: Entering directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/hdimage'
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- make[1]: Leaving directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/hdimage'
- echo done
- done
- cd iodev/usb && \
- make libusb.a
- make[1]: Entering directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/usb'
- 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
- 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
- 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
- usb_ehci.cc: In static member function 'static bx_bool bx_usb_ehci_c::write_handler(bx_phy_address, unsigned int, void*, void*)':
- usb_ehci.cc:756:10: warning: variable 'value_hi' set but not used [-Wunused-but-set-variable]
- Bit32u value_hi = *((Bit32u *) ((Bit8u *) data + 4));
- ^
- 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
- 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
- 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
- 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
- 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
- usb_hub.cc: In member function 'virtual void usb_hub_device_c::runtime_config()':
- usb_hub.cc:623:10: warning: variable 'hubnum' set but not used [-Wunused-but-set-variable]
- int i, hubnum;
- ^
- 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)':
- usb_hub.cc:650:7: warning: variable 'hubnum' set but not used [-Wunused-but-set-variable]
- int hubnum, portnum;
- ^
- 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
- 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
- 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
- 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
- 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
- make[1]: Leaving directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/usb'
- echo done
- done
- cd iodev/network && \
- make libnetwork.a
- make[1]: Entering directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/network'
- 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
- 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
- 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
- e1000.cc: In static member function 'static Bit32u bx_e1000_c::read_handler(void*, Bit32u, unsigned int)':
- e1000.cc:843:9: warning: variable 'offset' set but not used [-Wunused-but-set-variable]
- Bit8u offset;
- ^
- e1000.cc: In static member function 'static void bx_e1000_c::write_handler(void*, Bit32u, Bit32u, unsigned int)':
- e1000.cc:868:10: warning: variable 'offset' set but not used [-Wunused-but-set-variable]
- Bit8u offset;
- ^
- 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
- eth_null.cc: In static member function 'static void bx_null_pktmover_c::rx_timer_handler(void*)':
- eth_null.cc:151:18: warning: unused variable 'netdev' [-Wunused-variable]
- bx_devmodel_c *netdev = class_ptr->netdev;
- ^
- 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
- 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
- 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
- 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
- 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]
- };
- ^
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- slirp/mbuf.cc: In function 'void m_cat(mbuf*, mbuf*)':
- slirp/mbuf.cc:141:1: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow]
- m_cat(struct mbuf *m, struct mbuf *n)
- ^
- slirp/mbuf.cc:163:9: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow]
- if(m->m_size>size) return;
- ^
- 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
- 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
- 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
- slirp/slirp.cc: In function 'ssize_t slirp_send(socket*, const void*, size_t, int)':
- slirp/slirp.cc:873:16: warning: unused variable 'slirp' [-Wunused-variable]
- Slirp *slirp = so->slirp;
- ^
- 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
- 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
- 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
- slirp/tcp_output.cc: In function 'int tcp_output(tcpcb*)':
- slirp/tcp_output.cc:316:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
- if (off + len == so->so_snd.sb_cc)
- ^
- 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
- 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
- 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
- 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
- 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
- make[1]: Leaving directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/network'
- echo done
- done
- cd iodev/sound && \
- make libsound.a
- make[1]: Entering directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/sound'
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- soundwin.cc: In member function 'virtual int bx_soundlow_midiout_win_c::closemidioutput()':
- soundwin.cc:456:8: warning: variable 'ret' set but not used [-Wunused-but-set-variable]
- UINT ret;
- ^
- 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
- 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
- make[1]: Leaving directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/iodev/sound'
- echo done
- done
- cd cpu && \
- make libcpu.a
- make[1]: Entering directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/cpu'
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread init.cc -o init.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread cpu.cc -o cpu.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread event.cc -o event.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread icache.cc -o icache.o
- 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
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread access.cc -o access.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread access2.cc -o access2.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread shift16.cc -o shift16.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread logical16.cc -o logical16.o
- 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
- 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
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread mmx.cc -o mmx.o
- mmx.cc: In static member function 'static void BX_CPU_C::print_state_MMX()':
- mmx.cc:34:25: warning: variable 'mm' set but not used [-Wunused-but-set-variable]
- BxPackedMmxRegister mm = BX_READ_MMX_REG(i);
- ^
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread 3dnow.cc -o 3dnow.o
- 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
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread sse.cc -o sse.o
- 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
- 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
- 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
- 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
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread xsave.cc -o xsave.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread aes.cc -o aes.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread sha.cc -o sha.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread svm.cc -o svm.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vmx.cc -o vmx.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vmcs.cc -o vmcs.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vmexit.cc -o vmexit.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vmfunc.cc -o vmfunc.o
- 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
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread apic.cc -o apic.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread bcd.cc -o bcd.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread mult16.cc -o mult16.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread tasking.cc -o tasking.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread shift32.cc -o shift32.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread shift8.cc -o shift8.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread arith8.cc -o arith8.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread stack.cc -o stack.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread stack16.cc -o stack16.o
- 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
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread mult8.cc -o mult8.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread load.cc -o load.o
- 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
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread vm8086.cc -o vm8086.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread logical8.cc -o logical8.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread logical32.cc -o logical32.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread arith16.cc -o arith16.o
- 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
- 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
- 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
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread exception.cc -o exception.o
- g++ -c -I.. -I./.. -I../instrument/stubs -I./../instrument/stubs -O3 -Wall -Wno-format -mno-ms-bitfields -DWIN32 -pthread cpuid.cc -o cpuid.o
- 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
- generic_cpuid.cc: In member function 'virtual void bx_generic_cpuid_t::get_cpuid_leaf(Bit32u, Bit32u, cpuid_function_t*) const':
- generic_cpuid.cc:81:22: warning: unused variable 'brand_string' [-Wunused-variable]
- static const char *brand_string = (const char *)SIM->get_param_string(BXPN_BRAND_STRING)->getptr();
- ^
- 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
- 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);
- ^
- make[1]: *** [proc_ctrl.o] Error 1
- make[1]: Leaving directory `/c/Users/mbereza/Downloads/bochs-2.6.9/bochs-2.6.9/cpu'
- make: *** [cpu/libcpu.a] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement