Tool/software: Code Composer Studio
Hello,
I'm trying to do a silent install of CCS v10 inside of a docker ubuntu container. I am using --mode unattended. This seems to execute for a while, and seems to complete without any error message. However, when I check ti_ccs10 , I'm not able to find anything installed. The directory is empty. This works when I used CCS v9.0.0, and it also didn't work with v9.3. This becomes an issue, because with the installed CCSv9.0, I am getting errors when trying to import and build projects (eclipse errors) and I think that starting out by being able to install the newest version of Code Composer Studio will help me when I'm trying to debug some of those errors on this forum and on other forums.
Here's what I did:
$ wget software-dl.ti.com/.../CCS10.0.0.00010_linux-x64.tar.gz $ tar -xvf CCS10.0.0.00010_linux-x64.tar.gz $ cd CCS10.0.0.00010_linux-x64 $./ccs_setup_10.0.0.00010.run --mode unattended --prefix $HOME/ti_ccs10