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.

Linux 64-bit CCS

Other Parts Discussed in Thread: CCSTUDIO

Hello All,

Is there a 64-bit version of CCS for Linux?

I have tried the various installers - and am getting the attached.  I tried the latest CCS V6 that I could find and got the same result since it is a 32-bit application.

Thanks In Advance,
John W.

  • This isn't i386 only is it? Will it run on 64-bit AMD based machines?
  • You have to install i386 packages on your 64 bit linux machine as we do for 32 bit toolchains.

    Please refer to the following TI wiki.

    http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv6#Debian_64-bit
  • Titus,

    Yes - we did that and still getting the above. Did the wheezy stuff too and it is still happening. In the short term I may just make builds on Win-7 and put the executables over on the Linux box.

    Thanks,
    John
  • Hi John,

    Sorry for the delayed response on this due to 64 bit setup.

    I'm able to run CCSv5.5 on Linux Ubuntu 14.04 64 bit LTS host machine.

    I have installed following packages.

    sudo apt-get install libc6-i386 libasound2:i386 libjpeg62:i386 libatk1.0-0:i386 libcairo2:i386 libdbus-1-3:i386 libdbus-glib-1-2:i386 libfontconfig1:i386 libfreetype6:i386 libgconf-2-4:i386 libgdk-pixbuf2.0-0:i386 libgtk2.0-0:i386 libice6:i386 lib32ncurses5 liborbit2:i386 libpango-1.0-0:i386 libpangocairo-1.0-0:i386 libpangoft2-1.0-0:i386 libpng12-0:i386 libsm6:i386 lib32stdc++6 libusb-0.1-4:i386 libx11-6:i386 libxext6:i386 libxi6:i386 libxrender1:i386 libxt6:i386 libxtst6:i386 lib32z1 libgnomevfs2-0:i386 libcanberra-gtk-module:i386

    sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0

    Log


    root@ti-e2e:/opt/ti/ccsv5/eclipse#
    root@ti-e2e:/opt/ti/ccsv5/eclipse# ls
    about_files ccs_config.xml ccstudio dropins epl-v10.html jre p2 readme
    about.html ccs_config.xml.bk ccstudio.ini eclipse features libcairo-swt.so plugins xulrunner
    artifacts.xml ccs.properties configuration eclipse.ini icon.xpm notice.html QT_ECLIPSEINTEGRATION_INSTALL.TXT
    root@ti-e2e:/opt/ti/ccsv5/eclipse#
    root@ti-e2e:/opt/ti/ccsv5/eclipse#
    root@ti-e2e:/opt/ti/ccsv5/eclipse# uname -a
    Linux ti-e2e 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
    root@ti-e2e:/opt/ti/ccsv5/eclipse#
    root@ti-e2e:/opt/ti/ccsv5/eclipse#

    root@ti-e2e:/opt/ti/ccsv5/eclipse# cat /etc/lsb-release
    DISTRIB_ID=Ubuntu
    DISTRIB_RELEASE=14.04
    DISTRIB_CODENAME=trusty
    DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"
    root@ti-e2e:/opt/ti/ccsv5/eclipse#




    Please revert back if any.

  • Titus,

    The question is regarding CC6v6.

    For Debian, there is no wiki I have found within TI that is correct.

    I would like this question to remain open (unanswered) - until a correct procedure for CC6 v6 (or latest) is posted for Debian-64.

    Posting replies that amount to nothing more than 'works for me' - isn't an answer.

    Regards,
    John W.
  • Hi John,

    No worries, I will help you on this.

    I have tried CCSv6 and got succeed too.

    What ubuntu version are you using (64bit) ?

  • Hello Titus,

    I got this going as well with the 32-bit ccsv6 app - here's a pic:

    I guess one day this will be a real 64-bit app.  That will help eliminate the 32/64 package gymnastics.

    I think also in a possible related issue - the amount of memory for the JavaVM needs to be bumped up - I had a problem with the window just 'vanishing'.  I am not 100% sure about that yet - this just being a VM memory issue.

    This especially occurred when trying to get the CCS App window to display under View.  Note the initial heap was set to 40M and the  max heap was set to 384M.  This seems to be the only current way under CCSV6 on Linux to add stuff like the UIA.

    I have bumped those to 128M and 512M respectively (-Xms and -Xmx options in the ccstudio/ eclipse.ini file).

    This is running on a Debian-64 machine - somewhat tightly coupled with Ubuntu is my current understanding. 

    3.2.0-4-rt-amd64 #1 SMP PREEMPT RT Debian 3.2.63-2+deb7u2 x86_64 GNU/Linux

    Happy New Year,
    John W.

  • Hi John,

    I have tried to install CCSv6 on debian 7.7  and able to run with installed following packages.

    Please try it at your end and let us know.

    apt-get install libgtk2.0-0:i386 libatk1.0-0:i386 libgdk-pixbuf2.0-0:i386 libldap-2.4-2:i386 libdbus-glib-1-2:i386 libpango1.0-0:i386 libglib2.0-0:i386 libncurses-dev:i386 libgconf-2-4:i386  libcairo2:i386 libportaudio2:i386 libpango1.0-0:i386 ia32-libs

  • Hello Titus,

    That is what I was showing in the post before your last one.
    I have CCS (32-bit app) running on Debian-64.

    Regards,
    John