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
make ARCH=armv7l CROSS_COMPILE= -C /lib/modules/6.1.63-current-sunxi/build M=/home/brent/tmp/rtl8188eu modules
make[1]: Entering directory '/usr/src/linux-headers-6.1.63-current-sunxi'
Makefile:777: 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.63-current-sunxi'
make: *** [Makefile:2491: modules] Error 2
Things go further make ARCH=arm, but eventually fail:
/home/user/tmp/rtl8188eu-1/os_dep/linux/wifi_regd.c: In function ‘rtw_regd_init’:
/home/user/tmp/rtl8188eu-1/os_dep/linux/wifi_regd.c:409:36: error: ‘REGULATORY_IGNORE_STALE_KICKOFF’ undeclared (first use in this function)
409 | wiphy->regulatory_flags |= REGULATORY_IGNORE_STALE_KICKOFF;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
I get the following error running
make
:Things go further
make ARCH=arm
, but eventually fail:The text was updated successfully, but these errors were encountered: