Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHow to write a makefile to compile C project ?
Hi all ! I'm using Cyclone 1c12 eval, Microtronix uCLinux 1.4, NIOS II IDE 5.0 I have a C project (which will run on uCLinux) as following: header files: libA.h libB.h . ...
Altera_Forum
Honored Contributor
21 years agoSorry, I must have fat fingered the following (missing from above):
deps: Makefile $(CSRC)
$(CC) -M $(CFLAGS) $(CSRC) > deps --Scott