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.

CCS/CCSTUDIO: CCS fails to install, cannot download file

Part Number: CCSTUDIO

Tool/software: Code Composer Studio

Running Linux 64-bit with all the necessary 32-bit libraries installed and trying to install CCS 6.1.1.00022!!! Installer initial library check does not complain so it can find all of them.

I have tried both offline and web installer, both fail at the same point.

The failure point is the download of file ti_dspack_ibsetup_6.1.0.1349.bin, relevant log entry:

processOtherFeatures - ti_dspack_ibsetup_6.1.0.1349.bin does not exist at /home/dari/.ccsv6/ccsv6/eclipse/downloads/ti_dspack_ibsetup_6.1.0.1349.bin. Setting state to feature downloaded

This is clearly an issue with your software repository.

Please put that file online again!

And please don't suggest to upgrade to CCSv7 or CSv8, I can't. It's a hard requirement for me to use that exact version.

Thanks!

  • Could you please zip up the contents of <installdir>/ccsv6/install_logs and post here?

    From the sounds of it, the installer is having trouble downloading component files. I would recommend you download the offline installer, unzip it and install that instead of the web installer.

    Danish

  • 0624.ccsv6.zip

    I have mentioned that I tried BOTH the offline and web installers.

    The offline installer does (for some weird reason) try to download this file from the internet.

    The web installer successfully managed to download files up to the ti_dspack_ibsetup_6.1.0.1349.bin - internet connection is not an issue. You surely have ti_dspack_ibsetup_6.1.0.1349.bin missing from your software repositories.

  • The logs you've attached are for the offline installer, so I can't say what's going on with the web installer - and the file does exist on the web server, so that's not the issue. I suspect eclipse is unable to extract the file because eclipse gives segmentation faults, in both web and offline installs.

    Unfortunately, there aren't any clues as to what's causing that. Have you ever installed CCS successfully on this OS before? We don't support this OS, so I can't reproduce the issue here.

    Googling for the problem tells me that the gtk version may not be compatible. See forum.manjaro.org/.../11733
    One of the suggestions is setting the environment variable SWT_GTK3 to 3 before running the installer.
    export SWT_GTK3=0
    Could you give that a shot?
    Thanks,
    Danish
  • I gave it a try, with that variable set but it still segfaults in the logs. So, for now I'll assume it is the lib32 packages that are somewhat incompatible.

    I will make a compromise and try out the 6.2.0 version which presumably uses 64-bits libraries, native to ArchLinux and report the results.
  • Please note, even 6.2 requires 32 bit libraries because some components still have dependencies.
  • 6.2 fails to install with other reasons.
    I guess I give up for now and mark this as fixed, probably the ArchLinux 32-bit libs I built from AUR don't play well.

    I however managed to install an even newer one, Version: 7.4.0.00015.
    The problem is it doesn't want to import the project files (tried both on Linux and WIndows, same versions).
    I might open another thread for that.

    Thanks for the support Danish