Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5734bbc3acc4f2fb18327168181ed8df1cbb3b8b (plain) (blame)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
  <meta http-equiv="Content-Language" content="en-us">
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <title>New Project Wizard, Select a Project Type</title>
  <link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>New Project Wizard, Select a Project Type</h1>
<p>You can select a type of project from this page of the wizard. This project type will determine the toolchain and data, and tabs that the CDT uses. Once created, C/C++ projects display in the C/C++ Projects view.<p>
<p><img src="../images/new_proj_wz_type.png"
 alt="New Project Wizard, Select a Project Type"></p>
<p>
<table border="1" cellspacing="0">
  <tbody>
    <tr>
      <th>Name</th>
      <th>Function</th>
    </tr>
    <tr>
      <td><b>Project Type</b></td>
      <td>Specifies a project type from the list provided.</td>
    </tr>
    <tr>
      <td><b>Show Project Types and toolchains only if they are supported on the platform</b></td>
      <td>If checked (default), list is filtered so that only project
types that are buildable on the host system are shown.<br>
        If unchecked, lists all known project types in the <b>Project
        Type</b> list.</td>
    </tr>
  </tbody>
</table>
</p>

<p><img border="0" src="../images/ngconcepts.gif" 
ALT="Related concepts" width="143" height="21"><br>
<a href="../concepts/cdt_c_projects.htm">CDT projects (detailed information about project types)</a><br>
</p>

<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
<a href="../tasks/cdt_t_proj_platf.htm">Project types selection</a><br>
<a href="../getting_started/cdt_w_basic.htm">New CDT Project creation Tutorial - with generated makefile</a><br>
<a href="../getting_started/cdt_w_standard.htm">New CDT Project creation Tutorial - with user's makefile</a><br>
</p>

<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
<a href="cdt_u_new_proj_wiz_name.htm">Set Project Name and Location</a><br>
<a href="cdt_u_new_proj_wiz_type.htm">Select Project type</a><br>
<a href="cdt_u_new_proj_wiz_toolchain.htm">Select toolchain</a><br>
<a href="cdt_u_new_proj_wiz_config.htm">Select configurations</a><br>
<p>
<img src="../images/intl_07.gif" ALT="Intel Copyright Statement" >
</p>

</body>
</html>

Back to the top