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.

CCS installation issue on Ububtu 20.04 - libc6:i386 installation

Hello,

I had an issue with the CCS installation on Ubuntu 20.04.

I found the solution for this issue on the https://software-dl.ti.com/ccs/esd/documents/ccsv11_linux_host_support.html webpage.

I also found a problem with the required instruction from this page : sudo apt install libc6:i386 libusb-0.1-4 libgconf-2-4 libncurses5 libpython2.7 libtinfo5

When I tried execute this instruction, I get some errors. Danil .S found the root cause for these errors is the lib libc6:i386. Probably there is a miss match with the ":", I switched to "-" and executed the following command "sudo apt install libc6-i386 libusb-0.1-4 libgconf-2-4 libncurses5 libpython2.7 libtinfo5" and it works.

Please fix this instruction.

Thanks,

Eliran