-
Notifications
You must be signed in to change notification settings - Fork 422
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
assignment of read-only member ‘vm_flags’ #267
Comments
Update drivers: #275 |
如何更新这个程序呢 |
Makefile:17: XVC_FLAGS: . |
See PR #292. Sadly Xilinx/AMD is not merging any of code from PRs hence the issues with new kernels. |
My system:kubuntu 23.10
linux kernel:6.5.0-26-generic
when I cd to dma_ip_drivers/XDMA/linux-kernel/xdma
and make.It show dma_ip_drivers/XDMA/linux-kernel/xdma/cdev_ctrl.c:236:23: error: assignment of read-only member ‘vm_flags’
236 | vma->vm_flags |= VMEM_FLAGS;
How can i do?
Thanke you for any help.
The text was updated successfully, but these errors were encountered: