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 . . . c files: a.c b.c c.c . . . main.c // <-- this file contains function main() How can I write a makefile ( makefile & rule.mak ) for above project or edit the Microtronix template ? Thank you OneNet