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 recognizes DSP/BIOS 5.42.01.09 but cannot install it

Other Parts Discussed in Thread: CCSTUDIO

Hello,

My CCSv6.01.00040 (for Ubuntu 12.04 LTS 64-bit) recognizes the DSP/BIOS 5.42.01.09 version installed in /opt/ti/ but at the end I'm not able to install it. Here's the message shown by the IDE:


Could somebody help me with this issue?

regards,
gaston

  • The same versions of CCS and BIOS work for me on Win7 64b.  I will put them on a Linux image tomorrow and give it a try.

    I see your BIOS is in opt.  Is ccs there as well?  I am assuming you installed as sudo, are you running as sudo?  Might be worth giving running as sudo a try as there is an "installation" portion to selecting a version of BIOS.

    Regards,

    John

  • Hello John,

    Yes indeed, I've installed CCS as sudo but if I running it in the same way I get the next message:

    gaston@gaston-XPS13:/opt/ti/ccsv6/eclipse$ sudo ./ccstudio
    [sudo] password for gaston:
    #
    # An unexpected error has been detected by Java Runtime Environment:
    #
    #  SIGSEGV (0xb) at pc=0xbad2892c, pid=2450, tid=3153296192
    #
    # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode linux-x86)
    # Problematic frame:
    # C  [libnssutil3.so+0x892c]  NSSRWLock_LockRead_Util+0x1f
    #
    # An error report file with more information is saved as:
    # /root/.ti/ti/0/dmp/hs_err_2450.log
    #
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp

    If I run CCS from desktop icon IDE starts as usual but I cannot install the BIOS package. I attach the log file to give you more hints.

    2451.hs_err_2450.log

    regards,
    gaston

  • BTW, CCS is in opt/ti as well

  • Try adding -DTIBrowserType=swt to the ccstudio.ini file in /ccsv6/eclipse

    It looks like the chromium browser is crashing.  Adding this line would switch CCS to use firefox.

    john

  • John,

    Thank you, it works fine now!
    But it's strange, I have no chrome products installed.

    regards,
    gaston

  • We install a redistributable version of chrome called chromium.  We use it as the internal browser in CCS (getting started view, app center, gui composer...).  I believe that gui composer will have issues without it but chances are you are not using that tool anyway.

    Regards,

    John