Forum Discussion
Altera_Forum
Honored Contributor
12 years agoCorrection to Makefile
Hello, I have found projects that contain library dependencies always relink to create the final ELF file even if nothing has changed. Although this isn't wrong or bad, it does cause creation ...
Altera_Forum
Honored Contributor
12 years agoTry adding an 'echo xxx $*' line before the $(CP) $< $@ one.
That will show all the dependencies.