hello
I am trying to build the AD9467-FMC-EBZ from git-hub in vivado on zedboard,
I have successfully built the project in vivado without problems, and exported the hardware to SDK,
I copied all the necessary files from no-os folder from github,
the problem is that when I compile the sdk project I got the error:
./src/cf_ad9467.c:47:21: fatal error: xaxidma.h: No such file or directory
#include "xaxidma.h"
even in vivado project there is no axi_dma IP used!
any ideas?
cheers