Altera_Forum
Honored Contributor
9 years agoMy_First_HPS Error
Hi, I have just started the DE10-Standard kit and run through the tutorial included in the package but I was stucked in My_First_HPS topic. I have this error below:
"make: *** no rule to make target '/intelfpga/16.1.embedded/ip/altera/hps/altera_hps/hwlib/include/', needed by '-ic'. stop." https://alteraforum.com/forum/attachment.php?attachmentid=13928&stc=1 Please see below for the makefile script: # target=my_first_hps alt_device_family?=soc_cv_av soceds_root?=$(soceds_dest_root) hwlibs_root=$(soceds_root)/ip/altera/hps/altera_hps/hwlib cross_compile=arm-linux-gnueabihf- cflags=-g-wall -d$(alt_device_family) -i$(hwlibs_root)/include/$(alt_devive_family) -i$(hwlibs_root)/include/ldflags= -g-wall cc=$(cross_compile)gcc arch=arm build: $(target) $(target):main.o $(cc)$(ldflags) $^-o$@ %.o:%.c $(cc)$(cflags)-c[I] $(CC)$(CFLAGS)-c$<-o$@[/I]lt;-o$@ .phony:clean clean: rm-f $(target)*.a*.o*~Please see my folder structure below: c:\intelfpga\16.1\embedded
c:\intelfpga\16.1\embedded\embedded_command_shell.bat
c:\intelfpga\16.1\embedded\embedded_command_shell.sh
c:\intelfpga\16.1\embedded\drivers
c:\intelfpga\16.1\embedded\ds-5
c:\intelfpga\16.1\embedded\ds-5_installer
c:\intelfpga\16.1\embedded\embeddedsw
c:\intelfpga\16.1\embedded\examples
c:\intelfpga\16.1\embedded\host_tools
c:\intelfpga\16.1\embedded\ip
c:\intelfpga\16.1\embedded\my_first_hps
c:\intelfpga\16.1\embedded\my_first_hps\main.c
c:\intelfpga\16.1\embedded\my_first_hps\makefile
Rgds, jsv