hi
I was doing instructions of lab 6 of hardware design step by step and I faced this error when I want to build dma_test.c from supported_document folder :
make all
'Building file: ../src/dma_test.c'
'Invoking: ARM gcc compiler'
arm-xilinx-eabi-gcc -Wall -O0 -g3 -c -fmessage-length=0 -MT"src/dma_test.o" -I../../test1_bsp/ps7_cortexa9_0/include -MMD -MP -MF"src/dma_test.d" -MT"src/dma_test.d" -o "src/dma_test.o" "../src/dma_test.c"
../src/dma_test.c:3:19: fatal error: xutil.h: No such file or directory
#include "xutil.h"
^
compilation terminated.
make: *** [src/dma_test.o] Error 1