You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any help for armv7l users - seems like it's been an issue for other devs who have managed to implement something for non 64bit arm processors (diederikdehaas/rtl8812AU#103)?
As a reasonably inexperienced user, I'm happy to try anything/provide more specific info if needed.
The text was updated successfully, but these errors were encountered:
Hi all,
Apologies is this is a very noob question. When trying to build this on RPI 2b with RTL8851BU adapter, I'm getting the following issue:
$make
make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/6.1.21-v7+/build M=/home/pi/rtl8831 modules
make[1]: Entering directory '/usr/src/linux-headers-6.1.21-v7+'
Makefile:775: arch/armv7l/Makefile: No such file or directory
make[1]: *** No rule to make target 'arch/armv7l/Makefile'. Stop.
make[1]: Leaving directory '/usr/src/linux-headers-6.1.21-v7+'
make: *** [Makefile:827: modules] Error 2
When I have created the directory and added the Makefile from the arm directory, the error becomes:
make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/6.1.21-v7+/build M=/home/pi/rtl8831 modules
make[1]: Entering directory '/usr/src/linux-headers-6.1.21-v7+'
CC [M] /home/pi/rtl8831/platform/platform_ops.o
/home/pi/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[2]: *** [scripts/Makefile.build:250: /home/pi/rtl8831/platform/platform_ops.o] Error 1
make[1]: *** [Makefile:2012: /home/pi/rtl8831] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-6.1.21-v7+'
make: *** [Makefile:827: modules] Error 2
Any help for armv7l users - seems like it's been an issue for other devs who have managed to implement something for non 64bit arm processors (diederikdehaas/rtl8812AU#103)?
As a reasonably inexperienced user, I'm happy to try anything/provide more specific info if needed.
The text was updated successfully, but these errors were encountered: