Hi,
I am trying to create a project using command line utility as found in http://tiexpressdsp.com/index.php/Projects_-_Command_Line_Build/Create.
I have an issue with using -ccs.linkFile option. With ccs v4.0.0.16000; I could specify multiple files to be linked to the project in the same linkFile option.
For eg: my script has line like:
jre/bin/java -jar "${CCS4_DIR}"/eclipse/startup.jar -data "c:/workspace" -application com.ti.ccstudio.apps.projectCreate -ccs.name test1 ........
-ccs.linkFile file1 file2 file3 file4 etc..
The project then was created and all files (file1, file2, file3,..) were linked to the project.
But with ccs v4.1.0.02006; with the same script; only file1 is linked to the project.
And if I want to link other files; I have to explicitly specify each one with -ccs.linkFile file2 -ccs.linkFile file3 etc..
Have any one noticed this change from v4.0 to 4.1? Is this an intentional change?
Thanks and Regards,
Meena