Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- The error says exactly: make: *** multiple target patterns. Stop. mem_init.mk /ad_tpdb_0300_bsp line 182 C/C++ Problem The according line(s) in the makefile looks like this: .PHONY: onchip_ram onchip_ram: check_elf_exists $(MEM_INIT_DIR)/$(MEM_0).hex $(HDL_SIM_DIR)/$(MEM_0).dat $(HDL_SIM_DIR)/$(MEM_0).sym --- Quote End --- I'd check that no ':' characters have crept into any of the directory name variables. Any directory paths need to be 'Unix' style, not windows ones. If you can edit the makefile and run by hand, you can use '$(warning xxxxx)' (on a line by itself) as a printf executed as make processes the makefile.