Hello everyone.
In Lab 8 of ZedBoard tutorials, I got an error of an undeclared variable.
It happens when I create a First Stage Bootloader Project (FSBL) from Xilinx SDK Templates, for my ZedBoard.
This is what I got:
../src/qspi.c:122:6: error: 'XQSPIPS_LPBK_DLY_ADJ_OFFSET' undeclared (first use in this function)
../src/qspi.c:122:6: note: each undeclared identifier is reported only once for each function it appears in
make: ** [src/qspi.o] Erro 1
Since it's a template, I'm not supposed to change a thing. I don't know what that variable means, so I have no clue on how I can get rid of this. If anyone already got this, I'd appreciate to know how you did it.
*
After this, I've run Lab 07 solution, to make sure I didn't do anything wrong before. And I still got this error.