This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCSTUDIO: linux debian ccs 12.8.1 can not load libminidump.so -> follow up

Part Number: CCSTUDIO

Tool/software:

Hi Michael,

I have been playing around and I got it working, I did a fresh install on my laptop upgrading from 12.7.1 to 12.8.1 :

- downloaded the 12.8.1 linux installer

- started the install and got an error at 98 % through

- deleted the ti_cgt_dmed_1.1.6_linux_installer_x86.bin at the path mentioned in the popup error message

- created a new ti_cgt_dmed..... with

#!/bin/sh

exit 0

- made it executable

- clicked the retry button to continue and finish the installation

And finally to get ccs running without the libMiniDump.so error :

- downloaded the execstack deb package from http://archive.ubuntu.com/ubuntu/pool/universe/p/prelink/execstack_0.0.20131005-1.1ubuntu1_amd64.deb

- executed the execstack with -c libMiniDump.so in the /opt/ti/ccs1281/ccs/ccs_base/common/bin/ directory

Roelof