Forum Discussion
BKeat1
New Contributor
6 years agoFound the fix here: https://forum.rocketboards.org/t/new-rev-d-sockit-lcd-example-wont-compile-due-to-missing-socal-h/178/1
Add to makefile:
ALT_DEVICE_FAMILY ?= soc_cv_av
Add to CFLAGS:
-I${SOCEDS_DEST_ROOT}/ip/altera/hps/altera_hps/hwlib/include/$(ALT_DEVICE_FAMILY)/ -D$(ALT_DEVICE_FAMILY)