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.
Tool/software: Code Composer Studio
Hi,
I'm attempting to install Code Composer on my Windows Subsystem For Linux, with no success. I'm running Windows 10 Pro, Build 19041.508 with Ubuntu 20.04 via WSL. I've downloaded the CCS 10.1.1 64-bit Linux installer, and to start the installation I run:
./ccs_setup_10.1.1.00004.run --mode unattended --debugtrace /home/jaco/ti.txt --enable-components PF_MSP430,PF_C66AK_KEYSTONE,PF_MMWAVE
The installer quits after a minute or so with no error message or anything (hence the enabling of the debugtrace output). Attached is the ti.txt output file:
/cfs-file/__key/communityserver-discussions-components-files/81/ti.txt
I have the same problem on Ubuntu 18.04 running via WSL.
Regards,
Jaco
Hello Jaco,
Did you resolve the dependencies mentioned in:
https://dev.ti.com/tirex/explore/node?node=ACNSXwPXVPPbZiadtPhz9g__FUz-xrs__LATEST
Once common issue is that x64 linux in WSL does not have support for the 32-bit binary format:
https://e2e.ti.com/support/tools/ccs/f/81/p/733788/2713287#2713287
Note that CCS is not officially supported on WSL so there is limited support we can provide for this...
Thanks
ki
Hi,
I've installed the dependencies as recommended, still no luck.
Tried on Ubuntu 18.04 and 20.04, installer does nothing after executing the command to run in unattended mode. It creates the ccs and ccs_uninstall directories, and then nothing.
Regards,
Jaco
Hi,
Manual install does not work, the installer exits with an error because there is no graphics support in WSL.
Regards