Part Number:TMS320F28377D
Tool/software: Code Composer Studio
When attempting to install CCS7.3.0.00019_linux-x64/CCS7.3.0.00019_linux-x64 on Debian GNU/Linux 9 (stretch) 64-bit, I receive the following error notification:
Failed to locate 32-bit system libraries required for installation to continue: libc6-i386
When I attempt to install libc6:i386, with
$ sudo apt-get install libc6:i386
Apt-get responds with:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libc6:i386 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libdb1-compat tzdata
Found a fix while typing this post:
(1) From a terminal window, enter:$ software-properties-gtk
Select the Developer Options tab. Check the Proposed updates (stretch-proposed-updates)
Close the dialog.
(2) Once again, from a terminal window:
$ sudo apt-get install libc6:i386
This time, libc6:i386 and dependencies installed correctly.
(3) cd to the CCS7.3.0.00019_linux-x64/CCS7.3.0.00019_linux-x64 directory and:
$ sudo ./ccs_setup_linux64_7.3.0.00019.bin
CCS7 installed correctly.
You should go back to step (1) and uncheck the Proposed updates (stretch-proposed-updates) option in the Developer Options Tab.