I was having issues with CCS 12.8.1. I tried installing CCS directly using TI installer, all I had to do was overwrite the DMED/ti_cgt_dmed_1.1.6_linux_installer_x86.bin
file in the ccs_[tab]
folder located in the /tmp/
with:
#!/bin/sh
exit 0
as EternalAndrew advised.
After I overwrote that while the installer was stuck on the install error, I selecterd retry. The installation proceeded as expected, and then I had to run:
execstack -c
on wherever libMiniDump.so
was located. For me, that was /home/$USER/ti/ccs1281/ccs/ccs_base/common/bin/libMiniDump.so
So it's a strong possibility that there is no need to do anything else besides start the install, get the DMED
error, overwrite the bin file, finish install, and run execstack -c
on libMiniDump.so
Pinned Comments