-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make error #52
Comments
I have a simmilar issue when I try to build the driver on Rasspberry Pi 3B with Buster installed. I tried to build as following:
The result is:
When I make
|
If my guess is correct, unfortunately, this driver is only supported up to kernel 4. Of course it doesn't compile on kernel 5. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm unable to build the driver. I've tried the standard build:
However, I run into an error on line 3
make
:I've also tried building the driver using
dkms
:This runs into an error on line 3
build
:Upon looking at the make.log file, it reads:
Am I missing something here?
The text was updated successfully, but these errors were encountered: