Skip to main content
summaryrefslogtreecommitdiffstats
blob: 74512355ab7ada41fd5b87ea401766256cf9d33a (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!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 configurations</title>
  <link rel="stylesheet" type="text/css" href="../help.css">
</head>
<body>
<h1>New Project Wizard, Select configurations</h1>
<p>You can select toolchain(s) from this page of the wizard.</p>
<p><img src="../images/new_proj_wz_config.png"
 alt="New Project Wizard, Select configurations"></p>
<p>
<table border="1" cellspacing="0">
  <tbody>
    <tr>
      <th>Name</th>
      <th>Function</th>
    </tr>
    <tr>
      <td><b>Project type</b></td>
      <td>Selected project type.</td>
    </tr>
    <tr>
      <td><b>Tool-chains</b></td>
      <td>One or more selected tool chains</td>
    </tr>
    <tr>
      <td><b>Configurations</b></td>
      <td>List of all build configurations to be created. 
          Check items you want to create. 
          At least one configuration must be checked.
      </td>
    </tr>
    <tr>
      <td><b>Select all</b></td>
      <td>Checks all configurations</td>
    </tr>
    <tr>
      <td><b>Deselect all</b></td>
      <td>Unchecks all configurations</td>
    </tr>
    <tr>
      <td><b>Advanced settings ...</b></td>
      <td>Displays properties dialog for new project.</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</a><br>
</p>

<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><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