Cook: etherboot 5.4.4 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): libgdbm-1.18.1-i486 Installing (pkg/local): perl-core-5.28.1-i486 Installing (pkg/local): perl-5.28.1-i486 Extracting source archive "etherboot-5.4.4.tar.bz2" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed Applying patch etherboot-net.u patching file src/Makefile.main patching file src/core/main.c Applying patch etherboot-prefix.u patching file src/arch/i386/prefix/liloprefix.S patching file src/arch/i386/prefix/bImageprefix.S Scanning for ROMs and dependencies... gcc -O2 -DENCODE -DDECODE -DMAIN -DVERBOSE -DNDEBUG -DBITSIZE=32 -DENDIAN=0 -o bin/nrv2b util/nrv2b.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_3C90X -o bin/3c90x.o -c drivers/net/3c90x.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_3C595 -o bin/3c595.o -c drivers/net/3c595.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/davicom.o -c drivers/net/davicom.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_EEPRO100 -o bin/eepro100.o -c drivers/net/eepro100.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_NS8390 -o bin/ns8390.o -c drivers/net/ns8390.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead In file included from drivers/net/3c90x.c:43: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ drivers/net/eepro100.c: In function 'eepro100_transmit': drivers/net/eepro100.c:404:10: warning: variable 's2' set but not used [-Wunused-but-set-variable] int s1, s2; ^~ drivers/net/eepro100.c:404:6: warning: variable 's1' set but not used [-Wunused-but-set-variable] int s1, s2; ^~ drivers/net/ns8390.c: In function 'ns8390_transmit': drivers/net/ns8390.c:447:17: warning: pointer targets in passing argument 1 of 'eth_pio_write' differ in signedness [-Wpointer-sign] eth_pio_write(d, eth_tx_start<<8, ETH_ALEN); ^ drivers/net/ns8390.c:164:13: note: expected 'const unsigned char *' but argument is of type 'const char *' static void eth_pio_write(const unsigned char *src, unsigned int dst, unsigned int cnt) ^~~~~~~~~~~~~ drivers/net/ns8390.c:451:17: warning: pointer targets in passing argument 1 of 'eth_pio_write' differ in signedness [-Wpointer-sign] eth_pio_write(p, (eth_tx_start<<8)+ETH_HLEN, s); ^ drivers/net/ns8390.c:164:13: note: expected 'const unsigned char *' but argument is of type 'const char *' static void eth_pio_write(const unsigned char *src, unsigned int dst, unsigned int cnt) ^~~~~~~~~~~~~ drivers/net/ns8390.c: In function 'ns8390_poll': drivers/net/ns8390.c:531:24: warning: pointer targets in passing argument 2 of 'eth_pio_read' differ in signedness [-Wpointer-sign] eth_pio_read(pktoff, (char *)&pkthdr, 4); ^~~~~~~~~~~~~~~ drivers/net/ns8390.c:117:13: note: expected 'unsigned char *' but argument is of type 'char *' static void eth_pio_read(unsigned int src, unsigned char *dst, unsigned int cnt) ^~~~~~~~~~~~ In file included from drivers/net/3c595.c:32: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ In file included from drivers/net/eepro100.c:109: drivers/net/eepro100.c: At top level: drivers/net/ns8390.c: In function 'nepci_probe': include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ drivers/net/ns8390.c:897:18: warning: pointer targets in passing argument 1 of 'eth_pio_write' differ in signedness [-Wpointer-sign] eth_pio_write(test, 8192, sizeof(test)); ^~~~ drivers/net/ns8390.c:164:13: note: expected 'const unsigned char *' but argument is of type 'char *' static void eth_pio_write(const unsigned char *src, unsigned int dst, unsigned int cnt) ^~~~~~~~~~~~~ drivers/net/ns8390.c:898:23: warning: pointer targets in passing argument 2 of 'eth_pio_read' differ in signedness [-Wpointer-sign] eth_pio_read(8192, testbuf, sizeof(test)); ^~~~~~~ drivers/net/ns8390.c:117:13: note: expected 'unsigned char *' but argument is of type 'char *' static void eth_pio_read(unsigned int src, unsigned char *dst, unsigned int cnt) ^~~~~~~~~~~~ drivers/net/ns8390.c:909:18: warning: pointer targets in passing argument 1 of 'eth_pio_write' differ in signedness [-Wpointer-sign] eth_pio_write(test, 16384, sizeof(test)); ^~~~ drivers/net/ns8390.c:164:13: note: expected 'const unsigned char *' but argument is of type 'char *' static void eth_pio_write(const unsigned char *src, unsigned int dst, unsigned int cnt) ^~~~~~~~~~~~~ drivers/net/ns8390.c:910:24: warning: pointer targets in passing argument 2 of 'eth_pio_read' differ in signedness [-Wpointer-sign] eth_pio_read(16384, testbuf, sizeof(test)); ^~~~~~~ drivers/net/ns8390.c:117:13: note: expected 'unsigned char *' but argument is of type 'char *' static void eth_pio_read(unsigned int src, unsigned char *dst, unsigned int cnt) ^~~~~~~~~~~~ drivers/net/ns8390.c:919:19: warning: pointer targets in passing argument 2 of 'eth_pio_read' differ in signedness [-Wpointer-sign] eth_pio_read(0, romdata, sizeof(romdata)); ^~~~~~~ drivers/net/ns8390.c:117:13: note: expected 'unsigned char *' but argument is of type 'char *' static void eth_pio_read(unsigned int src, unsigned char *dst, unsigned int cnt) ^~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/pcnet32.o -c drivers/net/pcnet32.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/prism2_plx.o -c drivers/net/prism2_plx.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_RTL8139 -o bin/rtl8139.o -c drivers/net/rtl8139.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/pcnet32.c: In function 'pcnet32_probe': drivers/net/pcnet32.c:917:7: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] int tmp; ^~~ In file included from drivers/net/pcnet32.c:49: drivers/net/pcnet32.c: At top level: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ In file included from drivers/net/prism2.c:58, from drivers/net/prism2_plx.c:18: drivers/net/p80211hdr.h:226:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 a1[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/p80211hdr.h:227:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 a2[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/p80211hdr.h:228:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 a3[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/p80211hdr.h:238:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 a1[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/p80211hdr.h:239:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 a2[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/p80211hdr.h:240:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 a3[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/p80211hdr.h:242:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 a4[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/p80211hdr.h:248:2: warning: 'packed' attribute ignored for field of type 'p80211_hdr_a3_t' {aka 'struct p80211_hdr_a3'} [-Wattributes] p80211_hdr_a3_t a3 __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~ drivers/net/p80211hdr.h:249:2: warning: 'packed' attribute ignored for field of type 'p80211_hdr_a4_t' {aka 'struct p80211_hdr_a4'} [-Wattributes] p80211_hdr_a4_t a4 __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~ In file included from drivers/net/prism2.c:59, from drivers/net/prism2_plx.c:18: drivers/net/hfa384x.h:886:2: warning: 'packed' attribute ignored for field of type 'UINT8[]' [-Wattributes] UINT8 data[0] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:892:2: warning: 'packed' attribute ignored for field of type 'UINT8[32]' {aka 'unsigned char[32]'} [-Wattributes] UINT8 data[32] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:949:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 cnfOwnMACAddress[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:955:2: warning: 'packed' attribute ignored for field of type 'UINT8[34]' {aka 'unsigned char[34]'} [-Wattributes] UINT8 cnfDesiredSSID[34] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:967:2: warning: 'packed' attribute ignored for field of type 'UINT8[34]' {aka 'unsigned char[34]'} [-Wattributes] UINT8 cnfOwnSSID[34] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:991:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 cnfWDSAddress[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1031:2: warning: 'packed' attribute ignored for field of type 'UINT8[34]' {aka 'unsigned char[34]'} [-Wattributes] UINT8 cnfOwnName[34] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1043:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 cnfWDSAddress[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1060:2: warning: 'packed' attribute ignored for field of type 'UINT8[16][6]' {aka 'unsigned char[16][6]'} [-Wattributes] UINT8 MACAddress[16][6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1110:2: warning: 'packed' attribute ignored for field of type 'hfa384x_bytestr32_t' {aka 'struct hfa384x_bytestr32'} [-Wattributes] hfa384x_bytestr32_t ssid __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1116:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 bssid[WLAN_BSSID_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1123:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/rtl8139.c: In function 'rtl_transmit': drivers/net/rtl8139.c:371:16: warning: variable 'txstatus' set but not used [-Wunused-but-set-variable] unsigned long txstatus; ^~~~~~~~ drivers/net/hfa384x.h:1196:2: warning: 'packed' attribute ignored for field of type 'UINT8[12]' {aka 'unsigned char[12]'} [-Wattributes] UINT8 NICSerialNumber[12] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1237:2: warning: 'packed' attribute ignored for field of type 'UINT8[14]' {aka 'unsigned char[14]'} [-Wattributes] UINT8 primary[HFA384x_FWID_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1238:2: warning: 'packed' attribute ignored for field of type 'UINT8[14]' {aka 'unsigned char[14]'} [-Wattributes] UINT8 secondary[HFA384x_FWID_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1250:2: warning: 'packed' attribute ignored for field of type 'UINT8[12]' {aka 'unsigned char[12]'} [-Wattributes] UINT8 RegulatoryDomains[12] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1262:2: warning: 'packed' attribute ignored for field of type 'UINT8[480]' {aka 'unsigned char[480]'} [-Wattributes] UINT8 CIS[480] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1314:2: warning: 'packed' attribute ignored for field of type 'UINT8[34]' {aka 'unsigned char[34]'} [-Wattributes] UINT8 CurrentSSID[34] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1320:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 CurrentBSSID[6] __WLAN_ATTRIB_PACK__; ^~~~~ In file included from drivers/net/rtl8139.c:68: drivers/net/rtl8139.c: At top level: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ drivers/net/hfa384x.h:1421:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 OwnMACAddress[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1473:2: warning: 'packed' attribute ignored for field of type 'UINT8[10]' {aka 'unsigned char[10]'} [-Wattributes] UINT8 SupportedDataRates[10] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1530:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address1[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1531:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address2[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1532:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address3[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1534:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address4[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1539:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 dest_addr[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1540:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 src_addr[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1605:2: warning: 'packed' attribute ignored for field of type 'UINT8' {aka 'unsigned char'} [-Wattributes] UINT8 silence __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1606:2: warning: 'packed' attribute ignored for field of type 'UINT8' {aka 'unsigned char'} [-Wattributes] UINT8 signal __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1607:2: warning: 'packed' attribute ignored for field of type 'UINT8' {aka 'unsigned char'} [-Wattributes] UINT8 rate __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1608:2: warning: 'packed' attribute ignored for field of type 'UINT8' {aka 'unsigned char'} [-Wattributes] UINT8 rx_flow __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1615:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address1[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1616:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address2[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1617:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address3[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1619:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address4[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1623:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 dest_addr[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1624:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 src_addr[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1675:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 handover_addr[WLAN_BSSID_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1735:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 bssid[WLAN_BSSID_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1738:2: warning: 'packed' attribute ignored for field of type 'hfa384x_bytestr32_t' {aka 'struct hfa384x_bytestr32'} [-Wattributes] hfa384x_bytestr32_t ssid __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1739:2: warning: 'packed' attribute ignored for field of type 'UINT8[10]' {aka 'unsigned char[10]'} [-Wattributes] UINT8 supprates[10] __WLAN_ATTRIB_PACK__; /* 802.11 info element */ ^~~~~ drivers/net/hfa384x.h:1748:3: warning: 'packed' attribute ignored for field of type 'hfa384x_ScanResultSub_t[31]' {aka 'struct hfa384x_ScanResultSub[31]'} [-Wattributes] result[HFA384x_SCANRESULT_MAX] __WLAN_ATTRIB_PACK__; ^~~~~~ drivers/net/hfa384x.h:1767:3: warning: 'packed' attribute ignored for field of type 'hfa384x_ChInfoResultSub_t[16]' {aka 'struct hfa384x_ChInfoResultSub[16]'} [-Wattributes] result[HFA384x_CHINFORESULT_MAX] __WLAN_ATTRIB_PACK__; ^~~~~~ drivers/net/hfa384x.h:1776:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 bssid[WLAN_BSSID_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1779:2: warning: 'packed' attribute ignored for field of type 'hfa384x_bytestr32_t' {aka 'struct hfa384x_bytestr32'} [-Wattributes] hfa384x_bytestr32_t ssid __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1780:2: warning: 'packed' attribute ignored for field of type 'UINT8[10]' {aka 'unsigned char[10]'} [-Wattributes] UINT8 supprates[10] __WLAN_ATTRIB_PACK__; /* 802.11 info element */ ^~~~~ drivers/net/hfa384x.h:1790:3: warning: 'packed' attribute ignored for field of type 'hfa384x_HScanResultSub_t[31]' {aka 'struct hfa384x_HScanResultSub[31]'} [-Wattributes] result[HFA384x_HSCANRESULT_MAX] __WLAN_ATTRIB_PACK__; ^~~~~~ drivers/net/hfa384x.h:1820:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 sta_addr[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1822:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 old_ap_addr[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1831:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 sta_addr[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1844:3: warning: 'packed' attribute ignored for field of type 'hfa384x_CommTallies16_t' {aka 'struct hfa384x_CommTallies16'} [-Wattributes] hfa384x_CommTallies16_t commtallies16 __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1845:3: warning: 'packed' attribute ignored for field of type 'hfa384x_CommTallies32_t' {aka 'struct hfa384x_CommTallies32'} [-Wattributes] hfa384x_CommTallies32_t commtallies32 __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1846:3: warning: 'packed' attribute ignored for field of type 'hfa384x_ScanResult_t' {aka 'struct hfa384x_ScanResult'} [-Wattributes] hfa384x_ScanResult_t scanresult __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1847:3: warning: 'packed' attribute ignored for field of type 'hfa384x_ChInfoResult_t' {aka 'struct hfa384x_ChInfoResult'} [-Wattributes] hfa384x_ChInfoResult_t chinforesult __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1848:3: warning: 'packed' attribute ignored for field of type 'hfa384x_HScanResult_t' {aka 'struct hfa384x_HScanResult'} [-Wattributes] hfa384x_HScanResult_t hscanresult __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1849:3: warning: 'packed' attribute ignored for field of type 'hfa384x_LinkStatus_t' {aka 'struct hfa384x_LinkStatus'} [-Wattributes] hfa384x_LinkStatus_t linkstatus __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1850:3: warning: 'packed' attribute ignored for field of type 'hfa384x_AssocStatus_t' {aka 'struct hfa384x_AssocStatus'} [-Wattributes] hfa384x_AssocStatus_t assocstatus __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1851:3: warning: 'packed' attribute ignored for field of type 'hfa384x_AuthReq_t' {aka 'struct hfa384x_AuthRequest'} [-Wattributes] hfa384x_AuthReq_t authreq __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1852:3: warning: 'packed' attribute ignored for field of type 'hfa384x_PSUserCount_t' {aka 'struct hfa384x_PSUserCount'} [-Wattributes] hfa384x_PSUserCount_t psusercnt __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1859:2: warning: 'packed' attribute ignored for field of type 'hfa384x_infodata_t' {aka 'union hfa384x_infodata'} [-Wattributes] hfa384x_infodata_t info __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2034:2: warning: 'packed' attribute ignored for field of type 'UINT8[8]' {aka 'unsigned char[8]'} [-Wattributes] UINT8 num[8] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:2039:2: warning: 'packed' attribute ignored for field of type 'UINT8[8]' {aka 'unsigned char[8]'} [-Wattributes] UINT8 num[8] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:2044:2: warning: 'packed' attribute ignored for field of type 'UINT8[12]' {aka 'unsigned char[12]'} [-Wattributes] UINT8 num[12] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:2068:2: warning: 'packed' attribute ignored for field of type 'UINT8[12]' {aka 'unsigned char[12]'} [-Wattributes] UINT8 size[12] __WLAN_ATTRIB_PACK__; /* units of KB */ ^~~~~ drivers/net/hfa384x.h:2113:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 addr[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:2118:2: warning: 'packed' attribute ignored for field of type 'UINT8[8]' {aka 'unsigned char[8]'} [-Wattributes] UINT8 callname[8] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:2228:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_pcb_partnum_t' {aka 'struct hfa384x_pdr_pcb_partnum'} [-Wattributes] hfa384x_pdr_pcb_partnum_t pcb_partnum __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2229:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_pcb_tracenum_t' {aka 'struct hfa384x_pdr_pcb_tracenum'} [-Wattributes] hfa384x_pdr_pcb_tracenum_t pcb_tracenum __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2230:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_nic_serial_t' {aka 'struct hfa384x_pdr_nic_serial'} [-Wattributes] hfa384x_pdr_nic_serial_t nic_serial __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2231:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_mkk_measurements_t' {aka 'struct hfa384x_pdr_mkk_measurements'} [-Wattributes] hfa384x_pdr_mkk_measurements_t mkk_measurements __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2232:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_nic_ramsize_t' {aka 'struct hfa384x_pdr_nic_ramsize'} [-Wattributes] hfa384x_pdr_nic_ramsize_t nic_ramsize __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2233:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_mfisuprange_t' {aka 'struct hfa384x_pdr_mfisuprange'} [-Wattributes] hfa384x_pdr_mfisuprange_t mfisuprange __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2234:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_cfisuprange_t' {aka 'struct hfa384x_pdr_cfisuprange'} [-Wattributes] hfa384x_pdr_cfisuprange_t cfisuprange __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2235:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_nicid_t' {aka 'struct hfa384x_pdr_nicid'} [-Wattributes] hfa384x_pdr_nicid_t nicid __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2236:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_refdac_measurements_t' {aka 'struct hfa384x_pdr_refdac_measurements'} [-Wattributes] hfa384x_pdr_refdac_measurements_t refdac_measurements __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2237:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_vgdac_measurements_t' {aka 'struct hfa384x_pdr_vgdac_measurements'} [-Wattributes] hfa384x_pdr_vgdac_measurements_t vgdac_measurements __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2238:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_level_compc_measurements_t' {aka 'struct hfa384x_pdr_level_comp_measurements'} [-Wattributes] hfa384x_pdr_level_compc_measurements_t level_compc_measurements __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2239:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_mac_address_t' {aka 'struct hfa384x_pdr_mac_address'} [-Wattributes] hfa384x_pdr_mac_address_t mac_address __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2240:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_mkk_callname_t' {aka 'struct hfa384x_pdr_mkk_callname'} [-Wattributes] hfa384x_pdr_mkk_callname_t mkk_callname __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2241:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_regdomain_t' {aka 'struct hfa384x_pdr_regdomain'} [-Wattributes] hfa384x_pdr_regdomain_t regdomain __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2242:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_allowed_channel_t' {aka 'struct hfa384x_pdr_allowed_channel'} [-Wattributes] hfa384x_pdr_allowed_channel_t allowed_channel __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2243:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_default_channel_t' {aka 'struct hfa384x_pdr_default_channel'} [-Wattributes] hfa384x_pdr_default_channel_t default_channel __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2244:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_privacy_option_t' {aka 'struct hfa384x_pdr_privacy_option'} [-Wattributes] hfa384x_pdr_privacy_option_t privacy_option __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2245:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_temptype_t' {aka 'struct hfa384x_pdr_temptype'} [-Wattributes] hfa384x_pdr_temptype_t temptype __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2246:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_refdac_setup_t' {aka 'struct hfa384x_pdr_refdac_setup'} [-Wattributes] hfa384x_pdr_refdac_setup_t refdac_setup __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2247:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_vgdac_setup_t' {aka 'struct hfa384x_pdr_vgdac_setup'} [-Wattributes] hfa384x_pdr_vgdac_setup_t vgdac_setup __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2248:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_level_comp_setup_t' {aka 'struct hfa384x_pdr_level_comp_setup'} [-Wattributes] hfa384x_pdr_level_comp_setup_t level_comp_setup __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2249:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_trimdac_setup_t' {aka 'struct hfa384x_pdr_trimdac_setup'} [-Wattributes] hfa384x_pdr_trimdac_setup_t trimdac_setup __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2250:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_ifr_setting_t' {aka 'struct hfa384x_pdr_ifr_setting'} [-Wattributes] hfa384x_pdr_ifr_setting_t ifr_setting __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2251:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_rfr_setting_t' {aka 'struct hfa384x_pdr_rfr_setting'} [-Wattributes] hfa384x_pdr_rfr_setting_t rfr_setting __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2252:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_hfa3861_baseline_t' {aka 'struct hfa384x_pdr_hfa3861_baseline'} [-Wattributes] hfa384x_pdr_hfa3861_baseline_t hfa3861_baseline __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2253:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_hfa3861_shadow_t' {aka 'struct hfa384x_pdr_hfa3861_shadow'} [-Wattributes] hfa384x_pdr_hfa3861_shadow_t hfa3861_shadow __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2254:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_hfa3861_ifrf_t' {aka 'struct hfa384x_pdr_hfa3861_ifrf'} [-Wattributes] hfa384x_pdr_hfa3861_ifrf_t hfa3861_ifrf __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2255:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_hfa3861_chcalsp_t' {aka 'struct hfa384x_pdr_hfa3861_chcalsp'} [-Wattributes] hfa384x_pdr_hfa3861_chcalsp_t hfa3861_chcalsp __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2256:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_hfa3861_chcali_t' {aka 'struct hfa384x_pdr_hfa3861_chcali'} [-Wattributes] hfa384x_pdr_hfa3861_chcali_t hfa3861_chcali __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2257:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_nic_config_t' {aka 'struct hfa384x_pdr_hfa3861_nic_config'} [-Wattributes] hfa384x_pdr_nic_config_t nic_config __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2258:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_hfa3861_manf_testsp_t' {aka 'struct hfa384x_pdr_hfa3861_manf_testsp'} [-Wattributes] hfa384x_pdr_hfa3861_manf_testsp_t hfa3861_manf_testsp __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2259:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_hfa3861_manf_testi_t' {aka 'struct hfa384x_pdr_hfa3861_manf_testi'} [-Wattributes] hfa384x_pdr_hfa3861_manf_testi_t hfa3861_manf_testi __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2260:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_end_of_pda_t' {aka 'struct hfa384x_end_of_pda'} [-Wattributes] hfa384x_pdr_end_of_pda_t end_of_pda __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2261:2: warning: 'packed' attribute ignored for field of type 'union pdr' [-Wattributes] } data __WLAN_ATTRIB_PACK__; ^ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_SIS900 -o bin/sis900.o -c drivers/net/sis900.c In file included from drivers/net/prism2_plx.c:18: drivers/net/prism2.c:140:3: warning: 'packed' attribute ignored for field of type 'UINT8' {aka 'unsigned char'} [-Wattributes] UINT8 dsap __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/prism2.c:141:3: warning: 'packed' attribute ignored for field of type 'UINT8' {aka 'unsigned char'} [-Wattributes] UINT8 ssap __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/prism2.c:142:3: warning: 'packed' attribute ignored for field of type 'UINT8' {aka 'unsigned char'} [-Wattributes] UINT8 ctl __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/prism2.c:150:3: warning: 'packed' attribute ignored for field of type 'UINT8[3]' {aka 'unsigned char[3]'} [-Wattributes] UINT8 oui[WLAN_IEEE_OUI_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_TULIP -o bin/tulip.o -c drivers/net/tulip.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead In file included from drivers/net/prism2.c:67, from drivers/net/prism2_plx.c:18: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ In file included from drivers/net/sis900.c:49: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_VIA_RHINE -o bin/via-rhine.o -c drivers/net/via-rhine.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/via-rhine.c: In function 'rhine_irq': drivers/net/via-rhine.c:940:13: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if( tp->chip_revision < 0x80 && tp->chip_revision >=0x40 ) ^~ drivers/net/via-rhine.c:942:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' intr_status = (intr_status & ~DEFAULT_INTR); ^~~~~~~~~~~ drivers/net/via-rhine.c: In function 'rhine_probe1': drivers/net/via-rhine.c:1037:20: warning: comparison of integer expressions of different signedness: 'int' and 'unsigned int' [-Wsign-compare] for(ww = 0; ww < W_MAX_TIMEOUT; ww++) { ^ In file included from drivers/net/via-rhine.c:52: drivers/net/via-rhine.c: At top level: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ drivers/net/tulip.c: In function 'tulip_poll': drivers/net/tulip.c:1164:13: warning: operation on 'tp->cur_rx' may be undefined [-Wsequence-point] tp->cur_rx = (++tp->cur_rx) % RX_RING_SIZE; ^ drivers/net/tulip.c:1173:16: warning: operation on 'tp->cur_rx' may be undefined [-Wsequence-point] tp->cur_rx = (++tp->cur_rx) % RX_RING_SIZE; ^ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/r8169.o -c drivers/net/r8169.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/r8169.c: In function 'rtl8169_init_board': drivers/net/r8169.c:482:38: warning: unused variable 'mmio_flags' [-Wunused-variable] unsigned long mmio_start, mmio_end, mmio_flags, mmio_len; ^~~~~~~~~~ drivers/net/r8169.c:482:28: warning: unused variable 'mmio_end' [-Wunused-variable] unsigned long mmio_start, mmio_end, mmio_flags, mmio_len; ^~~~~~~~ drivers/net/r8169.c:482:16: warning: variable 'mmio_start' set but not used [-Wunused-but-set-variable] unsigned long mmio_start, mmio_end, mmio_flags, mmio_len; ^~~~~~~~~~ drivers/net/r8169.c: In function 'r8169_probe': drivers/net/r8169.c:899:9: warning: variable 'rc' set but not used [-Wunused-but-set-variable] int i, rc; ^~ drivers/net/r8169.c:898:13: warning: variable 'printed_version' set but not used [-Wunused-but-set-variable] static int printed_version = 0; ^~~~~~~~~~~~~~~ In file included from drivers/net/r8169.c:53: drivers/net/r8169.c: At top level: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/forcedeth.o -c drivers/net/forcedeth.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/forcedeth.c: In function 'mac_reset': drivers/net/forcedeth.c:735:35: warning: unused parameter 'dev' [-Wunused-parameter] static void mac_reset(struct nic *dev) ~~~~~~~~~~~~^~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/ns83820.o -c drivers/net/ns83820.c drivers/net/forcedeth.c: In function 'drop_rx': drivers/net/forcedeth.c:799:10: warning: variable 'len' set but not used [-Wunused-but-set-variable] int i, len; ^~~ gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/forcedeth.c: In function 'forcedeth_reset': drivers/net/forcedeth.c:1146:7: warning: variable 'miistat' set but not used [-Wunused-but-set-variable] u32 miistat; ^~~~~~~ In file included from drivers/net/forcedeth.c:53: drivers/net/forcedeth.c: At top level: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ drivers/net/forcedeth.c:943:13: warning: 'nv_linkchange' defined but not used [-Wunused-function] static void nv_linkchange(struct nic *nic) ^~~~~~~~~~~~~ drivers/net/ns83820.c: In function 'phy_intr': drivers/net/ns83820.c:413:6: warning: variable 'tbisr' set but not used [-Wunused-but-set-variable] u32 tbisr, tanar, tanlpar; ^~~~~ drivers/net/ns83820.c: In function 'ns83820_poll': drivers/net/ns83820.c:693:13: warning: operation on 'ns->cur_rx' may be undefined [-Wsequence-point] ns->cur_rx = ++ns->cur_rx % NR_RX_DESC; ^ drivers/net/ns83820.c: In function 'ns83820_probe': drivers/net/ns83820.c:810:6: warning: variable 'sz' set but not used [-Wunused-but-set-variable] int sz; ^~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_EEPRO -o bin/eepro.o -c drivers/net/eepro.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/eepro.c: In function 'eepro_transmit': drivers/net/eepro.c:420:23: warning: variable 'tx_available' set but not used [-Wunused-but-set-variable] unsigned int status, tx_available, last, end, length; ^~~~~~~~~~~~ In file included from drivers/net/eepro.c:40: drivers/net/eepro.c: At top level: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_E1000 -o bin/e1000.o -c drivers/net/e1000.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/e1000.c: In function 'e1000_reset_hw': drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:472:2: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:532:4: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c:451:11: warning: variable 'icr' set but not used [-Wunused-but-set-variable] uint32_t icr; ^~~ drivers/net/e1000.c: In function 'e1000_init_hw': drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:615:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:627:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c: In function 'e1000_setup_fiber_serdes_link': drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:989:2: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c: In function 'e1000_copper_link_ggp_setup': drivers/net/e1000.c:1142:4: warning: statement with no effect [-Wunused-value] ret_val; ^~~~~~~ drivers/net/e1000.c: In function 'e1000_config_collision_dist': drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:1729:2: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c: In function 'e1000_raise_mdi_clk': drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:2364:2: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c: In function 'e1000_lower_mdi_clk': drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:2382:2: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c: In function 'e1000_shift_out_mdi_bits': drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:2425:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c: In function 'e1000_shift_in_mdi_bits': drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:2464:2: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c: In function 'e1000_phy_hw_reset': drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:2703:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:2706:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:2715:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:2719:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c: In function 'e1000_raise_ee_clk': drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:2959:2: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c: In function 'e1000_lower_ee_clk': drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:2978:2: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c: In function 'e1000_shift_out_ee_bits': drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:3021:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c: In function 'e1000_standby_eeprom': drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:3151:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:3157:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:3163:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:3169:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:3175:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:3179:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c: In function 'e1000_release_eeprom': drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:3214:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:3220:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(hw); ^~~~~~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_3C503 -o bin/3c503.o -c drivers/net/ns8390.c drivers/net/e1000.c: In function 'e1000_poll': drivers/net/e1000.c:3706:11: warning: variable 'icr' set but not used [-Wunused-but-set-variable] uint32_t icr; ^~~ gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/e1000.c: In function 'e1000_irq': drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:3823:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(&hw); ^~~~~~~~~~~~~~~~~ drivers/net/e1000.c:179:40: warning: variable 'x' set but not used [-Wunused-but-set-variable] #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} ^ drivers/net/e1000.c:3828:3: note: in expansion of macro 'E1000_WRITE_FLUSH' E1000_WRITE_FLUSH(&hw); ^~~~~~~~~~~~~~~~~ In file included from drivers/net/e1000.c:56: drivers/net/e1000.c: At top level: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ drivers/net/e1000.c: In function 'e1000_set_phy_type': drivers/net/e1000.c:222:6: warning: this statement may fall through [-Wimplicit-fallthrough=] if (hw->mac_type == e1000_80003es2lan) { ^ drivers/net/e1000.c:226:2: note: here default: ^~~~~~~ In file included from include/osdep.h:15, from include/etherboot.h:5, from drivers/net/ns8390.c:28: drivers/net/ns8390.c: In function 'ns8390_transmit': arch/i386/include/io.h:31:21: warning: initialization of 'Address' {aka 'long unsigned int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion] #define bus_to_virt phys_to_virt ^~~~~~~~~~~~ drivers/net/ns8390.c:397:22: note: in expansion of macro 'bus_to_virt' Address eth_vmem = bus_to_virt(eth_bmem); ^~~~~~~~~~~ drivers/net/ns8390.c:447:17: warning: pointer targets in passing argument 1 of 'eth_pio_write' differ in signedness [-Wpointer-sign] eth_pio_write(d, eth_tx_start<<8, ETH_ALEN); ^ drivers/net/ns8390.c:164:13: note: expected 'const unsigned char *' but argument is of type 'const char *' static void eth_pio_write(const unsigned char *src, unsigned int dst, unsigned int cnt) ^~~~~~~~~~~~~ drivers/net/ns8390.c:451:17: warning: pointer targets in passing argument 1 of 'eth_pio_write' differ in signedness [-Wpointer-sign] eth_pio_write(p, (eth_tx_start<<8)+ETH_HLEN, s); ^ drivers/net/ns8390.c:164:13: note: expected 'const unsigned char *' but argument is of type 'const char *' static void eth_pio_write(const unsigned char *src, unsigned int dst, unsigned int cnt) ^~~~~~~~~~~~~ drivers/net/ns8390.c: In function 'ns8390_poll': drivers/net/ns8390.c:531:24: warning: pointer targets in passing argument 2 of 'eth_pio_read' differ in signedness [-Wpointer-sign] eth_pio_read(pktoff, (char *)&pkthdr, 4); ^~~~~~~~~~~~~~~ drivers/net/ns8390.c:117:13: note: expected 'unsigned char *' but argument is of type 'char *' static void eth_pio_read(unsigned int src, unsigned char *dst, unsigned int cnt) ^~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_NE -DNE_SCAN=0x300,0x280,0x320,0x340,0x380 -o bin/ne.o -c drivers/net/ns8390.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/ns8390.c: In function 'ns8390_transmit': drivers/net/ns8390.c:447:17: warning: pointer targets in passing argument 1 of 'eth_pio_write' differ in signedness [-Wpointer-sign] eth_pio_write(d, eth_tx_start<<8, ETH_ALEN); ^ drivers/net/ns8390.c:164:13: note: expected 'const unsigned char *' but argument is of type 'const char *' static void eth_pio_write(const unsigned char *src, unsigned int dst, unsigned int cnt) ^~~~~~~~~~~~~ drivers/net/ns8390.c:451:17: warning: pointer targets in passing argument 1 of 'eth_pio_write' differ in signedness [-Wpointer-sign] eth_pio_write(p, (eth_tx_start<<8)+ETH_HLEN, s); ^ drivers/net/ns8390.c:164:13: note: expected 'const unsigned char *' but argument is of type 'const char *' static void eth_pio_write(const unsigned char *src, unsigned int dst, unsigned int cnt) ^~~~~~~~~~~~~ drivers/net/ns8390.c: In function 'ns8390_poll': drivers/net/ns8390.c:531:24: warning: pointer targets in passing argument 2 of 'eth_pio_read' differ in signedness [-Wpointer-sign] eth_pio_read(pktoff, (char *)&pkthdr, 4); ^~~~~~~~~~~~~~~ drivers/net/ns8390.c:117:13: note: expected 'unsigned char *' but argument is of type 'char *' static void eth_pio_read(unsigned int src, unsigned char *dst, unsigned int cnt) ^~~~~~~~~~~~ drivers/net/ns8390.c: In function 'ne_probe': drivers/net/ns8390.c:897:18: warning: pointer targets in passing argument 1 of 'eth_pio_write' differ in signedness [-Wpointer-sign] eth_pio_write(test, 8192, sizeof(test)); ^~~~ drivers/net/ns8390.c:164:13: note: expected 'const unsigned char *' but argument is of type 'char *' static void eth_pio_write(const unsigned char *src, unsigned int dst, unsigned int cnt) ^~~~~~~~~~~~~ drivers/net/ns8390.c:898:23: warning: pointer targets in passing argument 2 of 'eth_pio_read' differ in signedness [-Wpointer-sign] eth_pio_read(8192, testbuf, sizeof(test)); ^~~~~~~ drivers/net/ns8390.c:117:13: note: expected 'unsigned char *' but argument is of type 'char *' static void eth_pio_read(unsigned int src, unsigned char *dst, unsigned int cnt) ^~~~~~~~~~~~ drivers/net/ns8390.c:909:18: warning: pointer targets in passing argument 1 of 'eth_pio_write' differ in signedness [-Wpointer-sign] eth_pio_write(test, 16384, sizeof(test)); ^~~~ drivers/net/ns8390.c:164:13: note: expected 'const unsigned char *' but argument is of type 'char *' static void eth_pio_write(const unsigned char *src, unsigned int dst, unsigned int cnt) ^~~~~~~~~~~~~ drivers/net/ns8390.c:910:24: warning: pointer targets in passing argument 2 of 'eth_pio_read' differ in signedness [-Wpointer-sign] eth_pio_read(16384, testbuf, sizeof(test)); ^~~~~~~ drivers/net/ns8390.c:117:13: note: expected 'unsigned char *' but argument is of type 'char *' static void eth_pio_read(unsigned int src, unsigned char *dst, unsigned int cnt) ^~~~~~~~~~~~ drivers/net/ns8390.c:919:19: warning: pointer targets in passing argument 2 of 'eth_pio_read' differ in signedness [-Wpointer-sign] eth_pio_read(0, romdata, sizeof(romdata)); ^~~~~~~ drivers/net/ns8390.c:117:13: note: expected 'unsigned char *' but argument is of type 'char *' static void eth_pio_read(unsigned int src, unsigned char *dst, unsigned int cnt) ^~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_WD -DWD_DEFAULT_MEM=0xCC000 -o bin/wd.o -c drivers/net/ns8390.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead In file included from include/osdep.h:15, from include/etherboot.h:5, from drivers/net/ns8390.c:28: drivers/net/ns8390.c: In function 'ns8390_transmit': arch/i386/include/io.h:31:21: warning: initialization of 'Address' {aka 'long unsigned int'} from 'void *' makes integer from pointer without a cast [-Wint-conversion] #define bus_to_virt phys_to_virt ^~~~~~~~~~~~ drivers/net/ns8390.c:397:22: note: in expansion of macro 'bus_to_virt' Address eth_vmem = bus_to_virt(eth_bmem); ^~~~~~~~~~~ drivers/net/ns8390.c: In function 'ns8390_poll': drivers/net/ns8390.c:531:24: warning: pointer targets in passing argument 2 of 'eth_pio_read' differ in signedness [-Wpointer-sign] eth_pio_read(pktoff, (char *)&pkthdr, 4); ^~~~~~~~~~~~~~~ drivers/net/ns8390.c:231:13: note: expected 'unsigned char *' but argument is of type 'char *' static void eth_pio_read(unsigned int src __unused, unsigned char *dst __unused, unsigned int cnt __unused) {} ^~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_3C529 -o bin/3c529.o -c drivers/net/3c509.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/3c509.c: In function 't529_probe': drivers/net/3c509.c:487:38: warning: suggest braces around empty body in an 'else' statement [-Wempty-body] /*printf("MCA Card not found\n")*/; ^ drivers/net/3c509.c:620:4: warning: pointer targets in assignment from 'short unsigned int *' to 'short int *' differ in signedness [-Wpointer-sign] p = (unsigned short *) nic->node_addr; ^ In file included from drivers/net/3c509.c:30: drivers/net/3c509.c: At top level: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_3C509 -o bin/3c509.o -c drivers/net/3c509.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/3c509.c: In function 't509_probe': drivers/net/3c509.c:620:4: warning: pointer targets in assignment from 'short unsigned int *' to 'short int *' differ in signedness [-Wpointer-sign] p = (unsigned short *) nic->node_addr; ^ In file included from drivers/net/3c509.c:30: drivers/net/3c509.c: At top level: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_SK_G16 -o bin/sk_g16.o -c drivers/net/sk_g16.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_DEPCA -o bin/depca.o -c drivers/net/depca.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/depca.c: In function 'depca_poll': drivers/net/depca.c:598:12: warning: operation on 'lp.rx_cur' may be undefined [-Wsequence-point] lp.rx_cur = (++lp.rx_cur) & lp.rxRingMask; ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/depca.c: In function 'depca_transmit': drivers/net/depca.c:638:12: warning: operation on 'lp.tx_cur' may be undefined [-Wsequence-point] lp.tx_cur = (++lp.tx_cur) & lp.txRingMask; ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_CS89X0 -o bin/cs89x0.o -c drivers/net/cs89x0.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/prism2_pci.o -c drivers/net/prism2_pci.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead In file included from drivers/net/prism2.c:58, from drivers/net/prism2_pci.c:18: drivers/net/p80211hdr.h:226:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 a1[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/p80211hdr.h:227:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 a2[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/p80211hdr.h:228:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 a3[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/p80211hdr.h:238:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 a1[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/p80211hdr.h:239:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 a2[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/p80211hdr.h:240:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 a3[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/p80211hdr.h:242:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 a4[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/p80211hdr.h:248:2: warning: 'packed' attribute ignored for field of type 'p80211_hdr_a3_t' {aka 'struct p80211_hdr_a3'} [-Wattributes] p80211_hdr_a3_t a3 __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~ drivers/net/p80211hdr.h:249:2: warning: 'packed' attribute ignored for field of type 'p80211_hdr_a4_t' {aka 'struct p80211_hdr_a4'} [-Wattributes] p80211_hdr_a4_t a4 __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~ In file included from drivers/net/prism2.c:59, from drivers/net/prism2_pci.c:18: drivers/net/hfa384x.h:886:2: warning: 'packed' attribute ignored for field of type 'UINT8[]' [-Wattributes] UINT8 data[0] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:892:2: warning: 'packed' attribute ignored for field of type 'UINT8[32]' {aka 'unsigned char[32]'} [-Wattributes] UINT8 data[32] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:949:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 cnfOwnMACAddress[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:955:2: warning: 'packed' attribute ignored for field of type 'UINT8[34]' {aka 'unsigned char[34]'} [-Wattributes] UINT8 cnfDesiredSSID[34] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:967:2: warning: 'packed' attribute ignored for field of type 'UINT8[34]' {aka 'unsigned char[34]'} [-Wattributes] UINT8 cnfOwnSSID[34] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:991:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 cnfWDSAddress[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1031:2: warning: 'packed' attribute ignored for field of type 'UINT8[34]' {aka 'unsigned char[34]'} [-Wattributes] UINT8 cnfOwnName[34] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1043:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 cnfWDSAddress[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1060:2: warning: 'packed' attribute ignored for field of type 'UINT8[16][6]' {aka 'unsigned char[16][6]'} [-Wattributes] UINT8 MACAddress[16][6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1110:2: warning: 'packed' attribute ignored for field of type 'hfa384x_bytestr32_t' {aka 'struct hfa384x_bytestr32'} [-Wattributes] hfa384x_bytestr32_t ssid __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1116:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 bssid[WLAN_BSSID_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1123:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1196:2: warning: 'packed' attribute ignored for field of type 'UINT8[12]' {aka 'unsigned char[12]'} [-Wattributes] UINT8 NICSerialNumber[12] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1237:2: warning: 'packed' attribute ignored for field of type 'UINT8[14]' {aka 'unsigned char[14]'} [-Wattributes] UINT8 primary[HFA384x_FWID_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1238:2: warning: 'packed' attribute ignored for field of type 'UINT8[14]' {aka 'unsigned char[14]'} [-Wattributes] UINT8 secondary[HFA384x_FWID_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1250:2: warning: 'packed' attribute ignored for field of type 'UINT8[12]' {aka 'unsigned char[12]'} [-Wattributes] UINT8 RegulatoryDomains[12] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1262:2: warning: 'packed' attribute ignored for field of type 'UINT8[480]' {aka 'unsigned char[480]'} [-Wattributes] UINT8 CIS[480] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1314:2: warning: 'packed' attribute ignored for field of type 'UINT8[34]' {aka 'unsigned char[34]'} [-Wattributes] UINT8 CurrentSSID[34] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1320:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 CurrentBSSID[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1421:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 OwnMACAddress[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1473:2: warning: 'packed' attribute ignored for field of type 'UINT8[10]' {aka 'unsigned char[10]'} [-Wattributes] UINT8 SupportedDataRates[10] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1530:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address1[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1531:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address2[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1532:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address3[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1534:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address4[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1539:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 dest_addr[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1540:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 src_addr[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1605:2: warning: 'packed' attribute ignored for field of type 'UINT8' {aka 'unsigned char'} [-Wattributes] UINT8 silence __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1606:2: warning: 'packed' attribute ignored for field of type 'UINT8' {aka 'unsigned char'} [-Wattributes] UINT8 signal __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1607:2: warning: 'packed' attribute ignored for field of type 'UINT8' {aka 'unsigned char'} [-Wattributes] UINT8 rate __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1608:2: warning: 'packed' attribute ignored for field of type 'UINT8' {aka 'unsigned char'} [-Wattributes] UINT8 rx_flow __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1615:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address1[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1616:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address2[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1617:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address3[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1619:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 address4[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1623:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 dest_addr[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1624:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 src_addr[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1675:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 handover_addr[WLAN_BSSID_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1735:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 bssid[WLAN_BSSID_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1738:2: warning: 'packed' attribute ignored for field of type 'hfa384x_bytestr32_t' {aka 'struct hfa384x_bytestr32'} [-Wattributes] hfa384x_bytestr32_t ssid __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1739:2: warning: 'packed' attribute ignored for field of type 'UINT8[10]' {aka 'unsigned char[10]'} [-Wattributes] UINT8 supprates[10] __WLAN_ATTRIB_PACK__; /* 802.11 info element */ ^~~~~ drivers/net/hfa384x.h:1748:3: warning: 'packed' attribute ignored for field of type 'hfa384x_ScanResultSub_t[31]' {aka 'struct hfa384x_ScanResultSub[31]'} [-Wattributes] result[HFA384x_SCANRESULT_MAX] __WLAN_ATTRIB_PACK__; ^~~~~~ drivers/net/hfa384x.h:1767:3: warning: 'packed' attribute ignored for field of type 'hfa384x_ChInfoResultSub_t[16]' {aka 'struct hfa384x_ChInfoResultSub[16]'} [-Wattributes] result[HFA384x_CHINFORESULT_MAX] __WLAN_ATTRIB_PACK__; ^~~~~~ drivers/net/hfa384x.h:1776:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 bssid[WLAN_BSSID_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1779:2: warning: 'packed' attribute ignored for field of type 'hfa384x_bytestr32_t' {aka 'struct hfa384x_bytestr32'} [-Wattributes] hfa384x_bytestr32_t ssid __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1780:2: warning: 'packed' attribute ignored for field of type 'UINT8[10]' {aka 'unsigned char[10]'} [-Wattributes] UINT8 supprates[10] __WLAN_ATTRIB_PACK__; /* 802.11 info element */ ^~~~~ drivers/net/hfa384x.h:1790:3: warning: 'packed' attribute ignored for field of type 'hfa384x_HScanResultSub_t[31]' {aka 'struct hfa384x_HScanResultSub[31]'} [-Wattributes] result[HFA384x_HSCANRESULT_MAX] __WLAN_ATTRIB_PACK__; ^~~~~~ drivers/net/hfa384x.h:1820:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 sta_addr[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1822:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 old_ap_addr[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1831:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 sta_addr[WLAN_ADDR_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:1844:3: warning: 'packed' attribute ignored for field of type 'hfa384x_CommTallies16_t' {aka 'struct hfa384x_CommTallies16'} [-Wattributes] hfa384x_CommTallies16_t commtallies16 __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1845:3: warning: 'packed' attribute ignored for field of type 'hfa384x_CommTallies32_t' {aka 'struct hfa384x_CommTallies32'} [-Wattributes] hfa384x_CommTallies32_t commtallies32 __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1846:3: warning: 'packed' attribute ignored for field of type 'hfa384x_ScanResult_t' {aka 'struct hfa384x_ScanResult'} [-Wattributes] hfa384x_ScanResult_t scanresult __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1847:3: warning: 'packed' attribute ignored for field of type 'hfa384x_ChInfoResult_t' {aka 'struct hfa384x_ChInfoResult'} [-Wattributes] hfa384x_ChInfoResult_t chinforesult __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1848:3: warning: 'packed' attribute ignored for field of type 'hfa384x_HScanResult_t' {aka 'struct hfa384x_HScanResult'} [-Wattributes] hfa384x_HScanResult_t hscanresult __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1849:3: warning: 'packed' attribute ignored for field of type 'hfa384x_LinkStatus_t' {aka 'struct hfa384x_LinkStatus'} [-Wattributes] hfa384x_LinkStatus_t linkstatus __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1850:3: warning: 'packed' attribute ignored for field of type 'hfa384x_AssocStatus_t' {aka 'struct hfa384x_AssocStatus'} [-Wattributes] hfa384x_AssocStatus_t assocstatus __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1851:3: warning: 'packed' attribute ignored for field of type 'hfa384x_AuthReq_t' {aka 'struct hfa384x_AuthRequest'} [-Wattributes] hfa384x_AuthReq_t authreq __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1852:3: warning: 'packed' attribute ignored for field of type 'hfa384x_PSUserCount_t' {aka 'struct hfa384x_PSUserCount'} [-Wattributes] hfa384x_PSUserCount_t psusercnt __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:1859:2: warning: 'packed' attribute ignored for field of type 'hfa384x_infodata_t' {aka 'union hfa384x_infodata'} [-Wattributes] hfa384x_infodata_t info __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2034:2: warning: 'packed' attribute ignored for field of type 'UINT8[8]' {aka 'unsigned char[8]'} [-Wattributes] UINT8 num[8] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:2039:2: warning: 'packed' attribute ignored for field of type 'UINT8[8]' {aka 'unsigned char[8]'} [-Wattributes] UINT8 num[8] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:2044:2: warning: 'packed' attribute ignored for field of type 'UINT8[12]' {aka 'unsigned char[12]'} [-Wattributes] UINT8 num[12] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:2068:2: warning: 'packed' attribute ignored for field of type 'UINT8[12]' {aka 'unsigned char[12]'} [-Wattributes] UINT8 size[12] __WLAN_ATTRIB_PACK__; /* units of KB */ ^~~~~ drivers/net/hfa384x.h:2113:2: warning: 'packed' attribute ignored for field of type 'UINT8[6]' {aka 'unsigned char[6]'} [-Wattributes] UINT8 addr[6] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:2118:2: warning: 'packed' attribute ignored for field of type 'UINT8[8]' {aka 'unsigned char[8]'} [-Wattributes] UINT8 callname[8] __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/hfa384x.h:2228:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_pcb_partnum_t' {aka 'struct hfa384x_pdr_pcb_partnum'} [-Wattributes] hfa384x_pdr_pcb_partnum_t pcb_partnum __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2229:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_pcb_tracenum_t' {aka 'struct hfa384x_pdr_pcb_tracenum'} [-Wattributes] hfa384x_pdr_pcb_tracenum_t pcb_tracenum __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2230:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_nic_serial_t' {aka 'struct hfa384x_pdr_nic_serial'} [-Wattributes] hfa384x_pdr_nic_serial_t nic_serial __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2231:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_mkk_measurements_t' {aka 'struct hfa384x_pdr_mkk_measurements'} [-Wattributes] hfa384x_pdr_mkk_measurements_t mkk_measurements __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2232:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_nic_ramsize_t' {aka 'struct hfa384x_pdr_nic_ramsize'} [-Wattributes] hfa384x_pdr_nic_ramsize_t nic_ramsize __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2233:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_mfisuprange_t' {aka 'struct hfa384x_pdr_mfisuprange'} [-Wattributes] hfa384x_pdr_mfisuprange_t mfisuprange __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2234:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_cfisuprange_t' {aka 'struct hfa384x_pdr_cfisuprange'} [-Wattributes] hfa384x_pdr_cfisuprange_t cfisuprange __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2235:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_nicid_t' {aka 'struct hfa384x_pdr_nicid'} [-Wattributes] hfa384x_pdr_nicid_t nicid __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2236:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_refdac_measurements_t' {aka 'struct hfa384x_pdr_refdac_measurements'} [-Wattributes] hfa384x_pdr_refdac_measurements_t refdac_measurements __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2237:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_vgdac_measurements_t' {aka 'struct hfa384x_pdr_vgdac_measurements'} [-Wattributes] hfa384x_pdr_vgdac_measurements_t vgdac_measurements __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2238:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_level_compc_measurements_t' {aka 'struct hfa384x_pdr_level_comp_measurements'} [-Wattributes] hfa384x_pdr_level_compc_measurements_t level_compc_measurements __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2239:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_mac_address_t' {aka 'struct hfa384x_pdr_mac_address'} [-Wattributes] hfa384x_pdr_mac_address_t mac_address __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2240:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_mkk_callname_t' {aka 'struct hfa384x_pdr_mkk_callname'} [-Wattributes] hfa384x_pdr_mkk_callname_t mkk_callname __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2241:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_regdomain_t' {aka 'struct hfa384x_pdr_regdomain'} [-Wattributes] hfa384x_pdr_regdomain_t regdomain __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2242:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_allowed_channel_t' {aka 'struct hfa384x_pdr_allowed_channel'} [-Wattributes] hfa384x_pdr_allowed_channel_t allowed_channel __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2243:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_default_channel_t' {aka 'struct hfa384x_pdr_default_channel'} [-Wattributes] hfa384x_pdr_default_channel_t default_channel __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2244:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_privacy_option_t' {aka 'struct hfa384x_pdr_privacy_option'} [-Wattributes] hfa384x_pdr_privacy_option_t privacy_option __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2245:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_temptype_t' {aka 'struct hfa384x_pdr_temptype'} [-Wattributes] hfa384x_pdr_temptype_t temptype __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2246:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_refdac_setup_t' {aka 'struct hfa384x_pdr_refdac_setup'} [-Wattributes] hfa384x_pdr_refdac_setup_t refdac_setup __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2247:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_vgdac_setup_t' {aka 'struct hfa384x_pdr_vgdac_setup'} [-Wattributes] hfa384x_pdr_vgdac_setup_t vgdac_setup __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2248:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_level_comp_setup_t' {aka 'struct hfa384x_pdr_level_comp_setup'} [-Wattributes] hfa384x_pdr_level_comp_setup_t level_comp_setup __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2249:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_trimdac_setup_t' {aka 'struct hfa384x_pdr_trimdac_setup'} [-Wattributes] hfa384x_pdr_trimdac_setup_t trimdac_setup __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2250:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_ifr_setting_t' {aka 'struct hfa384x_pdr_ifr_setting'} [-Wattributes] hfa384x_pdr_ifr_setting_t ifr_setting __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2251:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_rfr_setting_t' {aka 'struct hfa384x_pdr_rfr_setting'} [-Wattributes] hfa384x_pdr_rfr_setting_t rfr_setting __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2252:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_hfa3861_baseline_t' {aka 'struct hfa384x_pdr_hfa3861_baseline'} [-Wattributes] hfa384x_pdr_hfa3861_baseline_t hfa3861_baseline __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2253:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_hfa3861_shadow_t' {aka 'struct hfa384x_pdr_hfa3861_shadow'} [-Wattributes] hfa384x_pdr_hfa3861_shadow_t hfa3861_shadow __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2254:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_hfa3861_ifrf_t' {aka 'struct hfa384x_pdr_hfa3861_ifrf'} [-Wattributes] hfa384x_pdr_hfa3861_ifrf_t hfa3861_ifrf __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2255:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_hfa3861_chcalsp_t' {aka 'struct hfa384x_pdr_hfa3861_chcalsp'} [-Wattributes] hfa384x_pdr_hfa3861_chcalsp_t hfa3861_chcalsp __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2256:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_hfa3861_chcali_t' {aka 'struct hfa384x_pdr_hfa3861_chcali'} [-Wattributes] hfa384x_pdr_hfa3861_chcali_t hfa3861_chcali __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2257:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_nic_config_t' {aka 'struct hfa384x_pdr_hfa3861_nic_config'} [-Wattributes] hfa384x_pdr_nic_config_t nic_config __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2258:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_hfa3861_manf_testsp_t' {aka 'struct hfa384x_pdr_hfa3861_manf_testsp'} [-Wattributes] hfa384x_pdr_hfa3861_manf_testsp_t hfa3861_manf_testsp __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2259:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_hfa3861_manf_testi_t' {aka 'struct hfa384x_pdr_hfa3861_manf_testi'} [-Wattributes] hfa384x_pdr_hfa3861_manf_testi_t hfa3861_manf_testi __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2260:2: warning: 'packed' attribute ignored for field of type 'hfa384x_pdr_end_of_pda_t' {aka 'struct hfa384x_end_of_pda'} [-Wattributes] hfa384x_pdr_end_of_pda_t end_of_pda __WLAN_ATTRIB_PACK__; ^~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/hfa384x.h:2261:2: warning: 'packed' attribute ignored for field of type 'union pdr' [-Wattributes] } data __WLAN_ATTRIB_PACK__; ^ In file included from drivers/net/prism2_pci.c:18: drivers/net/prism2.c:140:3: warning: 'packed' attribute ignored for field of type 'UINT8' {aka 'unsigned char'} [-Wattributes] UINT8 dsap __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/prism2.c:141:3: warning: 'packed' attribute ignored for field of type 'UINT8' {aka 'unsigned char'} [-Wattributes] UINT8 ssap __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/prism2.c:142:3: warning: 'packed' attribute ignored for field of type 'UINT8' {aka 'unsigned char'} [-Wattributes] UINT8 ctl __WLAN_ATTRIB_PACK__; ^~~~~ drivers/net/prism2.c:150:3: warning: 'packed' attribute ignored for field of type 'UINT8[3]' {aka 'unsigned char[3]'} [-Wattributes] UINT8 oui[WLAN_IEEE_OUI_LEN] __WLAN_ATTRIB_PACK__; ^~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_SMC9000 -o bin/smc9000.o -c drivers/net/smc9000.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead In file included from drivers/net/prism2.c:67, from drivers/net/prism2_pci.c:18: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_NATSEMI -o bin/natsemi.o -c drivers/net/natsemi.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/smc9000.c: In function 'smc_phy_configure': drivers/net/smc9000.c:358:9: warning: variable 'failed' set but not used [-Wunused-but-set-variable] int failed = 0; ^~~~~~ In file included from drivers/net/smc9000.c:42: drivers/net/smc9000.c: At top level: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ drivers/net/natsemi.c: In function 'natsemi_probe': drivers/net/natsemi.c:262:60: warning: passing argument 4 of 'pcibios_read_config_dword' from incompatible pointer type [-Wincompatible-pointer-types] pcibios_read_config_dword(pci->bus, pci->devfn, PCIPM, &tmp); ^~~~ In file included from include/dev.h:5, from include/nic.h:11, from drivers/net/natsemi.c:57: include/pci.h:290:110: note: expected 'uint32_t *' {aka 'long unsigned int *'} but argument is of type 'u32 *' {aka 'unsigned int *'} extern int pcibios_read_config_dword(unsigned int bus, unsigned int device_fn, unsigned int where, uint32_t *value); ~~~~~~~~~~^~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_EPIC100 -o bin/epic100.o -c drivers/net/epic100.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/epic100.c: In function 'epic100_open': drivers/net/epic100.c:227:9: warning: variable 'full_duplex' set but not used [-Wunused-but-set-variable] int full_duplex = 0; ^~~~~~~~~~~ In file included from drivers/net/epic100.c:10: drivers/net/epic100.c: At top level: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_SUNDANCE -o bin/sundance.o -c drivers/net/sundance.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead In file included from drivers/net/sundance.c:49: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_W89C840 -o bin/w89c840.o -c drivers/net/w89c840.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -DINCLUDE_TLAN -o bin/tlan.o -c drivers/net/tlan.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/w89c840.c: In function 'w89c840_probe': drivers/net/w89c840.c:609:12: warning: variable 'j' set but not used [-Wunused-but-set-variable] int i, j; ^ In file included from drivers/net/w89c840.c:83: drivers/net/w89c840.c: At top level: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ drivers/net/tlan.c: In function 'TLan_FinishReset': drivers/net/tlan.c:442:36: warning: suggest braces around empty body in an 'if' statement [-Wempty-body] dprintf(("%s", media[i - 5])); ^ drivers/net/tlan.c:471:26: warning: pointer targets in passing argument 3 of 'TLan_SetMac' differ in signedness [-Wpointer-sign] TLan_SetMac(nic, 0, nic->node_addr); ~~~^~~~~~~~~~~ drivers/net/tlan.c:82:13: note: expected 'char *' but argument is of type 'unsigned char *' static void TLan_SetMac(struct nic *nic __unused, int areg, char *mac); ^~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/tg3.o -c drivers/net/tg3.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -E -Wp,-Wall -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -Ui386 -D ASSEMBLY arch/i386/core/start32.S | as -o bin/start32.o gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/linuxbios.o -c firmware/linuxbios/linuxbios.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead In file included from drivers/net/tlan.c:47: drivers/net/tlan.c: At top level: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/bios.o -c arch/i386/firmware/pcbios/bios.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/console.o -c arch/i386/firmware/pcbios/console.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead In file included from drivers/net/tg3.c:18: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ drivers/net/tg3.c: In function 'tg3_setup_hw': drivers/net/tg3.c:106:24: warning: this statement may fall through [-Wimplicit-fallthrough=] #define tw32(reg,val) tg3_write_indirect_reg32((reg),(val)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/tg3.c:2253:38: note: in expansion of macro 'tw32' case 16: tw32(MAC_RCV_RULE_15, 0); tw32(MAC_RCV_VALUE_15, 0); ^~~~ drivers/net/tg3.c:2254:2: note: here case 15: tw32(MAC_RCV_RULE_14, 0); tw32(MAC_RCV_VALUE_14, 0); ^~~~ drivers/net/tg3.c:106:24: warning: this statement may fall through [-Wimplicit-fallthrough=] #define tw32(reg,val) tg3_write_indirect_reg32((reg),(val)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/tg3.c:2254:38: note: in expansion of macro 'tw32' case 15: tw32(MAC_RCV_RULE_14, 0); tw32(MAC_RCV_VALUE_14, 0); ^~~~ drivers/net/tg3.c:2255:2: note: here case 14: tw32(MAC_RCV_RULE_13, 0); tw32(MAC_RCV_VALUE_13, 0); ^~~~ drivers/net/tg3.c:106:24: warning: this statement may fall through [-Wimplicit-fallthrough=] #define tw32(reg,val) tg3_write_indirect_reg32((reg),(val)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/tg3.c:2255:38: note: in expansion of macro 'tw32' case 14: tw32(MAC_RCV_RULE_13, 0); tw32(MAC_RCV_VALUE_13, 0); ^~~~ drivers/net/tg3.c:2256:2: note: here case 13: tw32(MAC_RCV_RULE_12, 0); tw32(MAC_RCV_VALUE_12, 0); ^~~~ drivers/net/tg3.c:106:24: warning: this statement may fall through [-Wimplicit-fallthrough=] #define tw32(reg,val) tg3_write_indirect_reg32((reg),(val)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/tg3.c:2256:38: note: in expansion of macro 'tw32' case 13: tw32(MAC_RCV_RULE_12, 0); tw32(MAC_RCV_VALUE_12, 0); ^~~~ drivers/net/tg3.c:2257:2: note: here case 12: tw32(MAC_RCV_RULE_11, 0); tw32(MAC_RCV_VALUE_11, 0); ^~~~ drivers/net/tg3.c:106:24: warning: this statement may fall through [-Wimplicit-fallthrough=] #define tw32(reg,val) tg3_write_indirect_reg32((reg),(val)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/tg3.c:2257:38: note: in expansion of macro 'tw32' case 12: tw32(MAC_RCV_RULE_11, 0); tw32(MAC_RCV_VALUE_11, 0); ^~~~ drivers/net/tg3.c:2258:2: note: here case 11: tw32(MAC_RCV_RULE_10, 0); tw32(MAC_RCV_VALUE_10, 0); ^~~~ drivers/net/tg3.c:106:24: warning: this statement may fall through [-Wimplicit-fallthrough=] #define tw32(reg,val) tg3_write_indirect_reg32((reg),(val)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/tg3.c:2258:38: note: in expansion of macro 'tw32' case 11: tw32(MAC_RCV_RULE_10, 0); tw32(MAC_RCV_VALUE_10, 0); ^~~~ drivers/net/tg3.c:2259:2: note: here case 10: tw32(MAC_RCV_RULE_9, 0); tw32(MAC_RCV_VALUE_9, 0); ^~~~ drivers/net/tg3.c:106:24: warning: this statement may fall through [-Wimplicit-fallthrough=] #define tw32(reg,val) tg3_write_indirect_reg32((reg),(val)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/tg3.c:2259:38: note: in expansion of macro 'tw32' case 10: tw32(MAC_RCV_RULE_9, 0); tw32(MAC_RCV_VALUE_9, 0); ^~~~ drivers/net/tg3.c:2260:2: note: here case 9: tw32(MAC_RCV_RULE_8, 0); tw32(MAC_RCV_VALUE_8, 0); ^~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/memsizes.o -c arch/i386/firmware/pcbios/memsizes.c drivers/net/tg3.c:106:24: warning: this statement may fall through [-Wimplicit-fallthrough=] #define tw32(reg,val) tg3_write_indirect_reg32((reg),(val)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/tg3.c:2260:38: note: in expansion of macro 'tw32' case 9: tw32(MAC_RCV_RULE_8, 0); tw32(MAC_RCV_VALUE_8, 0); ^~~~ drivers/net/tg3.c:2261:2: note: here case 8: tw32(MAC_RCV_RULE_7, 0); tw32(MAC_RCV_VALUE_7, 0); ^~~~ drivers/net/tg3.c:106:24: warning: this statement may fall through [-Wimplicit-fallthrough=] #define tw32(reg,val) tg3_write_indirect_reg32((reg),(val)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/tg3.c:2261:38: note: in expansion of macro 'tw32' case 8: tw32(MAC_RCV_RULE_7, 0); tw32(MAC_RCV_VALUE_7, 0); ^~~~ drivers/net/tg3.c:2262:2: note: here case 7: tw32(MAC_RCV_RULE_6, 0); tw32(MAC_RCV_VALUE_6, 0); ^~~~ gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead drivers/net/tg3.c:106:24: warning: this statement may fall through [-Wimplicit-fallthrough=] #define tw32(reg,val) tg3_write_indirect_reg32((reg),(val)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/tg3.c:2262:38: note: in expansion of macro 'tw32' case 7: tw32(MAC_RCV_RULE_6, 0); tw32(MAC_RCV_VALUE_6, 0); ^~~~ drivers/net/tg3.c:2263:2: note: here case 6: tw32(MAC_RCV_RULE_5, 0); tw32(MAC_RCV_VALUE_5, 0); ^~~~ drivers/net/tg3.c:106:24: warning: this statement may fall through [-Wimplicit-fallthrough=] #define tw32(reg,val) tg3_write_indirect_reg32((reg),(val)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/tg3.c:2263:38: note: in expansion of macro 'tw32' case 6: tw32(MAC_RCV_RULE_5, 0); tw32(MAC_RCV_VALUE_5, 0); ^~~~ drivers/net/tg3.c:2264:2: note: here case 5: tw32(MAC_RCV_RULE_4, 0); tw32(MAC_RCV_VALUE_4, 0); ^~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/basemem.o -c arch/i386/firmware/pcbios/basemem.c gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/hidemem.o -c arch/i386/firmware/pcbios/hidemem.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -E -Wp,-Wall -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -Ui386 -D ASSEMBLY arch/i386/firmware/pcbios/e820mangler.S | as -o bin/e820mangler.o gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/realmode.o -c arch/i386/core/realmode.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -E -Wp,-Wall -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -Ui386 -D ASSEMBLY arch/i386/core/realmode_asm.S | as -o bin/realmode_asm.o gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/callbacks.o -c arch/i386/core/callbacks.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/pxe_callbacks.o -c arch/i386/core/pxe_callbacks.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead arch/i386/core/callbacks.c: In function 'install_rm_callback_interface': arch/i386/core/callbacks.c:101:20: warning: taking address of expression of type 'void' memcpy ( address, &rm_callback_interface, ^ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/config.o -c core/config.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead arch/i386/core/pxe_callbacks.c: In function 'install_pxe_stack': arch/i386/core/pxe_callbacks.c:105:25: warning: taking address of expression of type 'void' ( pxe_callback_code - &pxe_callback_interface ); ^ arch/i386/core/pxe_callbacks.c:107:25: warning: taking address of expression of type 'void' ( pxe_callback_code - &pxe_callback_interface ); ^ arch/i386/core/pxe_callbacks.c:183:30: warning: taking address of expression of type 'void' memcpy ( pxe_callback_code, &pxe_callback_interface, ^ arch/i386/core/pxe_callbacks.c: In function 'hook_pxe_stack': arch/i386/core/pxe_callbacks.c:18:13: warning: taking address of expression of type 'void' - &pxe_callback_interface \ ^ arch/i386/core/pxe_callbacks.c:21:31: note: in expansion of macro 'INSTALLED' #define pxe_intercepted_int1a INSTALLED(_pxe_intercepted_int1a) ^~~~~~~~~ arch/i386/core/pxe_callbacks.c:211:3: note: in expansion of macro 'pxe_intercepted_int1a' *pxe_intercepted_int1a = *INT1A_VECTOR; ^~~~~~~~~~~~~~~~~~~~~ arch/i386/core/pxe_callbacks.c:18:13: warning: taking address of expression of type 'void' - &pxe_callback_interface \ ^ arch/i386/core/pxe_callbacks.c:22:28: note: in expansion of macro 'INSTALLED' #define pxe_pxenv_location INSTALLED(_pxe_pxenv_location) ^~~~~~~~~ arch/i386/core/pxe_callbacks.c:212:2: note: in expansion of macro 'pxe_pxenv_location' pxe_pxenv_location->segment = SEGMENT(pxe_stack); ^~~~~~~~~~~~~~~~~~ arch/i386/core/pxe_callbacks.c:18:13: warning: taking address of expression of type 'void' - &pxe_callback_interface \ ^ arch/i386/core/pxe_callbacks.c:22:28: note: in expansion of macro 'INSTALLED' #define pxe_pxenv_location INSTALLED(_pxe_pxenv_location) ^~~~~~~~~ arch/i386/core/pxe_callbacks.c:213:2: note: in expansion of macro 'pxe_pxenv_location' pxe_pxenv_location->offset = (void*)&pxe_stack->pxenv ^~~~~~~~~~~~~~~~~~ arch/i386/core/pxe_callbacks.c:18:13: warning: taking address of expression of type 'void' - &pxe_callback_interface \ ^ arch/i386/core/pxe_callbacks.c:20:29: note: in expansion of macro 'INSTALLED' #define pxe_intercept_int1a INSTALLED(_pxe_intercept_int1a) ^~~~~~~~~ arch/i386/core/pxe_callbacks.c:216:32: note: in expansion of macro 'pxe_intercept_int1a' INT1A_VECTOR->offset = (void*)pxe_intercept_int1a ^~~~~~~~~~~~~~~~~~~ arch/i386/core/pxe_callbacks.c: In function 'unhook_pxe_stack': arch/i386/core/pxe_callbacks.c:18:13: warning: taking address of expression of type 'void' - &pxe_callback_interface \ ^ arch/i386/core/pxe_callbacks.c:21:31: note: in expansion of macro 'INSTALLED' #define pxe_intercepted_int1a INSTALLED(_pxe_intercepted_int1a) ^~~~~~~~~ arch/i386/core/pxe_callbacks.c:231:19: note: in expansion of macro 'pxe_intercepted_int1a' *INT1A_VECTOR = *pxe_intercepted_int1a; ^~~~~~~~~~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/main.o -c core/main.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/osloader.o -c core/osloader.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/nfs.o -c core/nfs.c core/main.c: In function 'loadkernel': core/main.c:474:26: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] char *name_tmp = fname; ^~~~~ In file included from core/main.c:24: core/main.c: At top level: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ core/osloader.c: In function 'dead_download': core/osloader.c:75:1: warning: no return statement in function returning non-void [-Wreturn-type] } ^ In file included from core/osloader.c:95: core/../arch/i386/core/tagged_loader.c: In function 'xstart16': core/../arch/i386/core/tagged_loader.c:185:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] *((unsigned long *)&in_stack.execaddr) = execaddr; ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead In file included from core/osloader.c:99: core/elf_loader.c: In function 'process_elf_notes': core/elf_loader.c:101:14: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] program = n_desc; ^ core/elf_loader.c:106:14: warning: pointer targets in assignment from 'unsigned char *' to 'char *' differ in signedness [-Wpointer-sign] version = n_desc; ^ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/misc.o -c core/misc.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead core/misc.c: In function 'gateA20_set': core/misc.c:238:2: warning: #warning "gateA20_set should test to see if it is already set" [-Wcpp] #warning "gateA20_set should test to see if it is already set" ^~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/proto_slam.o -c core/proto_slam.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/proto_tftm.o -c core/proto_tftm.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/proto_http.o -c core/proto_http.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/floppy.o -c drivers/disk/floppy.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/proto_fsp.o -c core/proto_fsp.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/serial.o -c core/serial.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/timer.o -c core/timer.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead In file included from core/serial.c:2: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ gcc -march=i486 -Os -pipe -mindirect-branch=thunk -DCONFIG_PCI -DCONFIG_ISA -DASK_BOOT=3 -DBOOT_FIRST=BOOT_NIC -DALLOW_ONLY_ENCAPSULATED -DBACKOFF_LIMIT=7 -DCONGESTED -DTAGGED_IMAGE -DELF_IMAGE -DDOWNLOAD_PROTO_TFTP -DPXE_IMAGE -DPXE_EXPORT -Os -ffreestanding -Wall -W -Wno-format -DPCBIOS -fstrength-reduce -fomit-frame-pointer -march=i386 -falign-jumps=1 -falign-loops=1 -falign-functions=1 -mcpu=i386 -DVERSION_MAJOR=5 -DVERSION_MINOR=4 -DVERSION=\"5.4.4\" -I include -I arch/i386/include -DARCH=i386 -o bin/relocate.o -c core/relocate.c gcc: warning: '-mcpu=' is deprecated; use '-mtune=' or '-march=' instead In file included from core/timer.c:11: include/timer.h:53:19: warning: inline function 'timer2_running' declared but never defined extern inline int timer2_running(void); ^~~~~~~~~~~~~~ {standard input}: Assembler messages: {standard input}:2212: Error: `lfence' is not supported on `i386' make: *** [Makefile.main:321: bin/osloader.o] Error 1 make: *** Waiting for unfinished jobs.... Build dependencies to remove: 3 Removing: libgdbm perl perl-core Debug information ret1. ================================================================================ Cook date: 2020-09-12 06:46 Wasted time : 10s ================================================================================ Post-check ================================================================================ Checking build... Failed Updating activity log... Done ================================================================================