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