Makefile error: hwlib.h no such file or directory

You are missing a space here. It should be (space inserted between include & -D):
CFLAGS = -static -g -Wall -I${SOCEDS_DEST_ROOT}/ip/altera/hps/altera_hps/hwlib/include -D$(ALT_DEVICE_FAMILY)

1 Like