Xilinx-FPGA-PCIe-XDMA-Tutorial icon indicating copy to clipboard operation
Xilinx-FPGA-PCIe-XDMA-Tutorial copied to clipboard

one question happened when compiled code

Open wangzhl-code opened this issue 2 years ago • 2 comments

hi, i compiled your driver source code in xdma file, but there is a error: error: implicit declaration of function ‘mmiowb’ [-Werror=implicit-function-declaration] 636 | mmiowb(); why, could you please teach me how to settle it

wangzhl-code avatar Apr 04 '23 08:04 wangzhl-code

I also encountered the same issue. Maybe you can comment mmiowb(); to settle it.

jintiantianqihao avatar Jan 06 '24 15:01 jintiantianqihao

You can try the official Xilinx driver https://github.com/Xilinx/dma_ip_drivers

du-jiaming avatar Aug 19 '24 02:08 du-jiaming