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

Install not working on Rocky Linux 9.4 : osdep_service_linux.h:488:9: error: implicit declaration of function ‘complete_and_exit’ #101

Open
simenon opened this issue Aug 30, 2024 · 2 comments

Comments

@simenon
Copy link

simenon commented Aug 30, 2024

Getting the following compilation error on Rocky Linux with kernel release 5.14.0-427.13.1.el9_4.x86_64

make
#rm -f .symvers.8852au
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.14.0-427.13.1.el9_4.x86_64/build M=/tmp/rtl8852au  modules
make[1]: Entering directory '/usr/src/kernels/5.14.0-427.13.1.el9_4.x86_64'
  CC [M]  /tmp/rtl8852au/os_dep/osdep_service.o
In file included from /tmp/rtl8852au/include/osdep_service.h:42,
                 from /tmp/rtl8852au/include/drv_types.h:25,
                 from /tmp/rtl8852au/os_dep/osdep_service.c:17:
/tmp/rtl8852au/include/osdep_service_linux.h: In function ‘rtw_thread_exit’:
/tmp/rtl8852au/include/osdep_service_linux.h:488:9: error: implicit declaration of function ‘complete_and_exit’ [-Werror=implicit-function-declaration]
  488 |         complete_and_exit(comp, 0);
      |         ^~~~~~~~~~~~~~~~~
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:299: /tmp/rtl8852au/os_dep/osdep_service.o] Error 1
make[1]: *** [Makefile:1934: /tmp/rtl8852au] Error 2
make[1]: Leaving directory '/usr/src/kernels/5.14.0-427.13.1.el9_4.x86_64'
make: *** [Makefile:639: modules] Error 2
@simenon simenon changed the title Install not working on Rocky Linux : osdep_service_linux.h:488:9: error: implicit declaration of function ‘complete_and_exit’ Install not working on Rocky Linux 9.4 : osdep_service_linux.h:488:9: error: implicit declaration of function ‘complete_and_exit’ Aug 30, 2024
@simenon
Copy link
Author

simenon commented Aug 30, 2024

Further research pointed me too #72 and i can confirm that that version works

@bmx666
Copy link

bmx666 commented Sep 16, 2024

Hi @simenon , there is a bad news, please read lwfinger/rtl8188eu#458

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

2 participants