I have error messages "Unresolved inclusion: xparameters.h" in xsdk.
vivado and xsdk are v2014.4
Followings are what I did:
-----
0. Export hdf from vivado (including bitstream)
1. Launch xsdk
2. File -> New -> BSP (standalone_bsp_0)
-----
Then, when I see the xgpiops_sinit.c file
( standalone_bsp_0/ps7_cortexa9_0/libsrc/gpiops_v2_2/src/xgpiops_sinit.c )
the xsdk says
"Unresolved inclusion: xparameters.h"
for #include "xparameters.h"
However, the xparameters.h does exist as
"standalone_bsp_0/ps7_cortexa9_0/include/xparameters.h".
And the xparameters.h is included as the BSP in xsdk.
Where should I check to avoid this error?