-
Notifications
You must be signed in to change notification settings - Fork 178
Compile failed on kali 5.2.0-kali3-amd64 #37
Comments
that problem i had solve ,but i fine another problem In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_security.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_debug.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_io.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_ioctl_query.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_ioctl_set.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_ieee80211.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_mlme.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_mlme_ext.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_mi.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_wlan_util.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_vht.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_pwrctrl.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_rf.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_recv.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_sta_mgt.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_ap.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_xmit.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_p2p.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_tdls.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_br_ext.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_iol.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_sreset.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_btcoex_wifionly.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_btcoex.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_beamforming.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/rtw_odm.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/core/efuse/rtw_efuse.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, CC [M] /opt/rtl8821CU/os_dep/osdep_service.o In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86, /opt/rtl8821CU/os_dep/osdep_service.c: In function ‘isFileReadable’: |
Archerkong have you fixed the other problem yet? |
@stockshuang yeah,it can work normally,and i wrote a note,if you need i can send you |
I need this too |
make
/bin/sh: 1: bc: not found
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.2.0-kali3-amd64/build M=/opt/rtl8821CU modules
make[1]: 进入目录“/usr/src/linux-headers-5.2.0-kali3-amd64”
/bin/sh: 1: bc: not found
CC [M] /opt/rtl8821CU/core/rtw_debug.o
In file included from /opt/rtl8821CU/include/drv_types.h:35,
from /opt/rtl8821CU/core/rtw_debug.c:22:
/opt/rtl8821CU/include/wifi.h:1019: warning: "IEEE80211_MAX_AMPDU_BUF" redefined
#define IEEE80211_MAX_AMPDU_BUF 0x40
In file included from /opt/rtl8821CU/include/osdep_service_linux.h:86,
from /opt/rtl8821CU/include/osdep_service.h:47,
from /opt/rtl8821CU/include/drv_types.h:32,
from /opt/rtl8821CU/core/rtw_debug.c:22:
/usr/src/linux-headers-5.2.0-kali3-common/include/linux/ieee80211.h:1441: note: this is the location of the previous definition
#define IEEE80211_MAX_AMPDU_BUF 0x100
/opt/rtl8821CU/core/rtw_debug.c: In function ‘dump_drv_version’:
/opt/rtl8821CU/core/rtw_debug.c:50:62: error: macro "DATE" might prevent reproducible builds [-Werror=date-time]
RTW_PRINT_SEL(sel, "build time: %s %s\n", DATE, TIME);
^
/opt/rtl8821CU/core/rtw_debug.c:50:62: error: macro "TIME" might prevent reproducible builds [-Werror=date-time]
cc1: some warnings being treated as errors
make[4]: *** [/usr/src/linux-headers-5.2.0-kali3-common/scripts/Makefile.build:284:/opt/rtl8821CU/core/rtw_debug.o] 错误 1
make[3]: *** [/usr/src/linux-headers-5.2.0-kali3-common/Makefile:1610:module/opt/rtl8821CU] 错误 2
make[2]: *** [Makefile:179:sub-make] 错误 2
make[1]: *** [Makefile:8:all] 错误 2
make[1]: 离开目录“/usr/src/linux-headers-5.2.0-kali3-amd64”
make: *** [Makefile:1923:modules] 错误 2
The text was updated successfully, but these errors were encountered: