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.

How do you install CCSV6 on Ubuntu 15.10?

This morning I tried to install CCSV6 on my 64 bit Ubuntu 15.10 machine.  I tried to install the :386 packages for 15.04 from the wiki, but I

couldn't get them to install without removing my 64 bit packages.  When I run the install .bin, it quietly exits.  Anyone have any tips?

Thanks,

Rob

  • The installer won't start up unless you have the requisite 32 bit libraries. Please see processors.wiki.ti.com/.../Linux_Host_Support_CCSv6 for more information.
    Danish
  • Thanks Danish,
    I was using that page trying to install the libraries from 15.10. I am able to install:

    libc6:i386 libx11-6:i386 libasound2:i386 libatk1.0-0:i386 libcairo2:i386 libcups2:i386 libdbus-glib-1-2:i386 libgconf-2-4:i386 libgdk-pixbuf2.0-0:i386 libice6:i386 libncurses5:i386 libsm6:i386 liborbit2:i386 libudev1:i386 libusb-0.1-4:i386 libstdc++6:i386 libxt6:i386 libxtst6:i386 libgnomeui-0:i386 libusb-1.0-0-dev:i386 libcanberra-gtk-module:i386 gtk2-engines-murrine:i386

    This left two problematic libraries, libgcrypt11 and libgtk-3-0.

    I also found the libgcrypt11 is now libgcrypt20 and installed libgcrypt20:i386.

    For libgtk-3-0, the problem seems to be with libepoxy0:i386. When I try and install that, it wants to uninstall the :amd64 version and about 500 megs of X11 dependencies, so I said "no."

    frohro@frohro-HP-EliteBook-2760p:~/Downloads$ sudo apt-get install libgtk-3-0:i386
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Some packages could not be installed. This may mean that you have
    requested an impossible situation or if you are using the unstable
    distribution that some required packages have not yet been created
    or been moved out of Incoming.
    The following information may help to resolve the situation:

    The following packages have unmet dependencies:
    libgtk-3-0:i386 : Depends: libepoxy0:i386 (>= 1.0) but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.
    frohro@frohro-HP-EliteBook-2760p:~/Downloads$

    So this is where I'm stuck. Any suggestions?

    Thanks,

    Rob
  • Well, I decided to try and install in spite of the two install problems above. I did and it completed. After running the script (processors.wiki.ti.com/.../MSP-FET430UIF.tar.gz) to set the udev rules.d/ file, everything just worked. It may not look quite as nice as it should, but it is functional with CCSV6 and Ubuntu 15.10.
  • I installed in Ubuntu 15.10 x64 using the instructions in processors.wiki.ti.com/.../Linux_Host_Support_CCSv6

    but removing the libgcrypt11 and gtk-3.0 modules from the apt-get install cmd,

    and installed libgcrypt11:i386 manually from the file: launchpad.net/.../libgcrypt11_1.5.3-2ubuntu4.2_i386.deb

    (gtk-3.0 is installed in my system, my it's the regular x64 version).

  • The problem with installing the libcrypt11 is you have to uninstall libgnutls26 which is key to SSL security.

    Is there another way?  Right now it looks like I just forget TI and code composer until they get it right.