carbidecpp22devenv/configuration/org.eclipse.osgi/bundles/309/1/.cp/reference/cdt_u_new_proj_wiz.htm
author cawthron
Fri, 04 Dec 2009 10:01:33 -0600
changeset 5 684bf18fdedf
permissions -rw-r--r--
add files for RCL_2_2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     2
<html lang="en">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     3
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     4
<head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     5
	<meta http-equiv="Content-Language" content="en-us">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     6
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     7
	<title>New Project Wizard</title>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     8
	<link rel="stylesheet" type="text/css" href="../help.css">
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
     9
</head>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    10
<h1>New Project Wizard</h1>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    11
<p>The <b>New Project</b> wizard helps you create a new C or C++ project in the workbench.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    12
To access the wizard, from the menu bar select
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    13
<b>File > New > Project</b>.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    14
The <b>New Project</b> wizard appears:
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    15
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    16
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    17
<p><img src="../images/new_project_wizard.png" alt="New Project Wizard"></p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    18
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    19
<p>With the <b>New Project</b> wizard you can choose to:</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    20
<ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    21
<li>Create <b>C Project</b></li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    22
<li>Create <b>C++ Project</b></li>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    23
</ul>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    24
<p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    25
You can either provide your makefile to build new project, 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    26
or let CDT generate makefile automatically.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    27
In CDT 3.x, there were 2 different project types: 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    28
"Managed make" and "Standard make", resp.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    29
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    30
<p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    31
Currently, these features are combined in the single project. 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    32
In most cases, you can switch makefile generation ON or OFF 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    33
at any time after project creation.
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    34
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    35
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    36
<p><img border="0" src="../images/ngconcepts.gif" 
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    37
ALT="Related concepts" width="143" height="21"><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    38
<a href="../concepts/cdt_c_projects.htm">CDT projects</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    39
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    40
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    41
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21"><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    42
<a href="../getting_started/cdt_w_basic.htm">Tutorial: Creating a simple application</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    43
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    44
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    45
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21"><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    46
<a href="cdt_u_new_proj_wiz_name.htm">Set Project Name and Location</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    47
<a href="cdt_u_new_proj_wiz_type.htm">Select Project type</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    48
<a href="cdt_u_new_proj_wiz_toolchain.htm">Select toolchain</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    49
<a href="cdt_u_new_proj_wiz_config.htm">Select configurations</a><br>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    50
<p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    51
<img src="../images/intl_07.gif" ALT="Intel Copyright Statement" >
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    52
</p>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    53
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    54
</body>
684bf18fdedf add files for RCL_2_2
cawthron
parents:
diff changeset
    55
</html>