Forum Discussion
jlats2
Occasional Contributor
6 years agohps-fpga problems with makefile error: #error You must define soc_cv_av or soc_a10 before compiling with HwLibs
Hello, I am having issues making my C file with the EDS editor. I am using 18.1 . My goal is to compile my C code with the below make file. However, whenever I attempt to run the make file, I get th...
MHawk6
New Contributor
6 years agoHave you checked out the example projects included with your Demo Board? It may be a simple syntax error.
According to the documentation, the makefile should contain:
#
TARGET = my_first_hps-fpga
#
ALT_DEVICE_FAMILY ?= soc_cv_av