Other Parts Discussed in Thread: CCSTUDIO
I am writing build script for a RTSC project.
To make it, I traced every steps from "xs xdc.tools.configuro" to "build project" from the console log
But, I found that some prepared files are necessary before initiating "configuro".
These files (the files below .config/ folder) are created when XGCONF opens the .cfg file.
In "XGCONF User's guide", I found the following sentence
- Double-click on the RTSC configuration file. It takes a few seconds for XGCONF to open. During this time, the CCStudio status bar shows that the configuration is being processed and validated."
I wonder how I can initiate this step in command line without GUI.