Advertisement
noob447

"make" error 14.04

Aug 5th, 2014
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/3.13.0-32-generic/build M=/home/kingsubuntu/rtl8192du modules
  2. make[1]: Entering directory `/usr/src/linux-headers-3.13.0-32-generic'
  3. CC [M] /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.o
  4. /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c:3556:5: warning: ‘struct cfg80211_mgmt_tx_params’ declared inside parameter list [enabled by default]
  5. u64 *cookie)
  6. ^
  7. /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c:3556:5: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default]
  8. /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c: In function ‘cfg80211_rtw_mgmt_tx’:
  9. /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c:3567:21: error: dereferencing pointer to incomplete type
  10. size_t len = params->len;
  11. ^
  12. /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c:3568:41: error: dereferencing pointer to incomplete type
  13. struct ieee80211_channel *chan = params->chan;
  14. ^
  15. /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c:3569:24: error: dereferencing pointer to incomplete type
  16. const u8 *buf = params->buf;
  17. ^
  18. /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c: At top level:
  19. /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c:3650:2: warning: initialization from incompatible pointer type [enabled by default]
  20. .mgmt_tx = cfg80211_rtw_mgmt_tx,
  21. ^
  22. /home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.c:3650:2: warning: (near initialization for ‘rtw_cfg80211_ops.mgmt_tx’) [enabled by default]
  23. make[2]: *** [/home/kingsubuntu/rtl8192du/os_dep/ioctl_cfg80211.o] Error 1
  24. make[1]: *** [_module_/home/kingsubuntu/rtl8192du] Error 2
  25. make[1]: Leaving directory `/usr/src/linux-headers-3.13.0-32-generic'
  26. make: *** [modules] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement