| 1 | DKMS make.log for bcmwl-6.30.223.248+bdcom for kernel 4.2.0-rc4-00336-gd08c318 (x86_64)
|
|---|
| 2 | Seg Ago 3 17:33:30 WEST 2015
|
|---|
| 3 | make: Entering directory `/usr/src/linux-headers-4.2.0-rc4-00336-gd08c318'
|
|---|
| 4 | CFG80211 API is prefered for this kernel version
|
|---|
| 5 | Using CFG80211 API
|
|---|
| 6 | LD /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/built-in.o
|
|---|
| 7 | CC [M] /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/shared/linux_osl.o
|
|---|
| 8 | CC [M] /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_linux.o
|
|---|
| 9 | CC [M] /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_iw.o
|
|---|
| 10 | CC [M] /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.o
|
|---|
| 11 | /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c: In function ‘wl_cfg80211_get_key’:
|
|---|
| 12 | /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:1390:2: warning: passing argument 1 of ‘memcpy’ discards ‘const’ qualifier from pointer target type [enabled by default]
|
|---|
| 13 | memcpy(params.key, key.data, params.key_len);
|
|---|
| 14 | ^
|
|---|
| 15 | In file included from ./arch/x86/include/asm/string.h:4:0,
|
|---|
| 16 | from include/linux/string.h:17,
|
|---|
| 17 | from include/linux/bitmap.h:8,
|
|---|
| 18 | from include/linux/cpumask.h:11,
|
|---|
| 19 | from ./arch/x86/include/asm/cpumask.h:4,
|
|---|
| 20 | from ./arch/x86/include/asm/msr.h:10,
|
|---|
| 21 | from ./arch/x86/include/asm/processor.h:20,
|
|---|
| 22 | from ./arch/x86/include/asm/thread_info.h:49,
|
|---|
| 23 | from include/linux/thread_info.h:54,
|
|---|
| 24 | from ./arch/x86/include/asm/preempt.h:6,
|
|---|
| 25 | from include/linux/preempt.h:64,
|
|---|
| 26 | from include/linux/spinlock.h:50,
|
|---|
| 27 | from include/linux/seqlock.h:35,
|
|---|
| 28 | from include/linux/time.h:5,
|
|---|
| 29 | from include/linux/stat.h:18,
|
|---|
| 30 | from include/linux/module.h:10,
|
|---|
| 31 | from /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/include/linuxver.h:40,
|
|---|
| 32 | from /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:26:
|
|---|
| 33 | ./arch/x86/include/asm/string_64.h:34:14: note: expected ‘void *’ but argument is of type ‘const u8 *’
|
|---|
| 34 | extern void *memcpy(void *to, const void *from, size_t len);
|
|---|
| 35 | ^
|
|---|
| 36 | /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c: In function ‘wl_cfg80211_get_station’:
|
|---|
| 37 | /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:1444:20: error: ‘STATION_INFO_TX_BITRATE’ undeclared (first use in this function)
|
|---|
| 38 | sinfo->filled |= STATION_INFO_TX_BITRATE;
|
|---|
| 39 | ^
|
|---|
| 40 | /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:1444:20: note: each undeclared identifier is reported only once for each function it appears in
|
|---|
| 41 | /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:1457:20: error: ‘STATION_INFO_SIGNAL’ undeclared (first use in this function)
|
|---|
| 42 | sinfo->filled |= STATION_INFO_SIGNAL;
|
|---|
| 43 | ^
|
|---|
| 44 | /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c: At top level:
|
|---|
| 45 | /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:1778:2: warning: initialization from incompatible pointer type [enabled by default]
|
|---|
| 46 | .get_station = wl_cfg80211_get_station,
|
|---|
| 47 | ^
|
|---|
| 48 | /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:1778:2: warning: (near initialization for ‘wl_cfg80211_ops.get_station’) [enabled by default]
|
|---|
| 49 | /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c: In function ‘wl_notify_connect_status’:
|
|---|
| 50 | /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:2056:4: error: too few arguments to function ‘cfg80211_disconnected’
|
|---|
| 51 | cfg80211_disconnected(ndev, 0, NULL, 0, GFP_KERNEL);
|
|---|
| 52 | ^
|
|---|
| 53 | In file included from /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c:33:0:
|
|---|
| 54 | include/net/cfg80211.h:4584:6: note: declared here
|
|---|
| 55 | void cfg80211_disconnected(struct net_device *dev, u16 reason,
|
|---|
| 56 | ^
|
|---|
| 57 | /var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.c: At top level:
|
|---|
| 58 | cc1: warning: unrecognized command line option "-Wno-date-time" [enabled by default]
|
|---|
| 59 | make[1]: *** [/var/lib/dkms/bcmwl/6.30.223.248+bdcom/build/src/wl/sys/wl_cfg80211_hybrid.o] Error 1
|
|---|
| 60 | make: *** [_module_/var/lib/dkms/bcmwl/6.30.223.248+bdcom/build] Error 2
|
|---|
| 61 | make: Leaving directory `/usr/src/linux-headers-4.2.0-rc4-00336-gd08c318'
|
|---|