Advertisement
Anysystemroot

bcmwl-6.30.223.271+bdcom for kernel 5.8.0-25-generic (x86_64)

Nov 9th, 2020
1,125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 5.28 KB | None | 0 0
  1. DKMS make.log for bcmwl-6.30.223.271+bdcom for kernel 5.8.0-25-generic (x86_64)
  2. Пн 09 ноя 2020 22:05:37 +05
  3. make: вход в каталог «/usr/src/linux-headers-5.8.0-25-generic»
  4. CFG80211 API is prefered for this kernel version
  5. Using CFG80211 API
  6.   AR      /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/built-in.a
  7.   CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.o
  8.   CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.o
  9.   CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_iw.o
  10.   CC [M]  /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.o
  11. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c: In function ‘osl_reg_map’:
  12. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:949:10: error: implicit declaration of function ‘ioremap_nocache’; did you mean ‘ioremap_cache’? [-Werror=implicit-function-declaration]
  13.   949 |  return (ioremap_nocache((unsigned long)pa, (unsigned long)size));
  14.       |          ^~~~~~~~~~~~~~~
  15.       |          ioremap_cache
  16. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.c:949:10: warning: returning ‘int’ from a function with return type ‘void *’ makes pointer from integer without a cast [-Wint-conversion]
  17.   949 |  return (ioremap_nocache((unsigned long)pa, (unsigned long)size));
  18.       |         ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  19. cc1: some warnings being treated as errors
  20. make[1]: *** [scripts/Makefile.build:288: /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/shared/linux_osl.o] Ошибка 1
  21. make[1]: *** Ожидание завершения заданий…
  22. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c: In function ‘wl_attach’:
  23. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:593:20: error: implicit declaration of function ‘ioremap_nocache’; did you mean ‘ioremap_cache’? [-Werror=implicit-function-declaration]
  24.   593 |  if ((wl->regsva = ioremap_nocache(dev->base_addr, PCI_BAR0_WINSZ)) == NULL) {
  25.       |                    ^~~~~~~~~~~~~~~
  26.       |                    ioremap_cache
  27. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:593:18: warning: assignment to ‘void *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
  28.   593 |  if ((wl->regsva = ioremap_nocache(dev->base_addr, PCI_BAR0_WINSZ)) == NULL) {
  29.       |                  ^
  30. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c: In function ‘wl_pci_probe’:
  31. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:780:2: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
  32.   780 |  if ((val & 0x0000ff00) != 0)
  33.       |  ^~
  34. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:782:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
  35.   782 |   bar1_size = pci_resource_len(pdev, 2);
  36.       |   ^~~~~~~~~
  37. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:783:15: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  38.   783 |   bar1_addr = (uchar *)ioremap_nocache(pci_resource_start(pdev, 2),
  39.       |               ^
  40. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c: In function ‘wl_reg_proc_entry’:
  41. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:3376:58: error: passing argument 4 of ‘proc_create_data’ from incompatible pointer type [-Werror=incompatible-pointer-types]
  42.  3376 |  if ((wl->proc_entry = proc_create_data(tmp, 0644, NULL, &wl_fops, wl)) == NULL) {
  43.       |                                                          ^~~~~~~~
  44.       |                                                          |
  45.       |                                                          const struct file_operations *
  46. In file included from /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.c:38:
  47. ./include/linux/proc_fs.h:102:31: note: expected ‘const struct proc_ops *’ but argument is of type ‘const struct file_operations *
  48.   102 | extern struct proc_dir_entry *proc_create_data(const char *, umode_t,
  49.       |                               ^~~~~~~~~~~~~~~~
  50. In file included from /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:40:
  51. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c: In function ‘wl_set_auth_type’:
  52. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.h:52:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
  53.    52 |  if (wl_dbg_level & WL_DBG_DBG) {   \
  54.       |     ^
  55. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:816:3: note: in expansion of macro ‘WL_DBG’
  56.   816 |   WL_DBG(("network eap\n"));
  57.       |   ^~~~~~
  58. /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:817:2: note: here
  59.   817 |  default:
  60.       |  ^~~~~~~
  61. cc1: some warnings being treated as errors
  62. make[1]: *** [scripts/Makefile.build:288: /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build/src/wl/sys/wl_linux.o] Ошибка 1
  63. make: *** [Makefile:1780: /var/lib/dkms/bcmwl/6.30.223.271+bdcom/build] Ошибка 2
  64. make: выход из каталога «/usr/src/linux-headers-5.8.0-25-generic»
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement