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.

CCSv6.0.1 on Ubuntu 14.04 LTS ( 32bits ) how to start it?

Other Parts Discussed in Thread: CCSTUDIO

Hi

I just installed CCSv6.0.1 in Ubuntu 14.04LTS ( 32 bits ), but, the installer didn't create the shortcut in the desktop area. The installer selected by default the folder /opt/ti.

So, how to launch CCS manually?

I tried /opt/ti/eclipse/ccstudio, but nothing happens.

Perhaps it is due lack of libudev.so.0 that installer complained at installation step, but, choosing YES, it continued and finished installation.

Thanks,

Sergio

  • Hi Sergio,
    You should simply be able to browse to /opt/ti/ccsv6/eclipse in a terminal and run ccstudio

    > ./ccstudio

    if it is not working, check your permissions. Since the installer defaulted to /opt/ti, it sounds like you logged in as root. Are you also trying to run CCS under root account?

    Thanks
    ki
  • Hi Ki-Soo Lee

    I followed instructions to install CCS on linux from www.cedt.iisc.ernet.in and used:

    sudo ./ccs_setup_6.0.1.00040.bin

    After installation I did:

    sudo chmod a+rwx /opt/ti/ccsv6

    I tried to run as user and as root, but, nothing happens.

    If you have a link from TI to install CCS in linux, send it, please.

    Thanks,

    Sergio

  • Our instructions are posted here:
    processors.wiki.ti.com/.../Linux_Host_Support_CCSv6

    we typically do not recommend people run the installer with sudo.

    Note that the Ubuntu 14.04 instructions are for 64-bit. You can likely follow the steps for the 32-bit Ubuntu 13 instructions

    Thanks
    ki
  • Hi Ki-Soo Lee

    Following the instructions on your link, it worked.

    Thanks a lot.

    Sergio
  • serkam@linux2:~/ti/ccsv6/eclipse$ ./ccstudio
    #
    # An unexpected error has been detected by Java Runtime Environment:
    #
    #  SIGSEGV (0xb) at pc=0x85ef399f, pid=20874, tid=3075950336
    #
    # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode linux-x86)
    # Problematic frame:
    # C  [libwebkitgtk-1.0.so.0+0x1d599f]
    #
    # An error report file with more information is saved as:
    # /home/serkam/.ti/ti/0/dmp/hs_err_20874.log
    #
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    #
    Abortado (imagem do núcleo gravada)
    serkam@linux2:~/ti/ccsv6/eclipse$ 
    
    
    hs_err_2760.log.txtKi-Soo Lee

    Just happened an issue with CCSv6.0.1 in linux.

    I could launch it normally, but, as I had chosen some options, it asked if it was to install that options and I answered yes. After install them, it relaunched itself and after ask for workspace, it simply closes.

    Attached follows the error message in terminal and the log file.

    Any help will welcome.

    Sergio