Tool/software: Code Composer Studio
Hi,
In my project I have a config file generator which generates the desired configuration files, when it is run in debug mode of CCS v5.5 on windows.
Now in a linux build server there is only TI cg tools installed for compilation of the binaries, which is done by running the modified CCS makefile (updated with compiler directory path names for linux). So is there a way I can run the config generator (run a make script or something) to give me the desired config files without CCS installed on the build server. If so please suggest how.
Thanks in advance.