Tool/software:
Hi,
I installed the latest ccs a few weeks ago and have been using it without issues.
Now I upgraded my debian testing distribution to the latest version and after that ccs failed to load
with : There was a problem loading /opt/ti/ccs1281/ccs/eclipse/../ccs_base/common/bin/libMiniDump.so
I have tried to figure out why but have not found a cause other then the obvious
distribution upgrade I did.
If I try to see what libraries are needed by ccs it does not show up :
rth@castle:~$ ldd /opt/ti/ccs1281/ccs/eclipse/ccstudio
linux-vdso.so.1 (0x00007f551af0f000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f551aee9000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f551aee4000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f551acee000)
/lib64/ld-linux-x86-64.so.2 (0x00007f551af11000)
rth@castle:~$ objdump -p /opt/ti/ccs1281/ccs/eclipse/ccstudio | grep -i needed
NEEDED libpthread.so.0
NEEDED libdl.so.2
NEEDED libc.so.6
Is this a known new issue ?
Is there a way to fix this ?
I also installed ccs v20 (theia) which does load and if I can figure out how to setup a new
project without using the wizard it might be usable.
ccs v20 will still load when I rename libminidump.so
Roelof