Tuesday, February 22, 2022

[SOLVED] PCIe DMA Driver for Linux

Issue

I am currently working on a Virtex 7 FPGA . I am trying to install the driver for the PCIe DMA driver for linux . But it is giving me the following error :

error: implicit declaration of function ‘pci_enable_msix’ [-Werror=implicit-function-declaration]

Can someone help me with this error ?


Solution

Linux cross reference is a very good resource for this kind of problem, because you can explore the change in API over kernel version.



Answered By - Jamey Hicks
Answer Checked By - Cary Denson (WPSolving Admin)