Tried installing CCS 6.2.0.00048 on a CentOS 6.8 64-bit system in which had been previously running CCS 6.1.3.
The CCS 6.2.0 installer first reported a problem about a missing dependency for libpython2.7.so.1.0
As CentOS 6.8 has Python 2.6.6 installed, rather than trying to upgrade the Python version which may break something else, compiled libpython2.7.so.1.0 from the Python 2.7.6 source and manually copied the libpython2.7.so.1.0 to /usr/lib64. That allowed the CCS 6.2.0 install to complete without warnings about missing system libraries.
CCS 6.2.0 could startup and a new project was created. However, attempting to perform a build reported an error due to gmake not finding the required GLIBC_2.14:
**** Build of configuration Debug for project 66AK2H12_typical **** /home/Mr_Halfword/ti/ccs620/ccsv6/utils/bin/gmake -k all /home/Mr_Halfword/ti/ccs620/ccsv6/utils/bin/gmake: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /home/Mr_Halfword/ti/ccs620/ccsv6/utils/bin/gmake) **** Build Finished ****
CentOS 6.8 uses GLIBC_2.12. It is not possible to update the installed GLIBC version without breaking the system, which means I need to update to a newer Linux version.
However, neither the Release Notes for Code Composer Studio™ v6.2.0 or Linux Host Support CCSv6 Wiki page mention the minimum GLIBC version required by CCS 6.2.0. Could the Release Notes and/or Linux Host Support be updated with the minimum GLIBC version required?
Any maybe the Linux installer could be updated to add a check on the GLIBC version installed?