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.

Code composer crashes upon project creation.



Hello:

We are running a Debian 7 testing amd64 distribution on our machines and I have been having trouble getting the CCS to work. I have tried installing version 5. 

To do this, I executed the bin as adminstrator (ccs_setup_5.5.0.00077.bin  and it installed in /opt/ti. I couldn't get newer versions to even install). Everything went as planned with the installation but unfortunately the program would not start. Somthing to do with swt libraries. So I've installed libswt-cairo-gtk-3-jni:i386 package and after than the program at least started. 

However, whenever we try to create a new project, upon clicking on finish we get this error in the console:

An unexpected error has been detected by Java Runtime Environment:

#

# SIGSEGV (0xb) at pc=0xf71fce6e, pid=3532, tid=4149421824

#

# Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode linux-x86)

# Problematic frame:

# C [libgobject-2.0.so.0+0x16e6e] g_object_get_qdata+0x1e

#

# An error report file with more information is saved as:

# /opt/ti/ccsv5/eclipse/hs_err_pid3532.log

I have attached the log file

8306.hs_err_pid3532.log

Any help would be greatly appreciated.

  • I can download a live image and try to get it going.

    Which exact one do you have?  For 7.5 live images I see gnome, kde, standard and lxde flavours.

    Regards,

    John

  • I'm sorry but I don't understad. What do you refer too with live image?

    Also I haven't seen any CCS software the allows you to download distinguishing between anything more than "Windows" or "Linux."

    What I've downloaded is in this page:

    http://processors.wiki.ti.com/index.php/Download_CCS

    I downloaded Linux offline installer for version 5.5.0

    Was this wrong? Should I have downloaded something else? Also the highest version seen here is 6, not 7.5

    Thank you for your time

  • Ariel,

    I want to setup the same version of Linux on a machine.  Thus I need to know exactly which Linux distribution you are using.  You mentioned debian 7 64bit but there are many different versions of debian 7.

    For debian 7.5 there are the different versions listed here:

    http://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/

    Note that if you are just starting to use CCS I would suggest starting with CCSv6.0 instead of 5.5.  The CCSv6 installer will also try to detect missing dependencies for you.

    Regards,

    John

  • Ok. I'm sorry. I didn't realize you were talking about the SO

    This image http://cdimage.debian.org/debian-cd/7.5.0/amd64/iso-cd/debian-7.5.0-amd64-netinst.iso will install the base system. Then I changed the /etc/apt/sources.list to reflect that testing packages will be used (also known as Jessie). 

    The desktop environment is KDE 4.12.4. I have enabled multi-arch in order to download 32 bit packages.

    I have tried to install the newer version, but seeing as it depends on 32 bit libraries, it becomes a huge problem as installing them break the system or the package manager simply refuses to install them. Hence I'm trying with the older version.

  • Both CCSv5.x and CCSv6.0 rely on 32 bit libraries.  

    I will attempt to get that debian image setup on a netbook.  I will likely start with CCSV6 to see if I can get it going.

    John

  • Thank you.

    I appreciate it.

    I will be waiting for your reply.

  • No luck with that distribution. I can't get x windows going. It doesn't like my network at all.  I am going to try the live image instead to see if that will let me get further.

    John

  • I managed to get Debian 7 64bit live KDE installed.  

    I am not having any luck getting the dependent packages installed.  I figured the libraries needed for Ubuntu 14.04 would be close but apt-get install can't find any of them which is surprising.

    Are you able to install any of the packages listed here: http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv6#Ubuntu_14.04_64bit

  • After your suggestions I've tried to install CCS 6 again, using your suggestions.

    I had trouble installing the libcranberra however there were more than one package. I tried another and it worked! So I've moved on. When all was said a done, this is the list of libraries, I installed:

    aptitude install libcanberra-gtk0:i386
    aptitude install libdbus-glib-1-2:i386
    aptitude install libgconf-2-4:i386
    aptitude install liborbit-2-0:i386
    aptitude install libusb-0.1-4:i386
    aptitude install libgnomevfs2-0:i386

    These are the packages that contained the libraries required by the CCS Studio 6 (offline installer). However, libudev is currently NOT available for the testing distribution.  So what I did is downloaded the deb package from any of the mirros here: https://packages.debian.org/wheezy/i386/libudev0/download

    and installed it with: 

    dpkg -i libudev0_164-3_i386.deb 

    After this CCSv6 installed without problems.and it seems to be working correctly. 

    I will probably asked for help when ready to download a program to an actual MSP430.

    Thank you so much for your help.

     

  • Great.  Thanks for posting the library information.  I can get that published to the wiki page so that others can use the info.

    John