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.
Tool/software: Code Composer Studio
Hi,
I'm trying to install the code composer on ubuntu, through ssh.
I presume, i have installed all the essential lib, i saw the tmp folder, the log says NO display error. How can i proceed with installation without display? has anyone come across this issue?
Error running /tmp/ccs_7e3e27c0-71b9-40eb-79fc-b6f64699717d/tcl/bin/tclsh.sh "/tmp/ccs_7e3e27c0-71b9-40eb-79fc-b6f64699717d/installer_tcl/main_frontend/main.tcl" --installersrc "/home/jenkins_admin/ccsbuild/CCS8.2.0.00007_linux-x64" --installertmp "/tmp/ccs_7e3e27c0-71b9-40eb-79fc-b6f64699717d" --buildid 8.2.0.00007 --installer "/home/jenkins_admin/ccsbuild/CCS8.2.0.00007_linux-x64/ccs_setup_linux64_8.2.0.00007.bin" --bitness 64-bit --os linux-x64 --osname "Ubuntu 14.04.5 LTS" --spversion "" --timestamp 20181108091619 --AVon false --tl false: no display name and no $DISPLAY environment variable while executing "load /tmp/ccs_7e3e27c0-71b9-40eb-79fc-b6f64699717d/tcl/lib/libtk8.6.so Tk" ("package ifneeded Tk 8.6.6" script) invoked from within "package require Tk" (procedure "runGui" line 7) invoked from within "runGui" invoked from within "if { [$programArgs silentMode] } { set manifest [Manifest::instance] set validationMsgs [Validation::preInstallChecks] runSilent if {!$g_pr..." (file "/tmp/ccs_7e3e27c0-71b9-40eb-79fc-b6f64699717d/installer_tcl/main_frontend/main.tcl" line 632) [09:16:23] CCS_ERROR: Install exited with error code [09:16:23] [09:16:23] no display name and no $DISPLAY environment variable
Hello,
NancyJ said:How can i proceed with installation without display?
without a display specified, the only option is to run the installer in unattended mode to remove the GUI dependency. This will do a COMPLETE install of CCS.
To install all of ccs in unattended mode you need to use the following command line:
<installername> --prefix $HOME/ti --mode unattended
Or
sudo <installername> --prefix /opt/ti --mode unattended
Thanks
ki
Hi Ki,
It looked like it worked.
but i still have this error, so not 100% sure, if its completely resolved, for which i need to install few more bits essential to call the exe from outside scope
which leads me to next things BIOS installation, from online i got bios_6_73_01_01.run, but linux its not a command.
How do i execute this format to install?
[12:43:45] Found /tmp/ccs_9bf17c2a-31c9-4187-45e0-2b2922997c4b/finish.txt Creating Uninstaller Creating uninstaller 25% Creating uninstaller 50% Creating uninstaller 75% Creating uninstaller 100% Installation completed [12:43:51] ccsdir = /opt/ti/ccsv8 Executing chmod 755 "/opt/ti/ccsv8/uninstallers/*" Script exit code: 1 Script output: Script stderr: chmod: cannot access ‘/opt/ti/ccsv8/uninstallers/*’: No such file or directory Error running chmod 755 "/opt/ti/ccsv8/uninstallers/*": chmod: cannot access ‘/opt/ti/ccsv8/uninstallers/*’: No such file or directory Executing chmod 644 "/opt/ti/ccsv8/uninstallers/*.dat" Script exit code: 1 Script output: Script stderr: chmod: cannot access ‘/opt/ti/ccsv8/uninstallers/*.dat’: No such file or directory Error running chmod 644 "/opt/ti/ccsv8/uninstallers/*.dat": chmod: cannot access ‘/opt/ti/ccsv8/uninstallers/*.dat’: No such file or directory Executing chmod 755 "/opt/ti/ccsv8/uninstall_ccs" Script exit code: 0 Script output: Script stderr: Executing chmod 644 "/opt/ti/ccsv8/uninstall_ccs.dat" Script exit code: 0 Script output: Script stderr: [12:43:54] Copying to /usr/share/applications/Code Composer Studio 8.2.0.desktop [12:43:54] deleting temp directory Log finished 11/09/2018 at 12:43:54