Seeed-Studio / seeed-linux-usbdisp

USB monitor Linux kernel driver.
GNU General Public License v2.0
8 stars 1 forks source link

Install failure(aarch64) #13

Closed mongonta0716 closed 3 years ago

mongonta0716 commented 3 years ago

When I try to install it with RaspberryPi OS 64bit on RaspberryPi4B, I get an error that there is no build folder for kernel-header, same as the topic below.

https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=276122

I then installed rpi-source, but it stops with the following error. Is there any way to handle this?

gcc: error: unrecognized command line option ‘-mgeneral-regs-only’

Kernel Version: 5.10.11-v8+ #1399 SMP PREEMPT Thu Jan 28 12:14:03 GMT 2021 aarch64

mongonta0716 commented 3 years ago

Sorry. I checked it with another RaspberryPi4+64bitOS and it worked. It seems to be a problem in my environment, I'll look into it some more.