-
Notifications
You must be signed in to change notification settings - Fork 75
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
Not compiling in 6.12 #204
Comments
try "make CC=clang LD=ld.lld V=1" and if it fails please show the output |
I just noticed that you've had this issue before, can you show the output of "cat /proc/version" ? I may be able to modify the install script to automatically resolve this issue |
❯ cat /proc/version |
I've made modifications. I'd like you to test #206 and make sure it works. I don't see any reason why it shouldn't, but I'd still like to have confirmation. |
I am on kernel 6.12.1, and it`s not compiling and i am getting similar errors but i am using gcc compiler
Output of
|
#184 should work now. |
It didn't work with just that script change as I was already compiling with clang.
Yes. It works for me in 6.12 with the changes in that PR. Thank you!!! :) |
|
@davidwkr @Valerio1474 I'm glad I could help |
Trying to compile in 6.12
The text was updated successfully, but these errors were encountered: