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.

Problem with Linux install of CCS v5 in EVMC6678

Other Parts Discussed in Thread: CCSTUDIO

Hi,

I want to install the Linux CCS v5.0.3 which comes with the EVMC6678 board, to Ubuntu 12, X32. There is a help file named README_FIRST.txt on the Windows/Linux OS. It says that after untar setup_CCS_5.0.3.xxxxx.tar and extract all files, run setup_CCS_5.0.3.xxxxx.bin (Linux). The problem here is that there is no file named: setup_CCS_5.0.3.xxxxx.bin (Linux)

After the extraction, I can see there is text file: README_FIRST.txt and two folders: extras and install_images. I check the two folders as well for setup_CCS_5.0.3.xxxxx.bin. There is no such setup_CCS_5.0.3.xxxxx.bin in those folders.

Could you help me?

Thanks

  • I know that the practical file name is not "xxxxx" in last post. It is some numbers. The DVD file name is 00028. I forgot the make it clear earlier.

    I am new to Ubuntu. Does the extraction have to be run in a Terminal? If it is, could you give me a detail command to extract the DVD drive file to a Linux folder.

    Thanks

  • When I extract the tar in a terminal by the command:

    tar xvf setup_CCS_5.0.3.00028.tar.gz

    It gives the error in the end:

    gzip: stdin: invalid compressed data--format violated
    tar: Unexpected EOF in archive
    tar: Unexpected EOF in archive
    tar: Error is not recoverable: exiting now

    What is wrong with the file, or the command?

    BTW, the reason that I want to install the DVD CCS is that the evaluation CCS was expired.

    I used to have the evaluation CCS v5.2 installed on Windows 7. After the expiration, I change the license to the bundle's. Although the compiling can work, it cannot use the emulator XDS560v2. Thus, I have to use the bundle license.

  • Hi,

    I try download the 5.0.3.00028 from the web site.

    I run the setup in a terminal. It can be extracted, but the install halts later. The error log is pasted below.

    What is wrong?

    Thanks

    .....

    Error in action ExecuteAction

    Error in action InstallUninstaller

    can't create directory "/opt/ti": permission denied
        while executing
    "file mkdir $dir"
        (procedure "::InstallJammer::CreateDir" line 13)
        invoked from within
    "::InstallJammer::CreateDir [file dirname $uninstallBin]"
        (procedure "::InstallJammer::actions::InstallUninstaller" line 30)
        invoked from within
    "::InstallJammer::actions::$component $this"
        while executing
    "$obj execute"
        (procedure "::InstallJammer::ExecuteActions" line 65)
        invoked from within
    "::InstallJammer::ExecuteActions $action -parent $id -conditions $eval"
        (procedure "::InstallJammer::actions::ExecuteAction" line 35)
        invoked from within
    "::InstallJammer::actions::$component $this"
    Error in action ExecuteAction

    Error in action InstallUninstaller

    can't create directory "/opt/ti": permission denied
        while executing
    "file mkdir $dir"
        (procedure "::InstallJammer::CreateDir" line 13)
        invoked from within
    "::InstallJammer::CreateDir [file dirname $uninstallBin]"
        (procedure "::InstallJammer::actions::InstallUninstaller" line 30)
        invoked from within
    "::InstallJammer::actions::$component $this"
        while executing
    "$obj execute"
        (procedure "::InstallJammer::ExecuteActions" line 65)
        invoked from within
    "::InstallJammer::ExecuteActions $action -parent $id -conditions $eval"
        (procedure "::InstallJammer::actions::ExecuteAction" line 35)
        invoked from within
    "::InstallJammer::actions::$component $this"
        while executing
    "$obj execute"
        (procedure "::InstallJammer::ExecuteActions" line 65)
        invoked from within
    "::InstallJammer::ExecuteActions $id -when $when"
        (procedure "::InstallJammer::RaiseEventHandler" line 79)
        invoked from within
    "::InstallJammer::RaiseEventHandler  .wizard"
        (command bound to event)

  • Hi Jeff,

    althought 5.0.x is an old unsupported beta, it seems you might be having permissions issues.   I would make sure you have all required dependencies install and make sure you have full permissions, best to install as sudo.  Also for the unzip.  eg sudo ./ccstudio.bin as an example.

    Best Regards,

    Lisa

  • Thanks. Your suggestion solves the problem.

    A new question is here. In Ubuntu, how to run the software? Where to enter the command, and which command? I am new to Linux, especially Ubuntu.

  • Hi Jeff,

    glad to hear the install went ok now.    To launch go to your installation folder and go to ../ccsv5/eclipse.   You lauch with sudo ./ccstudio.exe

    Hope this helps!  All the best with development.

    Best Regards,
    Lisa

  • Hi,

    The installation goes through. A new question is about the license file setting.

    After I browse the bundle license file, see below,

    ..............

    /usr/local/CCSv5/CCSv5.0-EVM-C6678.lic

    .............

    Press Finish button, then:

    In a pop up box, the system says:

    You do not have the permission to read /usr/local/CCSv5/CCSv5.0-EVM-C6678.lic

    I know the only way to select the license file is in CCS v5. How can I have different privileges, as required by the pop box? Or, is there another way to set the license file?

    Thanks,

  • Hi Jeff,

    in linux chmod can be used to change read write permissions (you can easily google this command).   Also be sure you have installed and launched with full permissions and same settings.  Ie why both my install and lauch example had a sudo.

    Best Regards,

    Lisa