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.

Can't install CCS 5.3 on Gentoo Linux AMD64



Hi!,

I've got a problem with CCS 5.3 setup on my Gentoo Linux. The system is 64-bit (x86_64). All required 32-bit libraries (according to 'Linux Host Support' wiki page) are installed in /usr/lib32. I've tried to install CCS both as normal user and root, with linux32 environment and with LD_LIBRARY_PATH=/usr/lib32. The result is always the same - setup fails with following message:

Error in action ExecuteAction

Error in action ExecuteScript

couldn't find procedure Tcl_Init
    while executing
"::InstallJammer::actions::$component $this"
    while executing
"$obj execute"
    (procedure "::InstallJammer::ExecuteActions" line 69)
    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 69)
    invoked from within
"::InstallJammer::ExecuteActions "Startup Actions""
    (procedure "::InstallJammer::InstallMain" line 10)
    invoked from within
"::InstallJammer::InstallMain"
    (procedure "ThemeMain" line 2)
    invoked from within
"ThemeMain "
    invoked from within
"if {![info exists ::InstallJammer]} { ThemeMain }"
    (file "/installkitvfs/main2.tcl" line 52212)
    invoked from within
"source [file join $::installkit::root main2.tcl]"
    (file "/installkitvfs/main.tcl" line 3)

  • Hi,

    would you be able to send us the installjammer logs?

    http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/234684/824912.aspx#824912

    The above post includes how to find these logs.


    Best Regards,

    Lisa

  • Thank you for a quick reply.

    After reading the logs I was able to resolve this problem by myself.

    My machine has a separate /tmp partition mounted with 'noexec' for security reasons. After temporarily remounting it with exec permissions the setup application was able to start. Now it's downloading required dependencies (Eclipse etc.)

    A little suggestion - could you include a message like 'Setup failed - log file is located in /var/foo/bar.log' in next releases? It would be much more convenient.

    Best Regards,

    Przemysław

  • Hi,

    great.  Very glad to hear.

    Thanks for the update and all the best with development.

    best regards,

    Lisa