CentOS uses TCL 8.5 by default. To be able to build projects in S32 Design Studio on CentOS 7, install TCL 8.6.
To install TCL 8.6, run these commands:
rpm --import http://wiki.psychotic.ninja/RPM-GPG-KEY-psychotic
wget http://packages.psychotic.ninja/7/base/x86_64/RPMS/psychotic-release-1.0.0-1.el7.psychotic.noarch.rpm
sudo rpm -Uvh psychotic-release*rpm
sudo yum --enablerepo=psychotic-plus install tcl
When done, verify the version of the installed TCL using these commands:
[af@localhost ~]$ echo "puts \$tcl_version" | tclsh
The expected response should be:
8.6