RTL88x2BU-Linux-Driver icon indicating copy to clipboard operation
RTL88x2BU-Linux-Driver copied to clipboard

Can't compile on Raspberry Pi 1B+ (32 bit)

Open boxemall opened this issue 2 years ago • 1 comments

Trying to compile it on a RPi_1B+ and getting an error. i checked the makefile and it does not contain any reference to "armhf". can the makefile be entended to include the old Rpi 32bit?

dpkg --print-architecture out put is: 'armhf'

regards

boxemall avatar Jun 19 '23 15:06 boxemall

Try make ARCH=arm?

RinCat avatar Jun 30 '23 18:06 RinCat