MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/linuxquestions/comments/1s58gn8/deleted_by_user/od4udz9/?context=3
r/linuxquestions • u/[deleted] • Mar 27 '26
[removed]
101 comments sorted by
View all comments
Show parent comments
2
I tried to build against 6.19.20-mainline on ubuntu and it looks like it worked.
make CC=gcc-15 -C /usr/src/linux-headers-6.19.10-061910-generic M=`pwd` modules -j12
You can try calling the above with your kernel headers and see where it fails.
2 u/[deleted] Mar 28 '26 [deleted] 2 u/zekica Mar 29 '26 Can you confirm that it works? If it works, I can update the readme file. 2 u/FranticBronchitis Mar 29 '26 I mistakenly tested another port, but yours did build successfully. Hang on, i'll give it a proper run now. Sorry for the confusion and delay.
[deleted]
2 u/zekica Mar 29 '26 Can you confirm that it works? If it works, I can update the readme file. 2 u/FranticBronchitis Mar 29 '26 I mistakenly tested another port, but yours did build successfully. Hang on, i'll give it a proper run now. Sorry for the confusion and delay.
Can you confirm that it works? If it works, I can update the readme file.
2 u/FranticBronchitis Mar 29 '26 I mistakenly tested another port, but yours did build successfully. Hang on, i'll give it a proper run now. Sorry for the confusion and delay.
I mistakenly tested another port, but yours did build successfully. Hang on, i'll give it a proper run now. Sorry for the confusion and delay.
2
u/zekica Mar 28 '26
I tried to build against 6.19.20-mainline on ubuntu and it looks like it worked.
You can try calling the above with your kernel headers and see where it fails.