We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
make fail on : Linux raspberrypi 6.6.51+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64
$ make
make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/6.6.51+rpt-rpi-v8/build M=/home/erwan/rtl8831 modules make[1]: Entering directory '/usr/src/linux-headers-6.6.51+rpt-rpi-v8' CC [M] /home/erwan/rtl8831/platform/platform_ops.o /home/erwan/rtl8831/platform/platform_ops.c:15:10: fatal error: drv_types.h: No such file or directory 15 | #include <drv_types.h> | ^~~~~~~~~~~~~ compilation terminated. make[3]: *** [/usr/src/linux-headers-6.6.51+rpt-common-rpi/scripts/Makefile.build:248: /home/erwan/rtl8831/platform/platform_ops.o] Error 1 make[2]: *** [/usr/src/linux-headers-6.6.51+rpt-common-rpi/Makefile:1946: /home/erwan/rtl8831] Error 2 make[1]: *** [/usr/src/linux-headers-6.6.51+rpt-common-rpi/Makefile:246: __sub-make] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-6.6.51+rpt-rpi-v8' make: *** [Makefile:826: modules] Error 2
The text was updated successfully, but these errors were encountered:
The same error for me. :/
Sorry, something went wrong.
No branches or pull requests
make fail on : Linux raspberrypi 6.6.51+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.51-1+rpt3 (2024-10-08) aarch64
$ make
make ARCH=arm64 CROSS_COMPILE= -C /lib/modules/6.6.51+rpt-rpi-v8/build M=/home/erwan/rtl8831 modules make[1]: Entering directory '/usr/src/linux-headers-6.6.51+rpt-rpi-v8' CC [M] /home/erwan/rtl8831/platform/platform_ops.o /home/erwan/rtl8831/platform/platform_ops.c:15:10: fatal error: drv_types.h: No such file or directory 15 | #include <drv_types.h> | ^~~~~~~~~~~~~ compilation terminated. make[3]: *** [/usr/src/linux-headers-6.6.51+rpt-common-rpi/scripts/Makefile.build:248: /home/erwan/rtl8831/platform/platform_ops.o] Error 1 make[2]: *** [/usr/src/linux-headers-6.6.51+rpt-common-rpi/Makefile:1946: /home/erwan/rtl8831] Error 2 make[1]: *** [/usr/src/linux-headers-6.6.51+rpt-common-rpi/Makefile:246: __sub-make] Error 2 make[1]: Leaving directory '/usr/src/linux-headers-6.6.51+rpt-rpi-v8' make: *** [Makefile:826: modules] Error 2
The text was updated successfully, but these errors were encountered: