NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

Talk:How to install the terminal plugin in CCSv5

From Texas Instruments Wiki
Jump to: navigation, search
For technical support please post your questions at http://e2e.ti.com. Please post only comments about the article How to install the terminal plugin in CCSv5 here.

Comments on How to install the terminal plugin in CCSv5


Technocratic said ...

I had some difficulty installing these plugins. To install CCS under Linux, you need to run the installation binary using the Sudo command. This causes the files generated by the installer to be owned by the Root user, and disallows changes to the files used by the Update Manager under normal login. Since Ubuntu does not allow login as the Root user, I tried executing CCS from the terminal using the Sudo command. This approach prevented CCS from connecting to the plugin repository for download.

My final solution was to change the entire CCS directory tree to ownership by the login user. This was accomplished with the following command:

~/> chown -r <username> <ccs install path>

This will recursively change the ownership of all files and subfolders to the proper user to enable write permissions.

--Technocratic 13:18, 15 July 2011 (CDT)

Technocratic said ...

Minor correction, the chown command has to be called using the Sudo command:

~/> sudo chown -r <user> <ccs path>

--Technocratic 13:21, 15 July 2011 (CDT)

Xiaoweihuacom said ...

failed in nstall the "Target Management Terminal" plugin

Cannot complete the install because of a conflicting dependency.

 Software being installed: Target Management Terminal 3.0.2.R31x_v200911051655-7N-FBcBbPtZLuz-SHv_pcfLSKR22 (org.eclipse.tm.terminal.sdk.feature.group 3.0.2.R31x_v200911051655-7N-FBcBbPtZLuz-SHv_pcfLSKR22)
 Software currently installed: Remote System Explorer End-User Runtime 3.3.1.R33x_v201109141647-7L7CFGG8wqio8rz0qYtkPgn8qWd4 (org.eclipse.rse.feature.group 3.3.1.R33x_v201109141647-7L7CFGG8wqio8rz0qYtkPgn8qWd4)
 Only one of the following can be installed at once: 
   Target Management Terminal Widget 3.1.1.R33x_v201107181530 (org.eclipse.tm.terminal 3.1.1.R33x_v201107181530)
   Target Management Terminal Widget 3.0.1.v200907301400 (org.eclipse.tm.terminal 3.0.1.v200907301400)
   Target Management Terminal Widget 3.0.2.R31x_v201002160030 (org.eclipse.tm.terminal 3.0.2.R31x_v201002160030)
   Target Management Terminal Widget 3.0.0.v200905272300 (org.eclipse.tm.terminal 3.0.0.v200905272300)
 Cannot satisfy dependency:
   From: Remote System Explorer End-User Runtime 3.3.1.R33x_v201109141647-7L7CFGG8wqio8rz0qYtkPgn8qWd4 (org.eclipse.rse.feature.group 3.3.1.R33x_v201109141647-7L7CFGG8wqio8rz0qYtkPgn8qWd4)
   To: org.eclipse.rse.terminals.feature.group [1.1.1.R33x_v201109141647-771Bh9uD7HbBF3u7DNO3293A3752]
 Cannot satisfy dependency:
   From: RSE Terminals UI 1.1.1.R33x_v201109141647-771Bh9uD7HbBF3u7DNO3293A3752 (org.eclipse.rse.terminals.feature.group 1.1.1.R33x_v201109141647-771Bh9uD7HbBF3u7DNO3293A3752)
   To: org.eclipse.tm.terminal.feature.group [3.1.1.R33x_v201106281309-4007S44yaw312218292641]
 Cannot satisfy dependency:
   From: Target Management Terminal Widget 3.0.2.R31x_v200911051655-4-17S42yaw312113271141 (org.eclipse.tm.terminal.feature.group 3.0.2.R31x_v200911051655-4-17S42yaw312113271141)
   To: org.eclipse.tm.terminal [3.0.2.R31x_v201002160030]
 Cannot satisfy dependency:
   From: Target Management Terminal Widget 3.1.1.R33x_v201106281309-4007S44yaw312218292641 (org.eclipse.tm.terminal.feature.group 3.1.1.R33x_v201106281309-4007S44yaw312218292641)
   To: org.eclipse.tm.terminal [3.1.1.R33x_v201107181530]
 Cannot satisfy dependency:
   From: Target Management Terminal 3.0.2.R31x_v200911051655-7N-FBcBbPtZLuz-SHv_pcfLSKR22 (org.eclipse.tm.terminal.sdk.feature.group 3.0.2.R31x_v200911051655-7N-FBcBbPtZLuz-SHv_pcfLSKR22)
   To: org.eclipse.tm.terminal.feature.group [3.0.2.R31x_v200911051655-4-17S42yaw312113271141]

--Xiaoweihuacom 20:18, 22 December 2011 (CST)

Prandall said ...

Xiaoweihuacom, I had the same problem. I am using CCS 5.1 on Linux. Then, I noticed at the bottom of this article it says "See this E2E forum post for a similar explanation". When I read the article it linked to, it talks about using TM 3.3 instead of TM 3.1 as this article describes. I did that and everything worked fine.

--Prandall 13:32, 2 March 2012 (CST)

Deimosmuc said ...

In CCS version 5.2.1.00018 I couldn't follow these instructions, since there is no Target Management repository. :(

--Deimosmuc 08:05, 25 October 2012 (CDT)