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 agoNow I get:
xxx obj/Release/liblwip_altera_tse_FALCON.a liblwip_altera_tse_FALCON.a obj/Release/liblwip_altera_tse_FALCON.a cp -f -p obj/Release/liblwip_altera_tse_FALCON.a liblwip_altera_tse_FALCON.a (I changed to @echo). There seems to be something wrong with the time-stamp check between the source and target. The project is simply a "Create NIOS II Lib" with 3 source files with everything else auto-generated. Bill