Advertisement
csaga

Edimax install error

Nov 6th, 2016
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.95 KB | None | 0 0
  1. $ sudo make
  2. make ARCH=i386 CROSS_COMPILE= -C /lib/modules/4.4.0-45-generic/build M=/home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51 modules
  3. make[1]: Entering directory '/usr/src/linux-headers-4.4.0-45-generic'
  4. CC [M] /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.o
  5. In file included from /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/drv_types.h:95:0,
  6. from /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.c:22:
  7. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/hal_com.h:412:13: error: ‘file_path’ redeclared as different kind of symbol
  8. extern char file_path[PATH_LENGTH_MAX];
  9. ^
  10. In file included from include/linux/cgroup.h:16:0,
  11. from include/net/netprio_cgroup.h:17,
  12. from include/linux/netdevice.h:48,
  13. from /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/osdep_service_linux.h:35,
  14. from /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/osdep_service.h:41,
  15. from /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/drv_types.h:32,
  16. from /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.c:22:
  17. include/linux/fs.h:2597:14: note: previous declaration of ‘file_path’ was here
  18. extern char *file_path(struct file *, char *, int);
  19. ^
  20. In file included from /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/drv_types.h:65:0,
  21. from /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.c:22:
  22. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.c: In function ‘btinfo_evt_dump’:
  23. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  24. #define _seqdump seq_printf
  25. ^
  26. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/rtw_debug.h:242:7: note: in expansion of macro ‘_seqdump’
  27. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  28. ^
  29. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.c:3293:2: note: in expansion of macro ‘DBG_871X_SEL_NL’
  30. DBG_871X_SEL_NL(sel, "cid:0x%02x, len:%u\n", info->cid, info->len);
  31. ^
  32. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  33. #define _seqdump seq_printf
  34. ^
  35. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/rtw_debug.h:242:7: note: in expansion of macro ‘_seqdump’
  36. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  37. ^
  38. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.c:3296:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  39. DBG_871X_SEL_NL(sel, "byte2:%s%s%s%s%s%s%s%s\n"
  40. ^
  41. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  42. #define _seqdump seq_printf
  43. ^
  44. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/rtw_debug.h:242:7: note: in expansion of macro ‘_seqdump’
  45. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  46. ^
  47. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.c:3308:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  48. DBG_871X_SEL_NL(sel, "retry_cnt:%u\n", info->retry_cnt);
  49. ^
  50. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  51. #define _seqdump seq_printf
  52. ^
  53. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/rtw_debug.h:242:7: note: in expansion of macro ‘_seqdump’
  54. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  55. ^
  56. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.c:3311:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  57. DBG_871X_SEL_NL(sel, "rssi:%u\n", info->rssi);
  58. ^
  59. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/rtw_debug.h:187:19: error: void value not ignored as it ought to be
  60. #define _seqdump seq_printf
  61. ^
  62. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/include/rtw_debug.h:242:7: note: in expansion of macro ‘_seqdump’
  63. if(_seqdump(sel, fmt, ##arg)) /*rtw_warn_on(1)*/; \
  64. ^
  65. /home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.c:3314:3: note: in expansion of macro ‘DBG_871X_SEL_NL’
  66. DBG_871X_SEL_NL(sel, "byte5:%s%s\n"
  67. ^
  68. scripts/Makefile.build:258: recipe for target '/home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.o' failed
  69. make[2]: *** [/home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51/core/rtw_cmd.o] Error 1
  70. Makefile:1403: recipe for target '_module_/home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51' failed
  71. make[1]: *** [_module_/home/csagaster/Raktar/test/rtl8821AU_linux_v4.3.14_13455.20150212_BTCOEX20150128-51] Error 2
  72. make[1]: Leaving directory '/usr/src/linux-headers-4.4.0-45-generic'
  73. Makefile:1551: recipe for target 'modules' failed
  74. make: *** [modules] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement