Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.45 KB | None | 0 0
  1. make -C tools
  2. make[1]: Entering directory '/home/nathan/Downloads/panda_pau0a0b_m2/tools'
  3. gcc -g bin2h.c -o bin2h
  4. make[1]: Leaving directory '/home/nathan/Downloads/panda_pau0a0b_m2/tools'
  5. /home/nathan/Downloads/panda_pau0a0b_m2/tools/bin2h
  6. chipset = mt7610u
  7. cp -f os/linux/Makefile.6 /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/Makefile
  8. make -C /lib/modules/4.19.0-kali1-amd64/build SUBDIRS=/home/nathan/Downloads/panda_pau0a0b_m2/os/linux modules
  9. make[1]: Entering directory '/usr/src/linux-headers-4.19.0-kali1-amd64'
  10. CC [M] /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.o
  11. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  12. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  13. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  14. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  15. /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:77: warning: "EXT_BUILD_CHANNEL_LIST" redefined
  16. #define EXT_BUILD_CHANNEL_LIST /* must define with CRDA */
  17.  
  18. <command-line>: note: this is the location of the previous definition
  19. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:63,
  20. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  21. /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp.h:7119:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_TSFT’
  22. IEEE80211_RADIOTAP_TSFT = 0,
  23. ^~~~~~~~~~~~~~~~~~~~~~~
  24. In file included from /usr/src/linux-headers-4.19.0-kali1-common/include/net/mac80211.h:26,
  25. from /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:76,
  26. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  27. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  28. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  29. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  30. /usr/src/linux-headers-4.19.0-kali1-common/include/net/ieee80211_radiotap.h:53:2: note: previous definition of ‘IEEE80211_RADIOTAP_TSFT’ was here
  31. IEEE80211_RADIOTAP_TSFT = 0,
  32. ^~~~~~~~~~~~~~~~~~~~~~~
  33. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:63,
  34. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  35. /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp.h:7120:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_FLAGS’
  36. IEEE80211_RADIOTAP_FLAGS = 1,
  37. ^~~~~~~~~~~~~~~~~~~~~~~~
  38. In file included from /usr/src/linux-headers-4.19.0-kali1-common/include/net/mac80211.h:26,
  39. from /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:76,
  40. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  41. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  42. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  43. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  44. /usr/src/linux-headers-4.19.0-kali1-common/include/net/ieee80211_radiotap.h:54:2: note: previous definition of ‘IEEE80211_RADIOTAP_FLAGS’ was here
  45. IEEE80211_RADIOTAP_FLAGS = 1,
  46. ^~~~~~~~~~~~~~~~~~~~~~~~
  47. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:63,
  48. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  49. /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp.h:7121:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_RATE’
  50. IEEE80211_RADIOTAP_RATE = 2,
  51. ^~~~~~~~~~~~~~~~~~~~~~~
  52. In file included from /usr/src/linux-headers-4.19.0-kali1-common/include/net/mac80211.h:26,
  53. from /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:76,
  54. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  55. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  56. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  57. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  58. /usr/src/linux-headers-4.19.0-kali1-common/include/net/ieee80211_radiotap.h:55:2: note: previous definition of ‘IEEE80211_RADIOTAP_RATE’ was here
  59. IEEE80211_RADIOTAP_RATE = 2,
  60. ^~~~~~~~~~~~~~~~~~~~~~~
  61. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:63,
  62. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  63. /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp.h:7122:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_CHANNEL’
  64. IEEE80211_RADIOTAP_CHANNEL = 3,
  65. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  66. In file included from /usr/src/linux-headers-4.19.0-kali1-common/include/net/mac80211.h:26,
  67. from /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:76,
  68. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  69. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  70. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  71. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  72. /usr/src/linux-headers-4.19.0-kali1-common/include/net/ieee80211_radiotap.h:56:2: note: previous definition of ‘IEEE80211_RADIOTAP_CHANNEL’ was here
  73. IEEE80211_RADIOTAP_CHANNEL = 3,
  74. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  75. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:63,
  76. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  77. /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp.h:7123:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_FHSS’
  78. IEEE80211_RADIOTAP_FHSS = 4,
  79. ^~~~~~~~~~~~~~~~~~~~~~~
  80. In file included from /usr/src/linux-headers-4.19.0-kali1-common/include/net/mac80211.h:26,
  81. from /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:76,
  82. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  83. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  84. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  85. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  86. /usr/src/linux-headers-4.19.0-kali1-common/include/net/ieee80211_radiotap.h:57:2: note: previous definition of ‘IEEE80211_RADIOTAP_FHSS’ was here
  87. IEEE80211_RADIOTAP_FHSS = 4,
  88. ^~~~~~~~~~~~~~~~~~~~~~~
  89. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:63,
  90. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  91. /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp.h:7124:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_DBM_ANTSIGNAL’
  92. IEEE80211_RADIOTAP_DBM_ANTSIGNAL = 5,
  93. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  94. In file included from /usr/src/linux-headers-4.19.0-kali1-common/include/net/mac80211.h:26,
  95. from /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:76,
  96. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  97. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  98. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  99. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  100. /usr/src/linux-headers-4.19.0-kali1-common/include/net/ieee80211_radiotap.h:58:2: note: previous definition of ‘IEEE80211_RADIOTAP_DBM_ANTSIGNAL’ was here
  101. IEEE80211_RADIOTAP_DBM_ANTSIGNAL = 5,
  102. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  103. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:63,
  104. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  105. /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp.h:7125:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_DBM_ANTNOISE’
  106. IEEE80211_RADIOTAP_DBM_ANTNOISE = 6,
  107. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  108. In file included from /usr/src/linux-headers-4.19.0-kali1-common/include/net/mac80211.h:26,
  109. from /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:76,
  110. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  111. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  112. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  113. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  114. /usr/src/linux-headers-4.19.0-kali1-common/include/net/ieee80211_radiotap.h:59:2: note: previous definition of ‘IEEE80211_RADIOTAP_DBM_ANTNOISE’ was here
  115. IEEE80211_RADIOTAP_DBM_ANTNOISE = 6,
  116. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  117. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:63,
  118. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  119. /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp.h:7126:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_LOCK_QUALITY’
  120. IEEE80211_RADIOTAP_LOCK_QUALITY = 7,
  121. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  122. In file included from /usr/src/linux-headers-4.19.0-kali1-common/include/net/mac80211.h:26,
  123. from /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:76,
  124. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  125. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  126. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  127. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  128. /usr/src/linux-headers-4.19.0-kali1-common/include/net/ieee80211_radiotap.h:60:2: note: previous definition of ‘IEEE80211_RADIOTAP_LOCK_QUALITY’ was here
  129. IEEE80211_RADIOTAP_LOCK_QUALITY = 7,
  130. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  131. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:63,
  132. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  133. /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp.h:7127:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_TX_ATTENUATION’
  134. IEEE80211_RADIOTAP_TX_ATTENUATION = 8,
  135. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  136. In file included from /usr/src/linux-headers-4.19.0-kali1-common/include/net/mac80211.h:26,
  137. from /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:76,
  138. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  139. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  140. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  141. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  142. /usr/src/linux-headers-4.19.0-kali1-common/include/net/ieee80211_radiotap.h:61:2: note: previous definition of ‘IEEE80211_RADIOTAP_TX_ATTENUATION’ was here
  143. IEEE80211_RADIOTAP_TX_ATTENUATION = 8,
  144. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  145. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:63,
  146. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  147. /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp.h:7128:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_DB_TX_ATTENUATION’
  148. IEEE80211_RADIOTAP_DB_TX_ATTENUATION = 9,
  149. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  150. In file included from /usr/src/linux-headers-4.19.0-kali1-common/include/net/mac80211.h:26,
  151. from /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:76,
  152. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  153. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  154. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  155. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  156. /usr/src/linux-headers-4.19.0-kali1-common/include/net/ieee80211_radiotap.h:62:2: note: previous definition of ‘IEEE80211_RADIOTAP_DB_TX_ATTENUATION’ was here
  157. IEEE80211_RADIOTAP_DB_TX_ATTENUATION = 9,
  158. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  159. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:63,
  160. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  161. /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp.h:7129:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_DBM_TX_POWER’
  162. IEEE80211_RADIOTAP_DBM_TX_POWER = 10,
  163. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  164. In file included from /usr/src/linux-headers-4.19.0-kali1-common/include/net/mac80211.h:26,
  165. from /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:76,
  166. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  167. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  168. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  169. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  170. /usr/src/linux-headers-4.19.0-kali1-common/include/net/ieee80211_radiotap.h:63:2: note: previous definition of ‘IEEE80211_RADIOTAP_DBM_TX_POWER’ was here
  171. IEEE80211_RADIOTAP_DBM_TX_POWER = 10,
  172. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  173. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:63,
  174. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  175. /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp.h:7130:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_ANTENNA’
  176. IEEE80211_RADIOTAP_ANTENNA = 11,
  177. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  178. In file included from /usr/src/linux-headers-4.19.0-kali1-common/include/net/mac80211.h:26,
  179. from /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:76,
  180. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  181. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  182. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  183. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  184. /usr/src/linux-headers-4.19.0-kali1-common/include/net/ieee80211_radiotap.h:64:2: note: previous definition of ‘IEEE80211_RADIOTAP_ANTENNA’ was here
  185. IEEE80211_RADIOTAP_ANTENNA = 11,
  186. ^~~~~~~~~~~~~~~~~~~~~~~~~~
  187. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:63,
  188. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  189. /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp.h:7131:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_DB_ANTSIGNAL’
  190. IEEE80211_RADIOTAP_DB_ANTSIGNAL = 12,
  191. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  192. In file included from /usr/src/linux-headers-4.19.0-kali1-common/include/net/mac80211.h:26,
  193. from /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:76,
  194. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  195. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  196. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  197. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  198. /usr/src/linux-headers-4.19.0-kali1-common/include/net/ieee80211_radiotap.h:65:2: note: previous definition of ‘IEEE80211_RADIOTAP_DB_ANTSIGNAL’ was here
  199. IEEE80211_RADIOTAP_DB_ANTSIGNAL = 12,
  200. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  201. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:63,
  202. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  203. /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp.h:7132:5: error: redeclaration of enumerator ‘IEEE80211_RADIOTAP_DB_ANTNOISE’
  204. IEEE80211_RADIOTAP_DB_ANTNOISE = 13
  205. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  206. In file included from /usr/src/linux-headers-4.19.0-kali1-common/include/net/mac80211.h:26,
  207. from /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:76,
  208. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  209. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  210. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  211. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  212. /usr/src/linux-headers-4.19.0-kali1-common/include/net/ieee80211_radiotap.h:66:2: note: previous definition of ‘IEEE80211_RADIOTAP_DB_ANTNOISE’ was here
  213. IEEE80211_RADIOTAP_DB_ANTNOISE = 13,
  214. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  215. /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c: In function ‘announce_802_3_packet’:
  216. /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:341:16: warning: unused variable ‘pAd’ [-Wunused-variable]
  217. RTMP_ADAPTER *pAd = (RTMP_ADAPTER *)pAdSrc;
  218. ^~~
  219. In file included from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_os.h:44,
  220. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rtmp_comm.h:75,
  221. from /home/nathan/Downloads/panda_pau0a0b_m2/include/rt_config.h:33,
  222. from /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:28:
  223. /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c: In function ‘STA_MonPktSend’:
  224. /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:450:35: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat=]
  225. DBGPRINT(RT_DEBUG_ERROR, ("%s : Size is too large! (%d)\n", __FUNCTION__, pRxBlk->DataSize + sizeof(wlan_ng_prism2_header)));
  226. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  227. /home/nathan/Downloads/panda_pau0a0b_m2/include/os/rt_linux.h:669:16: note: in definition of macro ‘DBGPRINT_RAW’
  228. printk Fmt; \
  229. ^~~
  230. /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.c:450:9: note: in expansion of macro ‘DBGPRINT’
  231. DBGPRINT(RT_DEBUG_ERROR, ("%s : Size is too large! (%d)\n", __FUNCTION__, pRxBlk->DataSize + sizeof(wlan_ng_prism2_header)));
  232. ^~~~~~~~
  233. make[4]: *** [/usr/src/linux-headers-4.19.0-kali1-common/scripts/Makefile.build:309: /home/nathan/Downloads/panda_pau0a0b_m2/os/linux/../../os/linux/rt_profile.o] Error 1
  234. make[3]: *** [/usr/src/linux-headers-4.19.0-kali1-common/Makefile:1532: _module_/home/nathan/Downloads/panda_pau0a0b_m2/os/linux] Error 2
  235. make[2]: *** [Makefile:146: sub-make] Error 2
  236. make[1]: *** [Makefile:8: all] Error 2
  237. make[1]: Leaving directory '/usr/src/linux-headers-4.19.0-kali1-amd64'
  238. make: *** [Makefile:395: LINUX] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement