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

compilation error redefinition for struct sha256_state #1

Open
tim-oe opened this issue Apr 11, 2021 · 1 comment
Open

compilation error redefinition for struct sha256_state #1

tim-oe opened this issue Apr 11, 2021 · 1 comment

Comments

@tim-oe
Copy link

tim-oe commented Apr 11, 2021

pi 3b+ rev v1.3
Raspbian 10 (5.10.17-v7+)

make error:

In file included from /home/pi/usbwifi/rtl8821CU/include/drv_types.h:82,
from /home/pi/usbwifi/rtl8821CU/core/rtw_br_ext.c:32:
/home/pi/usbwifi/rtl8821CU/include/rtw_security.h:248:8: error: redefinition of ‘struct sha256_state’
struct sha256_state {
^~~~~~~~~~~~
In file included from ./include/linux/filter.h:24,
from ./include/net/sock.h:59,
from ./include/net/inet_sock.h:22,
from ./include/net/ip.h:28,
from /home/pi/usbwifi/rtl8821CU/core/rtw_br_ext.c:24:
./include/crypto/sha.h:84:8: note: originally defined here
struct sha256_state {
^~~~~~~~~~~~
make[2]: *** [scripts/Makefile.build:279: /home/pi/usbwifi/rtl8821CU/core/rtw_br_ext.o] Error 1
make[1]: *** [Makefile:1804: /home/pi/usbwifi/rtl8821CU] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.10.17-v7+'
make: *** [Makefile:1927: modules] Error 2

@tim-oe
Copy link
Author

tim-oe commented Apr 11, 2021

looks related to the following:
ZeeRooo/RTL8192EU@master...drygdryg:master

Repository owner deleted a comment from Idris933 Mar 13, 2024
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