-
Notifications
You must be signed in to change notification settings - Fork 79
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
build failing on kernel 6.8 (Ubuntu) #344
Comments
|
right i think ive been able to get to the bottom of things; https://lwn.net/Articles/958178/ I tried to work around the issue by doing an; but I don't know what i'd need to do to be able to compile the drivers. |
|
in the meantime, I've reverted my system back to Ubuntu 23.10 which is running kernel 6.5.0-25 and the TBS drivers compile as expected. It would be great if @crazycat69 could work his magic on the TBS drivers to modernise the code to prepare it for 6.8 kernel versions. thanks. |
|
yesterday I compiled in Ubuntu 22.04 with kernel 6.5. Now It's not compiling with This changes? |
|
Maybe compiled before and no changes :) |
|
I've finally got around to attempting an upgrade to Ubuntu 24.04 again (to get kernel 6.8) and I've attempted a compile and I'm getting the following error; When I switch back to Ubuntu 23.10 the same compile scripts work fine using kernel 6.5.0-26. |
|
just to close the loop on this, I've just attempted another upgrade to Ubuntu 24.04 and the build is now working, so i think the previous changes that @crazycat69 made are working well and it appears that the version dependencies on the Ubuntu side with gcc are now resolving themselves as 24.04 launch gets closer. thanks again! |
|
in case this helps anyone else, the driver compilation was also failing on Ubuntu x64 again, (for different reasons mostly threading on unrelated sub components). I stumbled across this; https://forums.gentoo.org/viewtopic-p-8363634.html I've pasted in the repeatable code below, I use to compile the driver for the 625 card specially - it runs far faster than compiling the complete driver tree obviously. |
hi, build seems to be failing on Ubuntu on latest 6.8 kernel with the following message;
build script i've been using for a long time is the following;
any ideas?
The text was updated successfully, but these errors were encountered: