Hi,
I'm in the process of writing makefiles for the test case build. I'm compiling many source files in different paths using TI compiler version v6.0.2. At the end of compilation, assume I have 10 object files in different paths. Is it possible to combine 5 objects files into one object file say 'combined1.obj' and another 5 object files into one object file say 'combined2.obj' and then creating the out file using 'combined1.obj' and 'combined2.obj'?
Thanks,
Anand