Guest User

make -i log

a guest
Jun 25th, 2015
381
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 18.20 KB | None | 0 0
  1. ➜  mt7610u_wifi_sta_v3002_dpo_20130916  make -i
  2. make -C tools
  3. make[1]: Entering directory '/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/tools'
  4. gcc -g bin2h.c -o bin2h
  5. make[1]: Leaving directory '/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/tools'
  6. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/tools/bin2h
  7. chipset = mt7650u
  8. chipset = mt7630u
  9. chipset = mt7610u
  10. cp -f os/linux/Makefile.6 /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/Makefile
  11. make -C /lib/modules/3.19.0-21-generic/build SUBDIRS=/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux modules
  12. make[1]: Entering directory '/usr/src/linux-headers-3.19.0-21-generic'
  13.   CC [M]  /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../sta/sta_cfg.o
  14. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../sta/sta_cfg.c: In function ‘RTMPIoctlShow’:
  15. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../sta/sta_cfg.c:5401:85: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
  16.              snprintf(extra, size, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__ );
  17.                                                                                      ^
  18. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../sta/sta_cfg.c:5401:95: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
  19.              snprintf(extra, size, "Driver version-%s, %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__ );
  20.                                                                                                ^
  21. cc1: some warnings being treated as errors
  22. scripts/Makefile.build:257: recipe for target '/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../sta/sta_cfg.o' failed
  23. make[2]: [/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../sta/sta_cfg.o] Error 1 (ignored)
  24.   CC [M]  /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../common/cmm_info.o
  25. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../common/cmm_info.c: In function ‘Set_DriverVersion_Proc’:
  26. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../common/cmm_info.c:47:97: error: macro "__DATE__" might prevent reproducible builds [-Werror=date-time]
  27.    DBGPRINT(RT_DEBUG_TRACE, ("Driver version-%s %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__));
  28.                                                                                                  ^
  29. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../common/cmm_info.c:47:1: error: macro "__TIME__" might prevent reproducible builds [-Werror=date-time]
  30.    DBGPRINT(RT_DEBUG_TRACE, ("Driver version-%s %s %s\n", STA_DRIVER_VERSION, __DATE__, __TIME__));
  31.  ^
  32. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../common/cmm_info.c: In function ‘Set_DebugFunc_Proc’:
  33. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../common/cmm_info.c:1084:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘ULONG’ [-Wformat=]
  34.   DBGPRINT_S(RT_DEBUG_TRACE, ("Set RTDebugFunc = 0x%x\n", RTDebugFunc));
  35.   ^
  36. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../common/cmm_info.c: In function ‘set_rf’:
  37. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../common/cmm_info.c:5960:3: warning: format ‘%x’ expects argument of type ‘unsigned int *’, but argument 5 has type ‘UCHAR *[-Wformat=]
  38.    rv = sscanf(arg, "%d-%d-%x", &(bank_id), &(rf_id), &(rf_val));
  39.    ^
  40. cc1: some warnings being treated as errors
  41. scripts/Makefile.build:257: recipe for target '/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../common/cmm_info.o' failed
  42. make[2]: [/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../common/cmm_info.o] Error 1 (ignored)
  43.   CC [M]  /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.o
  44. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOsUsDelay’:
  45. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:176:8: warning: unused variable ‘i’ [-Wunused-variable]
  46.   ULONG i;
  47.         ^
  48. In file included from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44:0,
  49.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
  50.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:31:
  51. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c: In function ‘duplicate_pkt’:
  52. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:500:18: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast
  53.    NdisMoveMemory(skb->tail, pHeader802_3, HdrLen);
  54.                   ^
  55. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:469:61: note: in definition of macro ‘NdisMoveMemory’
  56.  #define NdisMoveMemory(Destination, Source, Length) memmove(Destination, Source, Length)
  57.                                                              ^
  58. In file included from ./arch/x86/include/asm/string.h:4:0,
  59.                  from include/linux/string.h:17,
  60.                  from include/linux/bitmap.h:8,
  61.                  from include/linux/cpumask.h:11,
  62.                  from ./arch/x86/include/asm/cpumask.h:4,
  63.                  from ./arch/x86/include/asm/msr.h:10,
  64.                  from ./arch/x86/include/asm/processor.h:20,
  65.                  from ./arch/x86/include/asm/thread_info.h:23,
  66.                  from include/linux/thread_info.h:54,
  67.                  from ./arch/x86/include/asm/preempt.h:6,
  68.                  from include/linux/preempt.h:18,
  69.                  from include/linux/spinlock.h:50,
  70.                  from include/linux/seqlock.h:35,
  71.                  from include/linux/time.h:5,
  72.                  from include/linux/stat.h:18,
  73.                  from include/linux/module.h:10,
  74.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:31,
  75.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
  76.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
  77.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:31:
  78. ./arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
  79.  void *memmove(void *dest, const void *src, size_t count);
  80.        ^
  81. In file included from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44:0,
  82.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
  83.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:31:
  84. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:502:18: warning: passing argument 1 of ‘memmove’ makes pointer from integer without a cast
  85.    NdisMoveMemory(skb->tail, pData, DataSize);
  86.                   ^
  87. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:469:61: note: in definition of macro ‘NdisMoveMemory’
  88.  #define NdisMoveMemory(Destination, Source, Length) memmove(Destination, Source, Length)
  89.                                                              ^
  90. In file included from ./arch/x86/include/asm/string.h:4:0,
  91.                  from include/linux/string.h:17,
  92.                  from include/linux/bitmap.h:8,
  93.                  from include/linux/cpumask.h:11,
  94.                  from ./arch/x86/include/asm/cpumask.h:4,
  95.                  from ./arch/x86/include/asm/msr.h:10,
  96.                  from ./arch/x86/include/asm/processor.h:20,
  97.                  from ./arch/x86/include/asm/thread_info.h:23,
  98.                  from include/linux/thread_info.h:54,
  99.                  from ./arch/x86/include/asm/preempt.h:6,
  100.                  from include/linux/preempt.h:18,
  101.                  from include/linux/spinlock.h:50,
  102.                  from include/linux/seqlock.h:35,
  103.                  from include/linux/time.h:5,
  104.                  from include/linux/stat.h:18,
  105.                  from include/linux/module.h:10,
  106.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:31,
  107.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
  108.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
  109.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:31:
  110. ./arch/x86/include/asm/string_64.h:58:7: note: expected ‘void *’ but argument is of type ‘sk_buff_data_t’
  111.  void *memmove(void *dest, const void *src, size_t count);
  112.        ^
  113. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c: In function ‘ClonePacket’:
  114. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:653:20: warning: assignment makes integer from pointer without a cast
  115.    pClonedPkt->tail = pClonedPkt->data + pClonedPkt->len;
  116.                     ^
  117. In file included from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44:0,
  118.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
  119.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:31:
  120. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOsPktInit’:
  121. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:886:34: warning: assignment makes integer from pointer without a cast
  122.    ((RTPKT_TO_OSPKT(_pkt))->tail) = (PUCHAR)((_start) + (_len))
  123.                                   ^
  124. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:672:2: note: in expansion of macro ‘SET_OS_PKT_DATATAIL’
  125.   SET_OS_PKT_DATATAIL(pRxPkt, pData, DataSize);
  126.   ^
  127. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c: In function ‘wlan_802_11_to_802_3_packet’:
  128. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:698:15: warning: assignment makes integer from pointer without a cast
  129.   pOSPkt->tail = pOSPkt->data + pOSPkt->len;
  130.                ^
  131. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c: In function ‘__RtmpOSFSInfoChange’:
  132. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:1109:20: error: incompatible types when assigning to type ‘int’ from type ‘kuid_t’
  133.    pOSFSInfo->fsuid = current_fsuid();
  134.                     ^
  135. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:1110:20: error: incompatible types when assigning to type ‘int’ from type ‘kgid_t’
  136.    pOSFSInfo->fsgid = current_fsgid();
  137.                     ^
  138. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpDrvAllRFPrint’:
  139. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:2032:32: warning: passing argument 2 of ‘file_w->f_op->write’ from incompatible pointer type
  140.     file_w->f_op->write(file_w, pBuf, BufLen, &file_w->f_pos);
  141.                                 ^
  142. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:2032:32: note: expected ‘const char *’ but argument is of type ‘UINT32 *
  143. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:2017:22: warning: unused variable ‘macValue’ [-Wunused-variable]
  144.   UINT32 macAddr = 0, macValue = 0;
  145.                       ^
  146. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:2017:9: warning: unused variable ‘macAddr’ [-Wunused-variable]
  147.   UINT32 macAddr = 0, macValue = 0;
  148.          ^
  149. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c: In function ‘RtmpOSIRQRelease’:
  150. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.c:2153:21: warning: unused variable ‘net_dev’ [-Wunused-variable]
  151.   struct net_device *net_dev = (struct net_device *)pNetDev;
  152.                      ^
  153. scripts/Makefile.build:257: recipe for target '/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.o' failed
  154. make[2]: [/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.o] Error 1 (ignored)
  155.   CC [M]  /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.o
  156. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c: In function ‘SetRfChFreqParametersMT76x0’:
  157. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c:1224:23: warning: assignment discards ‘const’ qualifier from pointer target type
  158.      pMT76x0_freq_item = &(MT76x0_SDM_Frequency_Plan[i]);
  159.                        ^
  160. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c:1226:23: warning: assignment discards ‘const’ qualifier from pointer target type
  161.      pMT76x0_freq_item = &(MT76x0_Frequency_Plan[i]);
  162.                        ^
  163. In file included from include/linux/list.h:8:0,
  164.                  from include/linux/module.h:9,
  165.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/os/rt_linux.h:31,
  166.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_os.h:44,
  167.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/rtmp_comm.h:75,
  168.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/include/rt_config.h:33,
  169.                  from /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c:28:
  170. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c: In function ‘NICInitMT76x0RFRegisters’:
  171. include/linux/kernel.h:722:17: warning: comparison of distinct pointer types lacks a cast
  172.   (void) (&_min1 == &_min2);  \
  173.                  ^
  174. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c:1576:12: note: in expansion of macro ‘min’
  175.   RFValue = min(RFValue, 0xBF); /* Max of 9-bit built-in crystal oscillator C1 code */
  176.             ^
  177. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c: In function ‘MT76x0_ChipSwitchChannel’:
  178. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c:1791:20: warning: unused variable ‘delta_pwr’ [-Wunused-variable]
  179.   UCHAR bbp_ch_idx, delta_pwr;
  180.                     ^
  181. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c:1787:8: warning: unused variable ‘RFValue’ [-Wunused-variable]
  182.   UCHAR RFValue = 0;
  183.         ^
  184. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c: In function ‘mt76x0_read_per_rate_tx_pwr’:
  185. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c:2319:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  186.   UCHAR bw40_gband_delta = 0, bw40_aband_delta = 0, bw80_aband_delta = 0;
  187.   ^
  188. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c:2361:35: warning: overflow in implicit constant conversion [-Woverflow]
  189.   pAd->chipCap.delta_tw_pwr_bw80 = (e2p_val & 0xFF00) == 0xFF00 ? 0 : (e2p_val & 0xFF00);
  190.                                    ^
  191. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c: In function ‘MT76x0_Init’:
  192. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c:2774:30: warning: assignment from incompatible pointer type
  193.   pChipOps->ChipSwitchChannel = MT76x0_ChipSwitchChannel;
  194.                               ^
  195. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c: In function ‘mt76x0_read_tx_alc_info_from_eeprom’:
  196. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../chips/mt76x0.c:5498:10: warning: unused variable ‘status’ [-Wunused-variable]
  197.   BOOLEAN status = TRUE;
  198.           ^
  199.   LD [M]  /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/mt7650u_sta.o
  200. ld: cannot find /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../sta/sta_cfg.o: No such file or directory
  201. ld: cannot find /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../common/cmm_info.o: No such file or directory
  202. ld: cannot find /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/../../os/linux/rt_linux.o: No such file or directory
  203. scripts/Makefile.build:390: recipe for target '/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/mt7650u_sta.o' failed
  204. make[2]: [/home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/mt7650u_sta.o] Error 1 (ignored)
  205.   Building modules, stage 2.
  206.   MODPOST 0 modules
  207. /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/mt7650u_sta.o: No such file or directory
  208. scripts/Makefile.modpost:90: recipe for target '__modpost' failed
  209. make[2]: [__modpost] Error 1 (ignored)
  210. make[1]: Leaving directory '/usr/src/linux-headers-3.19.0-21-generic'
  211. cp -f /home/[username]/Desktop/mt7610u_wifi_sta_v3002_dpo_20130916/os/linux/mt7650u_sta.ko /tftpboot 2>/dev/null || :
  212. ➜  mt7610u_wifi_sta_v3002_dpo_20130916
Advertisement
Add Comment
Please, Sign In to add comment