This has been discussed in other threads, but the recommendations have not helped with this particular installation.
The customer installed CCStudio using the following link:
http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv6#Ubuntu_16.04_64bit
which points to an article, that advises installing libgcrypt11 from an older Ubuntu version.
libgcrypt20:i386 has been installed along the other dependencies as documented on the wiki page. This is the same recommendation of some other forum threads as well.
They tried installing CCStudio with and without libgcrypt11 being installed.
Without the library, the installer warns, but carries on installing.
With the library in place, the installer does not raise a warning.
In both cases the resulting installation could not be used with a standard user account, resulting in a segmentation fault.
Using a superuser/root account, ccstudio could be started.
This is the backtrace from gdb when running as a standard user:
(gdb) r
Starting program: /opt/ti/ccsv6/eclipse/ccstudio
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Program received signal SIGSEGV, Segmentation fault.
0xf7b3ef25 in ?? () from /opt/ti/ccsv6/eclipse/../ccs_base/common/bin/libfsutil.so
(gdb) bt
#0 0xf7b3ef25 in ?? () from /opt/ti/ccsv6/eclipse/../ccs_base/common/bin/libfsutil.so
#1 0xf7b33739 in ?? () from /opt/ti/ccsv6/eclipse/../ccs_base/common/bin/libfsutil.so
#2 0xf7b33bff in ?? () from /opt/ti/ccsv6/eclipse/../ccs_base/common/bin/libfsutil.so
#3 0xf7b33f60 in CreateFSUtil3 () from /opt/ti/ccsv6/eclipse/../ccs_base/common/bin/libfsutil.so
#4 0xf7b9da2d in ?? () from /opt/ti/ccsv6/eclipse/../ccs_base/common/bin/libMiniDump.so
#5 0xf7b9f1ec in ?? () from /opt/ti/ccsv6/eclipse/../ccs_base/common/bin/libMiniDump.so
#6 0xf7b9dd37 in ?? () from /opt/ti/ccsv6/eclipse/../ccs_base/common/bin/libMiniDump.so
#7 0xf7bc3e8d in ?? () from /opt/ti/ccsv6/eclipse/../ccs_base/common/bin/libMiniDump.so
#8 0xf7b9d391 in _init () from /opt/ti/ccsv6/eclipse/../ccs_base/common/bin/libMiniDump.so
#9 0xf7fe8321 in ?? () from /lib/ld-linux.so.2
#10 0xf7fe848e in ?? () from /lib/ld-linux.so.2
#11 0xf7fec75a in ?? () from /lib/ld-linux.so.2
#12 0xf7fe8204 in ?? () from /lib/ld-linux.so.2
#13 0xf7febf02 in ?? () from /lib/ld-linux.so.2
#14 0xf7f89bf5 in ?? () from /lib/i386-linux-gnu/libdl.so.2
#15 0xf7fe8204 in ?? () from /lib/ld-linux.so.2
#16 0xf7f8a30d in ?? () from /lib/i386-linux-gnu/libdl.so.2
#17 0xf7f89c9e in dlopen () from /lib/i386-linux-gnu/libdl.so.2
#18 0x0804b4f1 in ?? ()
#19 0x080490e6 in ?? ()
#20 0x0804965b in ?? ()
#21 0xf7deb637 in __libc_start_main () from /lib/i386-linux-gnu/libc.so.6
#22 0x08048f51 in ?? ()
(gdb)
Are there possibly any missing drivers? What other suggestions would you have?
Thank you!
