Tool/software: Code Composer Studio
I have learned of the "response file" to aid in silent installation from some other posts in the forum.
I would like to create my response file but the "help" options on the installation binary are not helpful.
./ccs_setup_linux64_7.2.0.00013.bin --help
lists
--optionfile <optionfile>
to specify the option file for use, but there is no command option listed for generating the option file.
After seeing some posts, I tried to use
./ccs_setup_linux64_7.2.0.00013.bin --save-response-file /home/user/ccs_options.txt --skip-install true
but no file is generated.