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
{{ message }}
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.
I'm trying to compile this drive in the Kali on a Raspberry 3 Model B.
LOG:
root@kali:/usr/src/rtl88x2bu-5.3.1# make
make ARCH=arm CROSS_COMPILE= -C /lib/modules/4.19.55-Re4son-v8+/build M=/usr/src/rtl88x2bu-5.3.1 modules
make[1]: Entering directory '/usr/src/linux-headers-4.19.55-Re4son-v8+'
CC [M] /usr/src/rtl88x2bu-5.3.1/core/rtw_cmd.o
gcc: error: unrecognized argument in option ‘-mabi=apcs-gnu’
gcc: note: valid arguments to ‘-mabi=’ are: ilp32 lp64
gcc: error: unrecognized command line option ‘-mapcs’; did you mean ‘--specs’?
gcc: error: unrecognized command line option ‘-mno-sched-prolog’; did you mean ‘-Wno-sign-promo’?
gcc: error: unrecognized command line option ‘-msoft-float’
make[2]: *** [scripts/Makefile.build:304: /usr/src/rtl88x2bu-5.3.1/core/rtw_cmd.o] Error 1
make[1]: *** [Makefile:1517: _module_/usr/src/rtl88x2bu-5.3.1] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.19.55-Re4son-v8+'
make: *** [Makefile:2011: modules] Error 2
Additional information:
root@kali:/usr/src/rtl88x2bu-5.3.1# uname -a
Linux kali 4.19.55-Re4son-v8+ #1 SMP PREEMPT Sun Jun 30 10:40:44 UTC 2019 aarch64 GNU/Linux
root@kali:/usr/src/rtl88x2bu-5.3.1# lsb_release -a
No LSB modules are available.
Distributor ID: Kali
Description: Kali GNU/Linux Rolling
Release: 2019.2
Codename: n/a
The text was updated successfully, but these errors were encountered:
I'm trying to compile this drive in the Kali on a Raspberry 3 Model B.
LOG:
Additional information:
root@kali:/usr/src/rtl88x2bu-5.3.1# uname -a Linux kali 4.19.55-Re4son-v8+ #1 SMP PREEMPT Sun Jun 30 10:40:44 UTC 2019 aarch64 GNU/Linux root@kali:/usr/src/rtl88x2bu-5.3.1# lsb_release -a No LSB modules are available. Distributor ID: Kali Description: Kali GNU/Linux Rolling Release: 2019.2 Codename: n/a
The text was updated successfully, but these errors were encountered: