Hi,
i have a problem with my "helloworld" project from the ZedBoard CCT Vivado 2014-2 tutorial.
http://zedboard.org/sites/default/files/design/zedboard_refdoc_Vivado_2014-2.zip
The first simple "helloworld" worked fine.
But in the second part i have some problems with inlcude files.
I just copy and paste the sourcecode from the tutorial,
but it dont want to build sucessfully.
The compiler misses all these files:
#include "xil_types.h"
#include "xgpio.h"
#include "xtmrctr.h"
#include "xgpiops.h"
When i add them manually to my project folder then the compiler misses other files and so on.
I tried to add some sourcecode folders to the projetc properties but it dont change anything.
Do you have any idea whats wrong?
Thanks
Max