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 want to install ccs6 on ubuntu14.04. I have executed the following two commands
sudo apt-get update
apt-get install libc6:i386
But when I am running the following command
root@ubuntu:/home/khushboo/CCS6.1.3.00034_linux# ./ccs_setup_6.1.3.00034.bin
it is not going into instalation process. But again command prompt becomes active. What to do?
Hello,
khushboo singh said:I want to install ccs6 on ubuntu14.04. I have executed the following two commands
sudo apt-get update
apt-get install libc6:i386
Assuming you are using the 64-bit version of Ubuntu, you will need to install many more dependencies than that:
http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv6#Ubuntu_14.04_64bit
Also note that CCSv6 is no longer supported. Is there any particular reason why you are using such an old version instead of something more current?
Thanks
ki
Ok, thanku
Because processor sdk linux for am5718 is compatible with ccs6 on ubuntu?
khushboo singh said:Because processor sdk linux for am5718 is compatible with ccs6 on ubuntu?
AM57x is support by current versions of CCS. Unless there is some specific dependency where the SDK needs CCSv6, I would recommend moving to a later version.