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.
Tool/software: Code Composer Studio
When I try to use CCS function, e.g. Create a new project by "Makefile from exsiting code", the CCS crashed as below:
$ ./ccstudio
(ccstudio:12609): Gtk-WARNING **: 03:52:59.877: Unable to locate theme engine in module_path: "adwaita",
(ccstudio:12609): Gtk-WARNING **: 03:52:59.909: Unable to locate theme engine in module_path: "adwaita",
Gtk-Message: 03:52:59.911: Failed to load module "pk-gtk-module"
flxInitLoad: client has not been protected.
#
# An unexpected error has been detected by Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0xf6257af5, pid=12609, tid=4149077760
#
# Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode linux-x86)
# Problematic frame:
# C [libgtk-x11-2.0.so.0+0x273af5]
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid12609.log
#
# If you would like to submit a bug report, please visit:
# java.sun.com/.../crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
I have followed the guide for 64bits Linux: http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv5#Fedora_20_64bit. I have to use this version CCS 5.5, because I cannot migrate Simulator to CCS9.
I do not understand what's wrong with the GTK, Is the version problem? or memory too small? or because I installed both gtk X86_64 & i686 lib??? When I run check_depends.sh, I have been notified:
[root@localhost work]# ./check_depends.sh
Installed versions of glibc and glibcxx: __xstat64@GLIBC_2.1, N/A
Required versions of glibc and glibcxx: __xstat@@GLIBC_2.0, _ZTVSt9exception@@GLIBCXX_3.4
WARNING: A more recent GLIBC version is needed to run CCS.__xstat64@GLIBC_2.1 != __xstat@@GLIBC_2.0
Checking availability of libraries in ext-depends.txt ...
Done.
How should do to solve this CCS crash?