The Microzed's tutorial lab3 to run Peripherals_test fails with the following error:
18:38:40 **** Build of configuration Debug for project Peripheral_Tester ****
make all
'Building file: ../src/testperiph.c'
'Invoking: ARM gcc compiler'
arm-xilinx-eabi-gcc -Wall -O0 -g3 -c -fmessage-length=0 -I../../standalone_bsp_0/ps7_cortexa9_0/include -MMD -MP -MF"src/testperiph.d" -MT"src/testperiph.d" -o "src/testperiph.o" "../src/testperiph.c"
../src/testperiph.c:44:21: fatal error: xemacps.h: No such file or directory
#include "xemacps.h"
^
compilation terminated.
make: *** [src/testperiph.o] Error 1
18:38:41 Build Finished (took 1s.380ms)