-
Notifications
You must be signed in to change notification settings - Fork 122
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 build for kernel 5.4 on Centos 7 #267
Comments
Thank you for prompt response. Did exactly what is on the image in the file is called "src/includes.h". It doesn't seemed to have changed anything - I still get the same amount and type of errors. |
Did you ever update your kernel-devel-$(uname -r).rpm? https://centos.pkgs.org/7/elrepo-kernel-x86_64/kernel-lt-devel-5.4.172-1.el7.elrepo.x86_64.rpm.html
then please try again. |
Sure, I have these packages in the system initially (otherwise it refuses to even start compilation): As well as I'm currently booted in the same kernel: |
Thank you. Please see updated log file: make.log |
aabc/ipt-netflow#171 Root cause seems like the missing support for asm __inline syntax |
Thank you for help! That solution works for me. |
First of all thank you for the great tool. I'm using dattobd on multiple systems where it works without issues.
However currently I have not typical setup:
Build fails with a huge error log with errors all over the place (make.log). Googling on few of them leads me to a dead end.
To my understanding kernel 5.4 is supported and module should be compiled without issues. Am I right?
The text was updated successfully, but these errors were encountered: