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.

CCS v5.3 installion error on UBUNTU 12.04 64 bit machine !!!

Other Parts Discussed in Thread: CCSTUDIO

Hi I am trying to install the CCS v5.3 IN MY 64 bits  UBUNTU 12.04machine.

After installing this .bin of ccs 5.3 ,I tried to run the ./ccstudio and I got following error

Ccstudio:
An error has occurred. See the log file
/opt/ti/ccsv5/eclipse/configuration/1360617575581.log.

----------------------------------------------------------------------------------

This particular log file contain following comments :

!SESSION 2014-02-12 02:29:59.688 -----------------------------------------------
eclipse.buildId=I20120608-1200
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_IN
Framework arguments:  -product com.ti.ccstudio.branding.product
Command-line arguments:  -os linux -ws gtk -arch x86 -product com.ti.ccstudio.branding.product

!ENTRY org.eclipse.osgi 4 0 2013-02-12 02:30:00.676
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
        /opt/ti/ccsv5/eclipse/configuration/org.eclipse.osgi/bundles/303/2/.cp/libswt-pi-gtk-3833.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
        no swt-pi-gtk in java.library.path
        /root/.swt/lib/linux/x86/libswt-pi-gtk-3833.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
        Can't load library: /root/.swt/lib/linux/x86/libswt-pi-gtk.so

        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:331)
        at org.eclipse.swt.internal.Library.loadLibrary(Library.java:240)
        at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:22)
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
        at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
        at org.eclipse.swt.widgets.Display.<clinit>(Display.java:133)
        at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:695)
        at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
        at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:154)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:96)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1438)

Please help me in resolving the issue of installation...

-Studinstru

  • Hi Studinstru,

    I suspect you might be missing a package required by CCS.

    Can you please do two things.

    - double check and please verify you have followed these tips and installed the dependant packages.  Particularly 32 bit support

    http://processors.wiki.ti.com/index.php/Linux_Host_Support#Installation_Instructions

    - can you please send us the install logs

    If you're installing as a non-root user, these are in ~/.installjammerinfo/. If you're root, it goes in /var/lib/installjammer/

    Best Regards,
    Lisa

  • Hi Lisa,

    I am in root user only.

    that is /opt/ti. So for running the ccstudio am using the sudo ./ccstudio only.

    My machine is 64 bit with os 64 bit UBUNTU 12.04 LTS.

    Please mention the steps for installation for 64 bit machine related.

    PFA of the log file

    !SESSION 2013-02-12 02:29:59.688 -----------------------------------------------
    eclipse.buildId=I20120608-1200
    java.version=1.6.0_13
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_IN
    Framework arguments:  -product com.ti.ccstudio.branding.product
    Command-line arguments:  -os linux -ws gtk -arch x86 -product com.ti.ccstudio.branding.product
    
    !ENTRY org.eclipse.osgi 4 0 2013-02-12 02:30:00.676
    !MESSAGE Application error
    !STACK 1
    java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
            /opt/ti/ccsv5/eclipse/configuration/org.eclipse.osgi/bundles/303/2/.cp/libswt-pi-gtk-3833.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
            no swt-pi-gtk in java.library.path
            /root/.swt/lib/linux/x86/libswt-pi-gtk-3833.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
            Can't load library: /root/.swt/lib/linux/x86/libswt-pi-gtk.so
    
            at org.eclipse.swt.internal.Library.loadLibrary(Library.java:331)
            at org.eclipse.swt.internal.Library.loadLibrary(Library.java:240)
            at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:22)
            at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
            at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
            at org.eclipse.swt.widgets.Display.<clinit>(Display.java:133)
            at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:695)
            at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
            at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:154)
            at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:96)
            at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
            at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
            at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
            at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
            at java.lang.reflect.Method.invoke(Unknown Source)
            at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
            at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
            at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
    
    

    Please guide me in installation of ccs 5.3 in my machine.

    I all ready installed the same ccs 5.3 in my two machines but I never got this error before and this machines are also 64 bit with UBUNTU 12.04 only.

    Now my present machine is showing problem in ccs installation.

    Shall I uninstall my CCS from my machine and follow the instruction that you mentioned in link ????

    Please tell me the information about which  other packages has to be install with their version number:

    like SYS BIOS,XDC,XDM,IPC etc ...

    Please guide me for the same.

    -Studinstru

  • Hi Studinstru,

    first of all I would be sure about permissions and that you used sudo.   Also, the logs that would help is the actually ccs installation.  Yes please follow the steps on the wiki.

    If you have other pcs with the same environment where you were successful then some further things you can check are differences with the non functioning pc as well as try redownloading in case of corruption.

    Best Regards,
    Lisa

  • Hi studinstru,

    just thought I would check for any updates with your enquiry.

    Best Regards,
    lisa