-
Notifications
You must be signed in to change notification settings - Fork 426
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
XDMA: Kernel module does not compile correctly for Linux Kernel versions >= 5.0 #30
Comments
I couldnt get it to work in Ubuntu LTS 18.04.2, i went back to older 65444 drivers and got kernel 5 working. |
See #44 for a fix |
Byzantic can this be closed now? |
Hello, My name is Mark Harfouche. I am not affiliated with Xilinx in any way. Over the I've created a fork of dma_ip_drivers which I intend to maintain and work with the The fork can be found https://github.com/hmaarrfk/dma_ip_drivers For now, I am stating the main goals of the repository in If you are interested in working together, feel free to open an issue or PR to Best, Mark |
When trying to
make
xdma on a system that has a Kernel version 5.0, the compile fails twice with error messages like:I think this is because kernel 5.0 and onwards have dropped the first argument in the
access_ok
macro. So I think lines like:should be changed to:
If I change the two offending lines in this way, make succeeds, as does the load_driver.sh script.
The text was updated successfully, but these errors were encountered: