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 to install 32 bit libraries in Ubuntu 13.0 for CCSv5.0

Hello all,

I am trying to install CCSv5.0 on Ubuntu 13.0 (64 bit) system. I referred few Ti.wiki notes for installation.

All of them says to install 32bit library. I tried them all but in fail.. I downloaded "depends.sh" from http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv5#Ubuntu_13.04_64bit .

I am posting the error I am facing.

Thanks in advance.

Regards,

Dhara

  • Dhara,

    Did you run "sudo apt-get install ia32-libs" prior to running that script.  Those libraries are needed for the script to run.

    There are steps for CCSv5 and Ubuntu 13 here: http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv5#Ubuntu_13.04_64bit

    Are you sure you want to install CCSv5.0?  That is quite old.

    Regards,

    John

  • Hi John,

    Thanks for you reply..

    Yes, I already stated in my post that I tried the steps mentioned in the link http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv5#Ubuntu_13.04_64bit

    I also downloaded CCSv6 Set up from the link for my Ubuntu 13.0 (64 bit) system from link: http://processors.wiki.ti.com/index.php/Category:Code_Composer_Studio_v6

    I am posting the screen shot of terminal window after I run the .bin file of CCSv6 setup for Linux.

    Also I am posting below the screen shot of terminal when I tested commands to install 32 bit library.

    Please let me know how I can solve this.

    Thanks.

    Regards,

    Dhara

  • It will take me some time to prepare a Ubuntu 13 machine.  Are you sure you are on 13.04 and not 13.10?  Ubuntu deprecated the ia32-libs package with 13.10 and thus the instructions are different.  http://processors.wiki.ti.com/index.php/Linux_Host_Support_CCSv5#Ubuntu_13.10_64-bit

    However it is possible that Ubuntu has since removed the libraries from 13.04 as well as it was not a long term support (LTS) release.

    On 13.10 when we put the instructions together in 2013 it was necessary to run sudo apt-get-install libc6-i386 to be able to run the dependency checker.

    As far as CCSv6.2.0 on Ubuntu 13 we have not done any testing with that combination.  

    I am setting up a machine with Ubuntu 13.10 64bit and I will see if I can put some instructions together for CCSv6.2.0.

  • I see the same behaviour as you with the 6.2 installer. It runs for a bit and then returns. I will see if I can make it work but it may not be possible to run CCSv6.2 on this old distribution.
  • There is a library needed to run the CCSv6.2 installer that is not available for Ubuntu 13.xx. I have looked all over for it and have not be able to find it. Similarly I have not had any luck getting the 32-bit libraries needed to run CCSv5. They appear to have been obsoleted. This is not surprising as that is why Canonical has short term support releases and long term support releases. While trying to get the required libraries the system kept reminding me that the release is no longer supported and prompting me to upgrade to 14.04 LTS. I am in the process of doing that. Once that is complete I will reply back with the steps to install CCSv6.2.0 for that version.
  • I can confirm that after updating to 14.04 that I am able to install CCSv6.2.0 ok. I am updating the wiki topics to address the change to Ubuntu 13.
  • Hi JhonS,

    Thanks for your support..

    I downloaded the set up of Ubuntu 14.04 (64 bit) from this link:  http://releases.ubuntu.com/14.04/

    and tried to install it in my VMWare.. It goes into Software Updates and later the connection with server is lost and the installation does not complete... I do have good enough Internet connection available.. So I guess thats not an issue..

    I am posting the snap shot..

    Would you please share me the link from where can I get set up source of Ubuntu 14.04 (64 bit) and CCSv6.0..

    Also if you can share the sequence of commands you run to install the set up, would be a great help, if in case I am making any mistake while installing..

    Regards,

    Dhara

  • Hey Jhons,

    I was waiting for your reply on my last post.. "Would you please share me the link from where can I get set up source of Ubuntu 14.04 (64 bit) and CCSv6.0.."

    But I found out few other reasons too due to which CCSv6.0 was not getting installed.. Before installing CCS v6.0  on Ubuntu system one need to check the following configurations:

    1. Ubuntu 14.0 Kernel version should be 4.0 or above (check it through terminal command "uname -a" ). If lower verison then update it by downloading the appropriate patches. (Mine was 3.13 version, I referred this link: http://ubuntuhandbook.org/index.php/2016/07/install-linux-kernel-4-7-ubuntu-16-04/ )

    2. Ubuntu 14.0 OS (64 bit)

    3. 32 bit library files should be installed once the above two are checked and installed

    4. then go for CCSv6.0 installation.

    The kernel updation part is not mentioned in any reference links for installation of CCSv6.0 on Ubuntu 14.0 system.

    This flow and updation did helped me.. 

    Thanks & Regards,

    Dhara