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.

Unable to start Code Composer Studio v6 after have installed it under Ubuntu 14.04 LTS

I have downloaded CCS6.0.1.00040_linux.tar.gz, I have extracted it under:

/home/usr/CCS

Then I executed the

ccs_setup_6.0.1.00040.bin

I have seen an alert message about dependencies, I have tried to install it anyway.

After the installation I was not able to start the CCS (no link on the desktop), thus I have searched and installed the dependencies and reinstalled the CCS.

But after I was still not able to start the CCS.

  • Hi,
    Can you please zip up and post the install logs here? Zip all the install_logs* folders in the installation directory.
    Thanks
    Danish
  • I have attached the install_logs.

    Emanuele

    install_logs.zip

  • Hi Danish, did you ever had time to give a read to the log files?

  • Hi Emanuele,

    I'm sorry, I missed the email notification that you'd posted the logs. 

    I see that you still have incorrect dependencies:

    Installed versions of glibc and glibcxx: GLIBC_2.18
    Required versions of glibc and glibcxx: GLIBC_2.11, GLIBCXX_3.4.15

    Could you verify that you have the correct versions installed? If you do, can you please check for a .log file in the workspace/.metadata folder, and post it here?

    thanks

    Danish

  • Hi Danish,

    I have succefully installed the Studio Composer with the web installer.

    My GLIBC version is 2.19.

    I have attached the .log file found under the workspace/.metadata.

    Thanks,

    Emanuele

    logfile.log
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    !SESSION 2015-01-16 15:37:54.491 -----------------------------------------------
    eclipse.buildId=4.3.0.M20130911-1000
    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.equinox.event 4 0 2015-01-16 15:38:35.130
    !MESSAGE Exception while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/tags/ADD] to handler org.eclipse.e4.ui.services.internal.events.UIEventHandler@1c13d1a
    !STACK 0
    java.lang.IllegalArgumentException:
    at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
    at org.eclipse.core.runtime.Assert.isLegal(Assert.java:47)
    at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElementsRecursive(ModelServiceImpl.java:286)
    at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElements(ModelServiceImpl.java:371)
    at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.getActivePerspective(ModelServiceImpl.java:1071)
    at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.maximize(MinMaxAddon.java:591)
    at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon$8.handleEvent(MinMaxAddon.java:391)
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

  • Hi,
    It looks like one or more of the files you have installed in an sdk are read-only and you're running into a permissions issue:

    org.eclipse.core.runtime.CoreException: Parent of resource: /opt/ti-sdk-am335x-evm-07.00.00.00/example-applications/quick-playground-1.0/.settings is marked as read-only.

    Change the permissions on the /opt/ti-sdk-am335x-evm-07.00.00.00/ folder recursively and see if this helps.
    Danish