As of today, Code Composer Studio (ccs) 6 is only available for 32-bit Linux platform. The good news is that it can be installed on a 64-bit version of Ubuntu and Fedora.
In this blog post, I’m going to show a few issues I came across and how to fix them on Ubuntu 14.10 64-bit.
Issue 1:
After the installation, when I ran the ccs, it produces some warning and error messages then quit.
The fix [1]:
Issue 2:
Now that ccs can be launched, but there are still some warnings.
The fix:
Issue 3:
Here is another warning, which we can get rid of.
The fix [2]:
Issue 4:
This one is similar to the issue #3.
<br /> (ccstudio:28917): Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",<br />
The fix:
Issue 5:
This one is something to do with the App Center which only shows a blank page. According to the information found in reference [3], the internal web browser, chromium, could not launch because of missing libudev.so.0.
The fix:
Note that you must use libudev.so.1 provided by the 32 bit package.
References: