poniedziałek, 9 czerwca 2014

Problems during installation Code Composer Studio v6 on Ubuntu 14.04 LTS, libudev0 missing.

Problems during installation Code Composer Studio v6 on Ubuntu 14.04 LTS, libudev0 missing.

EDIT: this solution may fix problems with other software.
Hi, i've installed new Ubuntu 14.04 LTS 64bit on my computer. Time has come to do it!!!



Unfortunately i  encounter difficulties during installation CCS v6.
I run bin file (using this commands: chmod a+x file.bin then sudo /.your_bin_file.bin), and installer have informed me that there is huge lack of dependencies. Here is Texas Instruments wiki where you can find script to check what dependencies are missing -> http://processors.wiki.ti.com/index.php/Checking_Linux_Dependencies_for_CCS

By using the script form wiki i found what is missing (everything). So on next wiki of TI's i found http://processors.wiki.ti.com/index.php/Linux_Host_Support#Overview what libraries should i install. Here you are:

sudo apt-get install libc6-i386 libx11-6:i386
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


Feel free to paste it in terminal. We almost done.

When you run bin file of CCS again, you will be informed that libdudev0 is missing. Package is missing because of it was removed from Ubuntu 14.04.
Solution? Just simply download this package  from older version (i recommend to install 32 bit package). Here's the links: libudev0 for 32bit and libudev0 for 64 bit .
 Install it:

sudo dpkg -i ~/Download/libudev0_175-0ubuntu19_YOUR_VERSION.deb

Then you can run Code Composer Studio instalation with no error. I hope it will help you.

Do you like this post, was it helpfull? Left me a comment! 

 




  

 

1 komentarz:

  1. Hello,
    I noticed that with Ubuntu 15.04 libgcrypt11 is missing. An error message appear when you try to launch the installer. To solve the error, you can just install the lib from another Ubuntu version:
    http://www.webupd8.org/2015/04/fix-missing-libgcrypt11-causing-spotify.html

    OdpowiedzUsuń