Hi All, I followed bellow link to get some idea about CCSv5.2 scripting. can i dont know how the syntaxes will be and how i can use them in my script.
please help me.
http://processors.wiki.ti.com/index.php/Perl_Scripting_with_DSS
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi All, I followed bellow link to get some idea about CCSv5.2 scripting. can i dont know how the syntaxes will be and how i can use them in my script.
please help me.
http://processors.wiki.ti.com/index.php/Perl_Scripting_with_DSS
Rahoo US said:I'm trying to write perl script in CCSv5.2 for my ARM device compilation
If you are trying to automate builds, I suggest you call the headless project commands from a batch file. DSS does have some project management APIs but they not documented. So I suggest a batch script and call the below commands for project build.
http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create
Thanks
ki
There are no documented APIs to do this via DSS and I don't believe there is a way to modify the properties of an existing project via the head-less commands. You can try modifying the project metadata xml files (.ccsproject, etc) but the files can be difficult to understand. There are some new DSS APIs for project management on the way. It may be best to see what they can do.
ki