blob: 983bd8f4c513b02248db80e79d7ccd208ef6b412 [file] [log] [blame]
<!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=ISO-8859-1">
<link rel="stylesheet" type="text/css" href="../../help.css">
<title>Remote C/C++ Project - Name, Location, Project Type and Toolchain</title>
</head>
<body>
<h1>Remote C/C++ New Project Wizard</h1>
<h3>Name, Location, Project Type and Toolchain</h3>
<img src="../../images/new_project_wizard/wizard_page_1.png" alt="New Remote C/C++ Project Wizard - Page 1">
<br><br><br>
<table border="1" cellpadding="5" cellspacing="0" style="border-collapse: collapse" bordercolor="#999999">
<tr>
<th><b>Name</b></th>
<th><b>Function</b></th>
</tr>
<tr>
<td>Project Name</td>
<td>The name of the project. There must not already be a project with the chosen name.</td>
</tr>
<tr>
<td>Use Default Location</td>
<td>This must be unchecked. The default location is the local file system which is not suitable for remote projects.</td>
</tr>
<tr>
<td>Choose file system</td>
<td>Lists available remote file system providers that allow the project contents to reside on a remote machine.
Each item is an <a href="PLUGINS_ROOT/org.eclipse.rse.doc.user/tasks/tusingefs.html">EFS provider</a>.
</td>
</tr>
<tr>
<td>Location</td>
<td>The URI (Uniform Resource Identifier) of the project root folder.</td>
</tr>
<tr>
<td>Project Type</td>
<td>Specifies a project type from the list provided. It is highly recommended that for remote projects
the <b>Remote Makefile Project</b> type be selected, otherwise remote builds will not work.
</td>
</tr>
<tr>
<td>Toolchain</td>
<td>Specifies toolchains available for selected project type. A toolchain is a set of tools
(such as a compiler, linker, and assembler) intended to build your project.
</td>
</tr>
<tr>
<td>Show project types and toolchains
only if they are supported on the platform</td>
<td>This should be unchecked. Filters the list of toolchains to just toolchains that are available
on the local machine. This should be unchecked because it may hide toolchains that are available
on the remote machine.
</td>
</tr>
</table>
</body>
</html>