-
Notifications
You must be signed in to change notification settings - Fork 31
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
Unable to compile for Linux 6.2.2 #51
Comments
I have the same problem. @swishkin you found a solution ? |
I just decided to stay on 6.1.12, so I blocked my distro from upgrading the kernel, because that requires recompiling/reinstalling, which doesn't succeed in my testing. I'm planning to move to another distribution, I think, so maybe the grass will be greener there. |
@fabscav, I think that's how I got it working on 6.1.12, but I wasn't able to do the same on 6.2+. I admittedly may have done something wrong or given up too soon, but it's been months since I was really focusing on this, so I can't remember the details. |
@swishkin as mentioned in the comments of that PR, I've recently made some additional changes in my fork, which should enable compatibility with kernels >= 6.2 |
@fabscav, just tried cloning your fork (https://github.com/fabscav/rcraid-dkms.git), running makepkg -si, and I receive the same errors as shown in my initial log paste. Is an argument required to make it compile properly? My output this time does seem to exclude this line, for whatever reason:
Also, trying to clone this repo with |
I don't see how that's possible, since the includes mentioned on that log paste don't exist anymore in the codebase of my fork. |
My mistake! Your readme has the original git clone command, so I wasn't cloning your repo. It installed just fine now. Thanks! |
I'm receiving this error when trying to compile for Linux 6.2.2. Worked great for 6.1.x by cloning with compatability-updates option. The below is the output when compiling without compatibility updates:
The following output is from compiling with compatibility updates:
How can I resolve this issue?
The text was updated successfully, but these errors were encountered: