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.

How to add Java properties(XDCtools Advanced Options) when creating CCSv5 project from command line

Hi,

I am trying to create a CCSv5 project from command line using apps.projectCreate. I would like to define a variable in Java properties in XDCtools Advanced Options.

what syntax should I use to do this?

I also would like to specify Build configuration file (bld file) under the same XDC Advanced Options (-b), is this also possible to do from command line projection creation?

Thanks,

Tao

  • The command line project creation has an option with which you can set switches to bepassed to the RTSC Configuro tool. The option is -rtsc.setConfiguroOptions "<options>".

    If you run the projectCreate command with the -ccs.help option (as mentioned in this wiki page), you can see the complete list of options supported. One of them is:

            -rtsc.setConfiguroOptions "<options>"
                    Space-separated list of options to set on the created project's Configuro tool (optional)
                    (use backslash '\' to escape all double-quotes in <options>).

    Ofcourse you need to also have the option to enable RTSC support for the project when creating the project and any other relevant options.