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.

Installation of Code Composer Studio on Red-Hat 86x64



Dear All

We want to install the CCS for developing on 6678 and SITARA(ARM) platforms.

We want to use the platform Red Hat 64 bits.  In addition, we have installed the Eclipse-CDT using 64 bits.

the current CCS5.3 version works on 32bits;hence we can not integrate it into the system.

What to do?

  • Hi,

    have you seen this wiki?   Most Linux versions offer a 32 bit support package/library.  You will need this.  We have used CCS on 64 bit Ubuntu for example.

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

    Please keep us informed.

    Best Regards,
    Lisa

  • Dear LIsa

    THanks for your answer.

    The red-Hat doesnot support the command: sudo apt-get install ia32-libs libjpeg62:i386 libgnomevfs2-extra:i386 liborbit2:i386

    what is an equivalent command?

    Thanks,

    Yehuda

  • Dear Lisa

     I have seen that.  Enclosed please find the log file when I try to activate CCS5.4.

    Best regards

    !SESSION 2013-05-28 23:37:37.703 -----------------------------------------------
    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_US
    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-05-28 23:37:38.328
    !MESSAGE Application error
    !STACK 1
    java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: 
    	/usr/local/bin/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)
    

    Yehuda

  • Yahuda,

    Different distributions have different commands for installing packages.  On Ubuntu apt-get install is the command.  On Redhat I would expect it to be the same as Fedora which is yum install

    Note that you cannot run CCS in a 64bit Eclipse/Java environment.  It has to be 32 bit as our debugger is a 32 bit application.

    Regards,

    John

  • Hi Yehuda,

    I was running this by a few colleagues as I do not have access to red hat linux.  Some comments

    -it seems like at least one issue is one thing you are trying to do is not supported.  We do not support installing ccs as a plug in to a 64 bit eclipse.  So you will need to do a full installation of ccs and not as a plug in

    - also -app-get is not a red hat supported command ... in red hat you use something like "yum install"

    Best Regards,
    Lisa

  • Dear Lisa

    Thanks for your answer.

    You  are  right. I have to get the missing libraries. Can you pleas tell  from where to download?

    Also I  used yum instead of the sudo-get-apt.

    Best regards

    Yehuda

  • Dear all, 

     I succeeded in Installing the CCS5.4 on a Red-Hat 6.4, 86x64.

    Here is the solution: 

    1. Follow the instructions related to the installation on Fedora 64 bits including downloading additional libraries before downloading the CCS.

    2. Download the CCS.

    3. Unzip the downloaded file.

    5. Install the CCS while being either a super - user or root.  Follow the instruction in the read-me.

  • Dear John

    Thanks for your answer. Of course there are different instructions to install. If you see my response dated TODAY, I succeeded in installing it.

    Best regards,

    Yehuda

  • Hi Yehuda,

    great, very happy to hear and thanks for the update.

    All the best with development.

    Best Regards,
    Lisa