Hi,
In CCS command line build, with -c option I am creating the object file and later linking all of them together.
1)How can I customize the extension of these object files from default *.obj to something else like *.o
2) Currently these are created within the folder containing the Makefile.How to place them in seperate folder like "obj".
regards
Soumya