Open espencer127 opened 2 months ago
I am having the same problem with Kernel: 6.8.0-41-generic
I am using "sudo make all" to build on Kernel 6.8.0-40-generic. I am also having this same build issue - relevant part from make output:
/home/keith/rtl8192ee/os_dep/linux/ioctl_cfg80211.c:7346:26: error: initialization of ‘int ()(struct wiphy , struct net_device , struct cfg80211_ap_update )’ from incompatible pointer type ‘int ()(struct wiphy , struct net_device , struct cfg80211_beacon_data )’ [-Werror=incompatible-pointer-types]
7346 | .change_beacon = cfg80211_rtw_change_beacon,
| ^~~~~~
/home/keith/rtl8192ee/os_dep/linux/ioctl_cfg80211.c:7346:26: note: (near initialization for ‘rtw_cfg80211_ops.change_beacon’)
cc1: some warnings being treated as errors
make[3]: [scripts/Makefile.build:243: /home/keith/rtl8192ee/os_dep/linux/ioctl_cfg80211.o] Error 1
make[2]: [/usr/src/linux-headers-6.8.0-40-generic/Makefile:1926: /home/keith/rtl8192ee] Error 2
make[1]: [Makefile:240: __sub-make] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-6.8.0-40-generic'
make: [Makefile:1827: modules] Error 2
Same Issue: #39
I'm facing many warnings and one error when running
make all
-This looks the same as an issue on another repo, link