Skip to content
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 all error #16

Open
brunop00 opened this issue Jun 13, 2024 · 0 comments
Open

make all error #16

brunop00 opened this issue Jun 13, 2024 · 0 comments

Comments

@brunop00
Copy link

I'm using a 6.8.11-amd64 kernel and the command execution occurred this error:

error: ‘struct timer_list’ has no member named ‘data’
94 | ptimer->data = (unsigned long)cntx;
| ^~
error: implicit declaration of function ‘init_timer’; did you mean ‘_init_timer’? [-Werror=implicit-function-declaration]
95 | init_timer(ptimer);
| ^~~~~~~~~~
| _init_timer
cc1: some warnings being treated as errors
make[3]: *** [/usr/src/linux-headers-6.8.11-common/scripts/Makefile.build:248

Must it be because the kernel is much newer than the driver? Which kernel do you recommend me to use?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant