Mark Skeels wrote:
Could someone point me to an example project using mspgcc with multiple source files?I have successfully ported a small app writtien in IAR MSP430 C to MSPGCC, but I had to paste auxilliary .c, .h files into the main files to get it to work.
here are a few examples using "make", look at the makefiles: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mspgcc/examples/ some of the makefiles could be improved a bit but they work... chris