Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple definition of is_zero_mac_addr; is_multicast_mac_addr; with 5.18.0 kernel #197

Open
z3n3x opened this issue Nov 2, 2022 · 0 comments

Comments

@z3n3x
Copy link

z3n3x commented Nov 2, 2022

ld: /home/kali/rtl8821CU/hal/phydm/halrf/rtl8821c/halrf_8821c.o: in function `is_broadcast_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1538: multiple definition of `is_broadcast_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1538: first defined here
ld: /home/kali/rtl8821CU/hal/phydm/halrf/rtl8821c/halrf_8821c.o: in function `is_zero_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1544: multiple definition of `is_zero_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1544: first defined here
ld: /home/kali/rtl8821CU/hal/phydm/halrf/rtl8821c/halrf_iqk_8821c.o: in function `is_multicast_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1533: multiple definition of `is_multicast_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1533: first defined here
ld: /home/kali/rtl8821CU/hal/phydm/halrf/rtl8821c/halrf_iqk_8821c.o: in function `is_broadcast_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1538: multiple definition of `is_broadcast_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1538: first defined here
ld: /home/kali/rtl8821CU/hal/phydm/halrf/rtl8821c/halrf_iqk_8821c.o: in function `is_zero_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1544: multiple definition of `is_zero_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1544: first defined here
ld: /home/kali/rtl8821CU/hal/btc/halbtc8821cwifionly.o: in function `is_multicast_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1533: multiple definition of `is_multicast_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1533: first defined here
ld: /home/kali/rtl8821CU/hal/btc/halbtc8821cwifionly.o: in function `is_broadcast_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1538: multiple definition of `is_broadcast_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1538: first defined here
ld: /home/kali/rtl8821CU/hal/btc/halbtc8821cwifionly.o: in function `is_zero_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1544: multiple definition of `is_zero_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1544: first defined here
ld: /home/kali/rtl8821CU/hal/btc/halbtc8821c1ant.o: in function `is_multicast_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1533: multiple definition of `is_multicast_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1533: first defined here
ld: /home/kali/rtl8821CU/hal/btc/halbtc8821c1ant.o: in function `is_broadcast_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1538: multiple definition of `is_broadcast_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1538: first defined here
ld: /home/kali/rtl8821CU/hal/btc/halbtc8821c1ant.o: in function `is_zero_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1544: multiple definition of `is_zero_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1544: first defined here
ld: /home/kali/rtl8821CU/hal/btc/halbtc8821c2ant.o: in function `is_multicast_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1533: multiple definition of `is_multicast_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1533: first defined here
ld: /home/kali/rtl8821CU/hal/btc/halbtc8821c2ant.o: in function `is_broadcast_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1538: multiple definition of `is_broadcast_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1538: first defined here
ld: /home/kali/rtl8821CU/hal/btc/halbtc8821c2ant.o: in function `is_zero_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1544: multiple definition of `is_zero_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1544: first defined here
ld: /home/kali/rtl8821CU/core/rtw_mp.o: in function `is_multicast_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1533: multiple definition of `is_multicast_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1533: first defined here
ld: /home/kali/rtl8821CU/core/rtw_mp.o: in function `is_broadcast_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1538: multiple definition of `is_broadcast_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1538: first defined here
ld: /home/kali/rtl8821CU/core/rtw_mp.o: in function `is_zero_mac_addr':
/home/kali/rtl8821CU/include/ieee80211.h:1544: multiple definition of `is_zero_mac_addr'; /home/kali/rtl8821CU/core/rtw_cmd.o:/home/kali/rtl8821CU/include/ieee80211.h:1544: first defined here
make[2]: *** [/usr/src/linux-headers-5.18.0-kali5-common/scripts/Makefile.build:489: /home/kali/rtl8821CU/8821cu.o] Error 1
make[1]: *** [/usr/src/linux-headers-5.18.0-kali5-common/Makefile:1858: /home/kali/rtl8821CU] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.18.0-kali5-amd64'
make: *** [Makefile:2217: modules] Error 2
@z3n3x z3n3x changed the title multiple definition of is_zero_mac_addr'; is_multicast_mac_addr'; with 5.18.0 kernel multiple definition of is_zero_mac_addr; is_multicast_mac_addr; with 5.18.0 kernel Nov 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant