This file is indexed.

/usr/share/eclipse/dropins/ptp-rdt/eclipse/plugins/org.eclipse.ptp.rdt.doc.user_1.0.0.dist/html/gettingstarted/creating_a_remote_project.html is in eclipse-ptp-rdt 8.0.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../../help.css">
<title>Creating a Remote C/C++ Project</title>
</head>

<body>
<h1>Creating a Remote C/C++ Project</h1>

<p>
Before creating a Remote C/C++ Project it is recommended that you
have already established a connection to a remote RDT server.
<ul>
<li><a href="server_installation.html">RDT Server Installation</a></li>
<li><a href="creating_a_connection.html">Connecting to a Remote RDT Server</a></li>
</ul>
</p>

<h3>Remote C/C++ Project Wizard</h3>

<p>
Disclaimer: The Remote C/C++ Project Wizard is based on the CDT new project wizard which
was originally designed to create local projects. Therefore some aspects of the wizard
interface are not ideal for the scenario of creating a remote project. The remote project
must be set up correctly or it will not work properly. The following steps describe in
detail what must be done to correctly set up a remote project.
</p>


<ol>
	<li>
		To create a new Remote C/C++ Project begin by opening the 
		<strong>New Remote C/C++ Project Wizard</strong> by going to 
		<strong>File &gt; New &gt; Remote C/C++ Project</strong>.
		<br><br>
		<img src="../../images/new_project_wizard/menu_create_project.png" alt="File > New > Remote C/C++ Project">
		<br><br><br>
	</li>

	<li>
		Enter the project name.
		<br><br>
		<img src="../../images/new_project_wizard/wizard_enter_project_name.png" alt="Enter Project Name">
		<br><br><br>
	</li>
	
	<li>
		Choose a remote provider for hosting the remote project. RDT currently ships with the <strong>RSE
		file system</strong>, so it is recommended that you choose that.
		<br><br>
		<img src="../../images/new_project_wizard/wizard_choose_file_system.png" alt="Choose Remote Provider">
		<br><br><br>
	</li>

	<li>
		Select a remote connection associated with the remote provider.  Create one if one did not
		already exist by clicking <strong>New</strong>.
		<br><br>
		<img src="../../images/new_project_wizard/wizard_choose_remote_connection.png" alt="Choose Remote Provider">
		<br><br><br>
	</li>

	

	<li>
		Now the location of the project root folder must be entered into the <strong>Location</strong> field.
		If you do not know the
		URI of the project folder then it is recommended that you use the <strong>Browse...</strong> button.  
		<br><br>
		<img src="../../images/new_project_wizard/wizard_browse_file_system.png" alt="Browse File System">
		<br><br><br>
	</li>

	<li>
		If you have chosen RSE as the file system then the RSE <strong>Browse for Folder</strong> dialog will appear.
		In this dialog first choose a connection to a running RDT server.
		<br><br>
		<img src="../../images/new_project_wizard/browse_connection.png" alt="Choose a Connection">
		<br><br><br>
	</li>

	<li>
		Choose a folder and click OK.
		<br><br>
		<img src="../../images/new_project_wizard/browse_folder.png" alt="Choose a Folder">
		<br><br><br>
	</li>
	
	<li>
		The URI of the chosen folder will appear in the <strong>Location</strong> field.
		You may create a sub-folder by editing the URI and adding the name of the sub-folder 
		at the end.
		<br><br>
		<img src="../../images/new_project_wizard/wizard_uri.png" alt="Enter URI">
		<br><br><br>
	</li>

	<li>
		Under the <strong>Project type</strong> field, select a project type.  For the purpose of this
		tutorial, expand <strong>Remote Makefile Project</strong> and select 
		<strong>Empty Project</strong>.
		<br><br>
		<img src="../../images/new_project_wizard/wizard_select_makefile_project.png" alt="Select Makefile Project">
		<br><br><br>
	</li>

	<li>
		At the bottom of the wizard uncheck the checkbox that says <strong>Show project types and toolchains
		only if they are supported on the platform</strong>. If this checkbox is checked then the wizard
		will filter out what it thinks are unsupported toolchains. Unfortunately the wizard only examines
		the local machine for supported toolchains and does not examine the remote machine where the project
		will be located. 
		<br><br>
		<img src="../../images/new_project_wizard/wizard_uncheck_toolchains.png" alt="Uncheck Toolchains">
		<br><br><br>
	</li>

	<li>
		Select a toolchain. A toolchain is a set of tools (such as a compiler, linker, and assembler) 
		intended to build your project.
		<br><br>
		<img src="../../images/new_project_wizard/wizard_select_toolchain.png" alt="Select a Toolchain">
		<br><br><br>
	</li>
	
	<li>
		Click <strong>Next</strong>.
	</li>
	
	<li>
		The next page of the wizard allows you to select available build configurations.
		It is not necessary to make any changes on this page because additional build 
		configurations can be created after the project has been created.
		<br><br>
		<img src="../../images/new_project_wizard/wizard_page_2.png" alt="Configurations">
		<br><br><br>
	</li>

	
	<li>
		Click <strong>Finish</strong>. Creating the project may take a few minutes. Once the project has been 
		created it will appear in the <strong>Project Explorer</strong> view.
	</li>

</ol>
<br><br><br>
</body>
</html>