bake-toolkit 2.28.0 → 2.28.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/documentation/_build/html/_sources/changelog.txt +3 -0
- data/documentation/_build/html/_sources/index.txt +1 -1
- data/documentation/_build/html/_static/logo_tiny_48.png +0 -0
- data/documentation/_build/html/changelog.html +1154 -1149
- data/documentation/_build/html/commandline/commandline.html +285 -285
- data/documentation/_build/html/concepts/build_hierarchy.html +204 -204
- data/documentation/_build/html/concepts/concepts.html +196 -196
- data/documentation/_build/html/concepts/inject.html +216 -216
- data/documentation/_build/html/concepts/link_order.html +245 -245
- data/documentation/_build/html/concepts/prebuild.html +205 -205
- data/documentation/_build/html/concepts/the_main_project.html +260 -260
- data/documentation/_build/html/concepts/the_project_meta_file.html +288 -288
- data/documentation/_build/html/genindex.html +152 -152
- data/documentation/_build/html/ide/eclipse/eclipse.html +186 -186
- data/documentation/_build/html/ide/eclipse/how_to_convert_existing_cdt_workspace.html +208 -208
- data/documentation/_build/html/ide/eclipse/how_to_create_a_new_project_in_eclipse.html +191 -191
- data/documentation/_build/html/ide/eclipse/how_to_create_a_workspace_in_eclipse.html +198 -198
- data/documentation/_build/html/ide/eclipse/how_to_debug_in_eclipse.html +198 -198
- data/documentation/_build/html/ide/eclipse/how_to_install_eclipse_plugin.html +196 -196
- data/documentation/_build/html/ide/eclipse/how_to_use_bake_in_eclipse.html +256 -256
- data/documentation/_build/html/ide/ide_integrations.html +185 -185
- data/documentation/_build/html/ide/vs/how_to_create_vs_projects.html +171 -171
- data/documentation/_build/html/ide/vs/how_to_debug_in_vs.html +185 -185
- data/documentation/_build/html/ide/vs/how_to_used_bake_in_vs.html +190 -190
- data/documentation/_build/html/ide/vs/vs.html +170 -170
- data/documentation/_build/html/ide/vs/vs_install.html +202 -202
- data/documentation/_build/html/index.html +246 -246
- data/documentation/_build/html/install/install_bake.html +279 -279
- data/documentation/_build/html/internal.html +217 -217
- data/documentation/_build/html/known_issues.html +173 -173
- data/documentation/_build/html/license.html +236 -236
- data/documentation/_build/html/performance/performance.html +373 -373
- data/documentation/_build/html/quickstart/quickstart.html +236 -236
- data/documentation/_build/html/search.html +174 -174
- data/documentation/_build/html/searchindex.js +1 -1
- data/documentation/_build/html/syntax/adapt_configs.html +370 -370
- data/documentation/_build/html/syntax/auto_adjustment.html +189 -189
- data/documentation/_build/html/syntax/derive_configs.html +247 -247
- data/documentation/_build/html/syntax/project_meta_syntax.html +923 -923
- data/documentation/_build/html/syntax/syntax.html +196 -196
- data/documentation/_build/html/syntax/variable_substitutions.html +365 -365
- data/documentation/_build/html/tips_and_tricks/bakeclean.html +169 -169
- data/documentation/_build/html/tips_and_tricks/dot.html +186 -186
- data/documentation/_build/html/tips_and_tricks/how_to_use_bake_with_cygwin.html +214 -214
- data/documentation/_build/html/tips_and_tricks/qac.html +297 -297
- data/documentation/_build/html/tips_and_tricks/the_bakery.html +405 -405
- data/documentation/_build/html/tips_and_tricks/the_clang.html +201 -201
- data/documentation/_build/html/tips_and_tricks/tips_and_tricks.html +198 -198
- data/documentation/_build/html/why_bake/why_bake.html +241 -241
- data/lib/bake/config/checks.rb +76 -68
- data/lib/bake/model/metamodel.rb +6 -0
- data/lib/common/version.rb +1 -1
- metadata +3 -5
- data/documentation/_build/html/_sources/tips_and_tricks/static_code_analysis.txt +0 -122
- data/documentation/_build/html/_static/logo_conformant_48.png +0 -0
- data/documentation/_build/html/tips_and_tricks/static_code_analysis.html +0 -285
@@ -1,197 +1,197 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
5
|
-
<head>
|
6
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
|
-
|
8
|
-
<title>How to install bake Eclipse integration — bake documentation</title>
|
9
|
-
|
10
|
-
<link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
|
11
|
-
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
12
|
-
<link rel="stylesheet" href="../../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
|
13
|
-
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
|
14
|
-
|
15
|
-
<script type="text/javascript">
|
16
|
-
var DOCUMENTATION_OPTIONS = {
|
17
|
-
URL_ROOT: '../../',
|
18
|
-
VERSION: '',
|
19
|
-
COLLAPSE_INDEX: false,
|
20
|
-
FILE_SUFFIX: '.html',
|
21
|
-
HAS_SOURCE: true
|
22
|
-
};
|
23
|
-
</script>
|
24
|
-
<script type="text/javascript" src="../../_static/jquery.js"></script>
|
25
|
-
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
26
|
-
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
|
-
<script type="text/javascript" src="../../_static/js/jquery-1.11.0.min.js"></script>
|
28
|
-
<script type="text/javascript" src="../../_static/js/jquery-fix.js"></script>
|
29
|
-
<script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
|
-
<script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
|
31
|
-
<link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
|
32
|
-
<link rel="top" title="bake documentation" href="../../index.html" />
|
33
|
-
<link rel="up" title="Eclipse" href="eclipse.html" />
|
34
|
-
<link rel="next" title="How to use bake in Eclipse" href="how_to_use_bake_in_eclipse.html" />
|
35
|
-
<link rel="prev" title="Eclipse" href="eclipse.html" />
|
36
|
-
<meta charset='utf-8'>
|
37
|
-
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
38
|
-
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
39
|
-
<meta name="apple-mobile-web-app-capable" content="yes">
|
40
|
-
|
41
|
-
</head>
|
42
|
-
<body role="document">
|
43
|
-
|
44
|
-
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
|
45
|
-
<div class="container">
|
46
|
-
<div class="navbar-header">
|
47
|
-
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
|
48
|
-
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
|
49
|
-
<span class="icon-bar"></span>
|
50
|
-
<span class="icon-bar"></span>
|
51
|
-
<span class="icon-bar"></span>
|
52
|
-
</button>
|
53
|
-
<a class="navbar-brand" href="../../index.html"><img src="../../_static/
|
54
|
-
</a>
|
55
|
-
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
56
|
-
</div>
|
57
|
-
|
58
|
-
<div class="collapse navbar-collapse nav-collapse">
|
59
|
-
<ul class="nav navbar-nav">
|
60
|
-
|
61
|
-
|
62
|
-
<li class="dropdown globaltoc-container">
|
63
|
-
<a role="button"
|
64
|
-
id="dLabelGlobalToc"
|
65
|
-
data-toggle="dropdown"
|
66
|
-
data-target="#"
|
67
|
-
href="../../index.html">Section <b class="caret"></b></a>
|
68
|
-
<ul class="dropdown-menu globaltoc"
|
69
|
-
role="menu"
|
70
|
-
aria-labelledby="dLabelGlobalToc"><ul class="current">
|
71
|
-
<li class="toctree-l1"><a class="reference internal" href="../../why_bake/why_bake.html">Why you should use bake</a></li>
|
72
|
-
<li class="toctree-l1"><a class="reference internal" href="../../install/install_bake.html">Install bake</a></li>
|
73
|
-
<li class="toctree-l1"><a class="reference internal" href="../../quickstart/quickstart.html">Quickstart</a></li>
|
74
|
-
<li class="toctree-l1"><a class="reference internal" href="../../concepts/concepts.html">Concepts</a></li>
|
75
|
-
<li class="toctree-l1"><a class="reference internal" href="../../syntax/syntax.html">Syntax</a></li>
|
76
|
-
<li class="toctree-l1"><a class="reference internal" href="../../commandline/commandline.html">Commandline</a></li>
|
77
|
-
<li class="toctree-l1 current"><a class="reference internal" href="../ide_integrations.html">IDE Support</a></li>
|
78
|
-
<li class="toctree-l1"><a class="reference internal" href="../../tips_and_tricks/tips_and_tricks.html">Additional features</a></li>
|
79
|
-
<li class="toctree-l1"><a class="reference internal" href="../../performance/performance.html">Performance</a></li>
|
80
|
-
<li class="toctree-l1"><a class="reference internal" href="../../known_issues.html">Known Issues</a></li>
|
81
|
-
<li class="toctree-l1"><a class="reference internal" href="../../changelog.html">Changelog</a></li>
|
82
|
-
<li class="toctree-l1"><a class="reference internal" href="../../license.html">License</a></li>
|
83
|
-
</ul>
|
84
|
-
<ul>
|
85
|
-
<li class="toctree-l1"><a class="reference internal" href="../../internal.html">Internal developing notes</a></li>
|
86
|
-
</ul>
|
87
|
-
</ul>
|
88
|
-
</li>
|
89
|
-
|
90
|
-
<li class="dropdown">
|
91
|
-
<a role="button"
|
92
|
-
id="dLabelLocalToc"
|
93
|
-
data-toggle="dropdown"
|
94
|
-
data-target="#"
|
95
|
-
href="#">SubSections <b class="caret"></b></a>
|
96
|
-
<ul class="dropdown-menu localtoc"
|
97
|
-
role="menu"
|
98
|
-
aria-labelledby="dLabelLocalToc"><ul>
|
99
|
-
<li><a class="reference internal" href="#">How to install bake Eclipse integration</a></li>
|
100
|
-
</ul>
|
101
|
-
</ul>
|
102
|
-
</li>
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
<li>
|
109
|
-
<a href="eclipse.html" title="Previous Chapter: Eclipse"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« Eclipse</span>
|
110
|
-
</a>
|
111
|
-
</li>
|
112
|
-
<li>
|
113
|
-
<a href="how_to_use_bake_in_eclipse.html" title="Next Chapter: How to use bake in Eclipse"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">How to use ba... »</span>
|
114
|
-
</a>
|
115
|
-
</li>
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
</ul>
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
<form class="navbar-form navbar-right" action="../../search.html" method="get">
|
126
|
-
<div class="form-group">
|
127
|
-
<input type="text" name="q" class="form-control" placeholder="Search" />
|
128
|
-
</div>
|
129
|
-
<input type="hidden" name="check_keywords" value="yes" />
|
130
|
-
<input type="hidden" name="area" value="default" />
|
131
|
-
</form>
|
132
|
-
|
133
|
-
</div>
|
134
|
-
</div>
|
135
|
-
</div>
|
136
|
-
|
137
|
-
<div class="container">
|
138
|
-
<div class="row">
|
139
|
-
<div class="col-md-12">
|
140
|
-
|
141
|
-
<div class="section" id="how-to-install-bake-eclipse-integration">
|
142
|
-
<h1>How to install bake Eclipse integration<a class="headerlink" href="#how-to-install-bake-eclipse-integration" title="Permalink to this headline">¶</a></h1>
|
143
|
-
<p>The bake Eclipse integration plugin is available on a E.S.R.Labs update site. Please follow the steps below to install the plugin.</p>
|
144
|
-
<ol class="arabic">
|
145
|
-
<li><p class="first">Go to “Help” -> “Install New Software”</p>
|
146
|
-
<blockquote>
|
147
|
-
<div><a class="reference internal image-reference" href="../../_images/InstallNewSoftware.png"><img alt="../../_images/InstallNewSoftware.png" src="../../_images/InstallNewSoftware.png" style="width: 50.0%;" /></a>
|
148
|
-
</div></blockquote>
|
149
|
-
</li>
|
150
|
-
<li><p class="first">Setup the update site</p>
|
151
|
-
<blockquote>
|
152
|
-
<div><p><a class="reference external" href="http://www.esrlabs.com/eclipse-plugins/com.esrlabs.eclipse.bake.updatesite/">http://www.esrlabs.com/eclipse-plugins/com.esrlabs.eclipse.bake.updatesite/</a></p>
|
153
|
-
<a class="reference internal image-reference" href="../../_images/AddRepository.png"><img alt="../../_images/AddRepository.png" src="../../_images/AddRepository.png" style="width: 50.0%;" /></a>
|
154
|
-
</div></blockquote>
|
155
|
-
</li>
|
156
|
-
<li><p class="first">Select the bake Feature</p>
|
157
|
-
<blockquote>
|
158
|
-
<div><a class="reference internal image-reference" href="../../_images/AvailableSoftware.png"><img alt="../../_images/AvailableSoftware.png" src="../../_images/AvailableSoftware.png" style="width: 50.0%;" /></a>
|
159
|
-
</div></blockquote>
|
160
|
-
</li>
|
161
|
-
<li><p class="first">Accept the license after reading it</p>
|
162
|
-
<blockquote>
|
163
|
-
<div><a class="reference internal image-reference" href="../../_images/Licenses.png"><img alt="../../_images/Licenses.png" src="../../_images/Licenses.png" style="width: 50.0%;" /></a>
|
164
|
-
</div></blockquote>
|
165
|
-
</li>
|
166
|
-
<li><p class="first">Ignore the security warning - you can trust the software</p>
|
167
|
-
<blockquote>
|
168
|
-
<div><a class="reference internal image-reference" href="../../_images/TrustMe.png"><img alt="../../_images/TrustMe.png" src="../../_images/TrustMe.png" style="width: 50.0%;" /></a>
|
169
|
-
</div></blockquote>
|
170
|
-
</li>
|
171
|
-
<li><p class="first">After successfull installation, restart Eclipse</p>
|
172
|
-
<blockquote>
|
173
|
-
<div><a class="reference internal image-reference" href="../../_images/Restart.png"><img alt="../../_images/Restart.png" src="../../_images/Restart.png" style="width: 50.0%;" /></a>
|
174
|
-
</div></blockquote>
|
175
|
-
</li>
|
176
|
-
</ol>
|
177
|
-
</div>
|
178
|
-
|
179
|
-
|
180
|
-
</div>
|
181
|
-
|
182
|
-
</div>
|
183
|
-
</div>
|
184
|
-
<footer class="footer">
|
185
|
-
<div class="container">
|
186
|
-
<p class="pull-right">
|
187
|
-
<a href="#">Back to top</a>
|
188
|
-
|
189
|
-
</p>
|
190
|
-
<p>
|
191
|
-
© Copyright 2016, E.S.R.Labs AG.<br/>
|
192
|
-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
193
|
-
</p>
|
194
|
-
</div>
|
195
|
-
</footer>
|
196
|
-
</body>
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
5
|
+
<head>
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
|
+
|
8
|
+
<title>How to install bake Eclipse integration — bake documentation</title>
|
9
|
+
|
10
|
+
<link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
|
11
|
+
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
12
|
+
<link rel="stylesheet" href="../../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
|
13
|
+
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
|
14
|
+
|
15
|
+
<script type="text/javascript">
|
16
|
+
var DOCUMENTATION_OPTIONS = {
|
17
|
+
URL_ROOT: '../../',
|
18
|
+
VERSION: '',
|
19
|
+
COLLAPSE_INDEX: false,
|
20
|
+
FILE_SUFFIX: '.html',
|
21
|
+
HAS_SOURCE: true
|
22
|
+
};
|
23
|
+
</script>
|
24
|
+
<script type="text/javascript" src="../../_static/jquery.js"></script>
|
25
|
+
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
26
|
+
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
|
+
<script type="text/javascript" src="../../_static/js/jquery-1.11.0.min.js"></script>
|
28
|
+
<script type="text/javascript" src="../../_static/js/jquery-fix.js"></script>
|
29
|
+
<script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
|
+
<script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
|
31
|
+
<link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
|
32
|
+
<link rel="top" title="bake documentation" href="../../index.html" />
|
33
|
+
<link rel="up" title="Eclipse" href="eclipse.html" />
|
34
|
+
<link rel="next" title="How to use bake in Eclipse" href="how_to_use_bake_in_eclipse.html" />
|
35
|
+
<link rel="prev" title="Eclipse" href="eclipse.html" />
|
36
|
+
<meta charset='utf-8'>
|
37
|
+
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
38
|
+
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
39
|
+
<meta name="apple-mobile-web-app-capable" content="yes">
|
40
|
+
|
41
|
+
</head>
|
42
|
+
<body role="document">
|
43
|
+
|
44
|
+
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
|
45
|
+
<div class="container">
|
46
|
+
<div class="navbar-header">
|
47
|
+
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
|
48
|
+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
|
49
|
+
<span class="icon-bar"></span>
|
50
|
+
<span class="icon-bar"></span>
|
51
|
+
<span class="icon-bar"></span>
|
52
|
+
</button>
|
53
|
+
<a class="navbar-brand" href="../../index.html"><img src="../../_static/logo_tiny_48.png">
|
54
|
+
</a>
|
55
|
+
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
56
|
+
</div>
|
57
|
+
|
58
|
+
<div class="collapse navbar-collapse nav-collapse">
|
59
|
+
<ul class="nav navbar-nav">
|
60
|
+
|
61
|
+
|
62
|
+
<li class="dropdown globaltoc-container">
|
63
|
+
<a role="button"
|
64
|
+
id="dLabelGlobalToc"
|
65
|
+
data-toggle="dropdown"
|
66
|
+
data-target="#"
|
67
|
+
href="../../index.html">Section <b class="caret"></b></a>
|
68
|
+
<ul class="dropdown-menu globaltoc"
|
69
|
+
role="menu"
|
70
|
+
aria-labelledby="dLabelGlobalToc"><ul class="current">
|
71
|
+
<li class="toctree-l1"><a class="reference internal" href="../../why_bake/why_bake.html">Why you should use bake</a></li>
|
72
|
+
<li class="toctree-l1"><a class="reference internal" href="../../install/install_bake.html">Install bake</a></li>
|
73
|
+
<li class="toctree-l1"><a class="reference internal" href="../../quickstart/quickstart.html">Quickstart</a></li>
|
74
|
+
<li class="toctree-l1"><a class="reference internal" href="../../concepts/concepts.html">Concepts</a></li>
|
75
|
+
<li class="toctree-l1"><a class="reference internal" href="../../syntax/syntax.html">Syntax</a></li>
|
76
|
+
<li class="toctree-l1"><a class="reference internal" href="../../commandline/commandline.html">Commandline</a></li>
|
77
|
+
<li class="toctree-l1 current"><a class="reference internal" href="../ide_integrations.html">IDE Support</a></li>
|
78
|
+
<li class="toctree-l1"><a class="reference internal" href="../../tips_and_tricks/tips_and_tricks.html">Additional features</a></li>
|
79
|
+
<li class="toctree-l1"><a class="reference internal" href="../../performance/performance.html">Performance</a></li>
|
80
|
+
<li class="toctree-l1"><a class="reference internal" href="../../known_issues.html">Known Issues</a></li>
|
81
|
+
<li class="toctree-l1"><a class="reference internal" href="../../changelog.html">Changelog</a></li>
|
82
|
+
<li class="toctree-l1"><a class="reference internal" href="../../license.html">License</a></li>
|
83
|
+
</ul>
|
84
|
+
<ul>
|
85
|
+
<li class="toctree-l1"><a class="reference internal" href="../../internal.html">Internal developing notes</a></li>
|
86
|
+
</ul>
|
87
|
+
</ul>
|
88
|
+
</li>
|
89
|
+
|
90
|
+
<li class="dropdown">
|
91
|
+
<a role="button"
|
92
|
+
id="dLabelLocalToc"
|
93
|
+
data-toggle="dropdown"
|
94
|
+
data-target="#"
|
95
|
+
href="#">SubSections <b class="caret"></b></a>
|
96
|
+
<ul class="dropdown-menu localtoc"
|
97
|
+
role="menu"
|
98
|
+
aria-labelledby="dLabelLocalToc"><ul>
|
99
|
+
<li><a class="reference internal" href="#">How to install bake Eclipse integration</a></li>
|
100
|
+
</ul>
|
101
|
+
</ul>
|
102
|
+
</li>
|
103
|
+
|
104
|
+
|
105
|
+
|
106
|
+
|
107
|
+
|
108
|
+
<li>
|
109
|
+
<a href="eclipse.html" title="Previous Chapter: Eclipse"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« Eclipse</span>
|
110
|
+
</a>
|
111
|
+
</li>
|
112
|
+
<li>
|
113
|
+
<a href="how_to_use_bake_in_eclipse.html" title="Next Chapter: How to use bake in Eclipse"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">How to use ba... »</span>
|
114
|
+
</a>
|
115
|
+
</li>
|
116
|
+
|
117
|
+
|
118
|
+
|
119
|
+
|
120
|
+
|
121
|
+
</ul>
|
122
|
+
|
123
|
+
|
124
|
+
|
125
|
+
<form class="navbar-form navbar-right" action="../../search.html" method="get">
|
126
|
+
<div class="form-group">
|
127
|
+
<input type="text" name="q" class="form-control" placeholder="Search" />
|
128
|
+
</div>
|
129
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
130
|
+
<input type="hidden" name="area" value="default" />
|
131
|
+
</form>
|
132
|
+
|
133
|
+
</div>
|
134
|
+
</div>
|
135
|
+
</div>
|
136
|
+
|
137
|
+
<div class="container">
|
138
|
+
<div class="row">
|
139
|
+
<div class="col-md-12">
|
140
|
+
|
141
|
+
<div class="section" id="how-to-install-bake-eclipse-integration">
|
142
|
+
<h1>How to install bake Eclipse integration<a class="headerlink" href="#how-to-install-bake-eclipse-integration" title="Permalink to this headline">¶</a></h1>
|
143
|
+
<p>The bake Eclipse integration plugin is available on a E.S.R.Labs update site. Please follow the steps below to install the plugin.</p>
|
144
|
+
<ol class="arabic">
|
145
|
+
<li><p class="first">Go to “Help” -> “Install New Software”</p>
|
146
|
+
<blockquote>
|
147
|
+
<div><a class="reference internal image-reference" href="../../_images/InstallNewSoftware.png"><img alt="../../_images/InstallNewSoftware.png" src="../../_images/InstallNewSoftware.png" style="width: 50.0%;" /></a>
|
148
|
+
</div></blockquote>
|
149
|
+
</li>
|
150
|
+
<li><p class="first">Setup the update site</p>
|
151
|
+
<blockquote>
|
152
|
+
<div><p><a class="reference external" href="http://www.esrlabs.com/eclipse-plugins/com.esrlabs.eclipse.bake.updatesite/">http://www.esrlabs.com/eclipse-plugins/com.esrlabs.eclipse.bake.updatesite/</a></p>
|
153
|
+
<a class="reference internal image-reference" href="../../_images/AddRepository.png"><img alt="../../_images/AddRepository.png" src="../../_images/AddRepository.png" style="width: 50.0%;" /></a>
|
154
|
+
</div></blockquote>
|
155
|
+
</li>
|
156
|
+
<li><p class="first">Select the bake Feature</p>
|
157
|
+
<blockquote>
|
158
|
+
<div><a class="reference internal image-reference" href="../../_images/AvailableSoftware.png"><img alt="../../_images/AvailableSoftware.png" src="../../_images/AvailableSoftware.png" style="width: 50.0%;" /></a>
|
159
|
+
</div></blockquote>
|
160
|
+
</li>
|
161
|
+
<li><p class="first">Accept the license after reading it</p>
|
162
|
+
<blockquote>
|
163
|
+
<div><a class="reference internal image-reference" href="../../_images/Licenses.png"><img alt="../../_images/Licenses.png" src="../../_images/Licenses.png" style="width: 50.0%;" /></a>
|
164
|
+
</div></blockquote>
|
165
|
+
</li>
|
166
|
+
<li><p class="first">Ignore the security warning - you can trust the software</p>
|
167
|
+
<blockquote>
|
168
|
+
<div><a class="reference internal image-reference" href="../../_images/TrustMe.png"><img alt="../../_images/TrustMe.png" src="../../_images/TrustMe.png" style="width: 50.0%;" /></a>
|
169
|
+
</div></blockquote>
|
170
|
+
</li>
|
171
|
+
<li><p class="first">After successfull installation, restart Eclipse</p>
|
172
|
+
<blockquote>
|
173
|
+
<div><a class="reference internal image-reference" href="../../_images/Restart.png"><img alt="../../_images/Restart.png" src="../../_images/Restart.png" style="width: 50.0%;" /></a>
|
174
|
+
</div></blockquote>
|
175
|
+
</li>
|
176
|
+
</ol>
|
177
|
+
</div>
|
178
|
+
|
179
|
+
|
180
|
+
</div>
|
181
|
+
|
182
|
+
</div>
|
183
|
+
</div>
|
184
|
+
<footer class="footer">
|
185
|
+
<div class="container">
|
186
|
+
<p class="pull-right">
|
187
|
+
<a href="#">Back to top</a>
|
188
|
+
|
189
|
+
</p>
|
190
|
+
<p>
|
191
|
+
© Copyright 2016, E.S.R.Labs AG.<br/>
|
192
|
+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
193
|
+
</p>
|
194
|
+
</div>
|
195
|
+
</footer>
|
196
|
+
</body>
|
197
197
|
</html>
|
@@ -1,257 +1,257 @@
|
|
1
|
-
<!DOCTYPE html>
|
2
|
-
|
3
|
-
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml">
|
5
|
-
<head>
|
6
|
-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
|
-
|
8
|
-
<title>How to use bake in Eclipse — bake documentation</title>
|
9
|
-
|
10
|
-
<link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
|
11
|
-
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
12
|
-
<link rel="stylesheet" href="../../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
|
13
|
-
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
|
14
|
-
|
15
|
-
<script type="text/javascript">
|
16
|
-
var DOCUMENTATION_OPTIONS = {
|
17
|
-
URL_ROOT: '../../',
|
18
|
-
VERSION: '',
|
19
|
-
COLLAPSE_INDEX: false,
|
20
|
-
FILE_SUFFIX: '.html',
|
21
|
-
HAS_SOURCE: true
|
22
|
-
};
|
23
|
-
</script>
|
24
|
-
<script type="text/javascript" src="../../_static/jquery.js"></script>
|
25
|
-
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
26
|
-
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
|
-
<script type="text/javascript" src="../../_static/js/jquery-1.11.0.min.js"></script>
|
28
|
-
<script type="text/javascript" src="../../_static/js/jquery-fix.js"></script>
|
29
|
-
<script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
|
-
<script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
|
31
|
-
<link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
|
32
|
-
<link rel="top" title="bake documentation" href="../../index.html" />
|
33
|
-
<link rel="up" title="Eclipse" href="eclipse.html" />
|
34
|
-
<link rel="next" title="How to convert existing CDT workspaces" href="how_to_convert_existing_cdt_workspace.html" />
|
35
|
-
<link rel="prev" title="How to install bake Eclipse integration" href="how_to_install_eclipse_plugin.html" />
|
36
|
-
<meta charset='utf-8'>
|
37
|
-
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
38
|
-
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
39
|
-
<meta name="apple-mobile-web-app-capable" content="yes">
|
40
|
-
|
41
|
-
</head>
|
42
|
-
<body role="document">
|
43
|
-
|
44
|
-
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
|
45
|
-
<div class="container">
|
46
|
-
<div class="navbar-header">
|
47
|
-
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
|
48
|
-
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
|
49
|
-
<span class="icon-bar"></span>
|
50
|
-
<span class="icon-bar"></span>
|
51
|
-
<span class="icon-bar"></span>
|
52
|
-
</button>
|
53
|
-
<a class="navbar-brand" href="../../index.html"><img src="../../_static/
|
54
|
-
</a>
|
55
|
-
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
56
|
-
</div>
|
57
|
-
|
58
|
-
<div class="collapse navbar-collapse nav-collapse">
|
59
|
-
<ul class="nav navbar-nav">
|
60
|
-
|
61
|
-
|
62
|
-
<li class="dropdown globaltoc-container">
|
63
|
-
<a role="button"
|
64
|
-
id="dLabelGlobalToc"
|
65
|
-
data-toggle="dropdown"
|
66
|
-
data-target="#"
|
67
|
-
href="../../index.html">Section <b class="caret"></b></a>
|
68
|
-
<ul class="dropdown-menu globaltoc"
|
69
|
-
role="menu"
|
70
|
-
aria-labelledby="dLabelGlobalToc"><ul class="current">
|
71
|
-
<li class="toctree-l1"><a class="reference internal" href="../../why_bake/why_bake.html">Why you should use bake</a></li>
|
72
|
-
<li class="toctree-l1"><a class="reference internal" href="../../install/install_bake.html">Install bake</a></li>
|
73
|
-
<li class="toctree-l1"><a class="reference internal" href="../../quickstart/quickstart.html">Quickstart</a></li>
|
74
|
-
<li class="toctree-l1"><a class="reference internal" href="../../concepts/concepts.html">Concepts</a></li>
|
75
|
-
<li class="toctree-l1"><a class="reference internal" href="../../syntax/syntax.html">Syntax</a></li>
|
76
|
-
<li class="toctree-l1"><a class="reference internal" href="../../commandline/commandline.html">Commandline</a></li>
|
77
|
-
<li class="toctree-l1 current"><a class="reference internal" href="../ide_integrations.html">IDE Support</a></li>
|
78
|
-
<li class="toctree-l1"><a class="reference internal" href="../../tips_and_tricks/tips_and_tricks.html">Additional features</a></li>
|
79
|
-
<li class="toctree-l1"><a class="reference internal" href="../../performance/performance.html">Performance</a></li>
|
80
|
-
<li class="toctree-l1"><a class="reference internal" href="../../known_issues.html">Known Issues</a></li>
|
81
|
-
<li class="toctree-l1"><a class="reference internal" href="../../changelog.html">Changelog</a></li>
|
82
|
-
<li class="toctree-l1"><a class="reference internal" href="../../license.html">License</a></li>
|
83
|
-
</ul>
|
84
|
-
<ul>
|
85
|
-
<li class="toctree-l1"><a class="reference internal" href="../../internal.html">Internal developing notes</a></li>
|
86
|
-
</ul>
|
87
|
-
</ul>
|
88
|
-
</li>
|
89
|
-
|
90
|
-
<li class="dropdown">
|
91
|
-
<a role="button"
|
92
|
-
id="dLabelLocalToc"
|
93
|
-
data-toggle="dropdown"
|
94
|
-
data-target="#"
|
95
|
-
href="#">SubSections <b class="caret"></b></a>
|
96
|
-
<ul class="dropdown-menu localtoc"
|
97
|
-
role="menu"
|
98
|
-
aria-labelledby="dLabelLocalToc"><ul>
|
99
|
-
<li><a class="reference internal" href="#">How to use bake in Eclipse</a><ul>
|
100
|
-
<li><a class="reference internal" href="#choose-the-c-c-perspective">Choose the C/C++ perspective</a></li>
|
101
|
-
<li><a class="reference internal" href="#select-a-build-configuration-of-the-main-project">Select a build configuration of the main project</a></li>
|
102
|
-
<li><a class="reference internal" href="#adjust-includes-and-defines-for-cdt">Adjust includes and defines for CDT</a></li>
|
103
|
-
<li><a class="reference internal" href="#build-clean-projects-files">Build/Clean Projects/Files</a></li>
|
104
|
-
<li><a class="reference internal" href="#result">Result</a></li>
|
105
|
-
<li><a class="reference internal" href="#preferences">Preferences</a></li>
|
106
|
-
</ul>
|
107
|
-
</li>
|
108
|
-
</ul>
|
109
|
-
</ul>
|
110
|
-
</li>
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
<li>
|
117
|
-
<a href="how_to_install_eclipse_plugin.html" title="Previous Chapter: How to install bake Eclipse integration"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« How to instal...</span>
|
118
|
-
</a>
|
119
|
-
</li>
|
120
|
-
<li>
|
121
|
-
<a href="how_to_convert_existing_cdt_workspace.html" title="Next Chapter: How to convert existing CDT workspaces"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">How to conver... »</span>
|
122
|
-
</a>
|
123
|
-
</li>
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
</ul>
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
<form class="navbar-form navbar-right" action="../../search.html" method="get">
|
134
|
-
<div class="form-group">
|
135
|
-
<input type="text" name="q" class="form-control" placeholder="Search" />
|
136
|
-
</div>
|
137
|
-
<input type="hidden" name="check_keywords" value="yes" />
|
138
|
-
<input type="hidden" name="area" value="default" />
|
139
|
-
</form>
|
140
|
-
|
141
|
-
</div>
|
142
|
-
</div>
|
143
|
-
</div>
|
144
|
-
|
145
|
-
<div class="container">
|
146
|
-
<div class="row">
|
147
|
-
<div class="col-md-12">
|
148
|
-
|
149
|
-
<div class="section" id="how-to-use-bake-in-eclipse">
|
150
|
-
<h1>How to use bake in Eclipse<a class="headerlink" href="#how-to-use-bake-in-eclipse" title="Permalink to this headline">¶</a></h1>
|
151
|
-
<div class="section" id="choose-the-c-c-perspective">
|
152
|
-
<h2>Choose the C/C++ perspective<a class="headerlink" href="#choose-the-c-c-perspective" title="Permalink to this headline">¶</a></h2>
|
153
|
-
<p>The menu items described on this page only appear in the C/C++ perspective.</p>
|
154
|
-
</div>
|
155
|
-
<div class="section" id="select-a-build-configuration-of-the-main-project">
|
156
|
-
<h2>Select a build configuration of the main project<a class="headerlink" href="#select-a-build-configuration-of-the-main-project" title="Permalink to this headline">¶</a></h2>
|
157
|
-
<ol class="arabic">
|
158
|
-
<li><p class="first">Right click on the main project and select a bake build configuration.</p>
|
159
|
-
<blockquote>
|
160
|
-
<div><a class="reference internal image-reference" href="../../_images/FirstSelect.png"><img alt="../../_images/FirstSelect.png" src="../../_images/FirstSelect.png" style="width: 50.0%;" /></a>
|
161
|
-
<div class="admonition note">
|
162
|
-
<p class="first admonition-title">Note</p>
|
163
|
-
<ul class="last simple">
|
164
|
-
<li>That only configurations with a DefaultToolchain will be displayed.</li>
|
165
|
-
</ul>
|
166
|
-
</div>
|
167
|
-
</div></blockquote>
|
168
|
-
</li>
|
169
|
-
<li><p class="first">If no Project.meta or configuration with a DefaultToolchain exist, an error item will be displayed like this</p>
|
170
|
-
<blockquote>
|
171
|
-
<div><a class="reference internal image-reference" href="../../_images/WrongSelect.png"><img alt="../../_images/WrongSelect.png" src="../../_images/WrongSelect.png" style="width: 50.0%;" /></a>
|
172
|
-
</div></blockquote>
|
173
|
-
</li>
|
174
|
-
<li><p class="first">The chosen config is marked with a filled circle before the config name.You can also see it directly in the project explorer</p>
|
175
|
-
<blockquote>
|
176
|
-
<div><a class="reference internal image-reference" href="../../_images/SecondSelect.png"><img alt="../../_images/SecondSelect.png" src="../../_images/SecondSelect.png" style="width: 50.0%;" /></a>
|
177
|
-
<div class="admonition note">
|
178
|
-
<p class="first admonition-title">Note</p>
|
179
|
-
<ul class="last simple">
|
180
|
-
<li>This label decoration can be switched off and on via Window->Preferences->General->Appearance->Label Decoration</li>
|
181
|
-
</ul>
|
182
|
-
</div>
|
183
|
-
</div></blockquote>
|
184
|
-
</li>
|
185
|
-
</ol>
|
186
|
-
</div>
|
187
|
-
<div class="section" id="adjust-includes-and-defines-for-cdt">
|
188
|
-
<h2>Adjust includes and defines for CDT<a class="headerlink" href="#adjust-includes-and-defines-for-cdt" title="Permalink to this headline">¶</a></h2>
|
189
|
-
<p>s you might have already seen, a new menu item for the main project is enabled now: Adjust includes and defines for CDT.
|
190
|
-
All CDT features work out-of-the-box except those about the <cite>#include</cite> and <cite>#define</cite> statements e.g. auto-completion of includes.
|
191
|
-
To import the includes and defines into the CDT .cproject files, simply click on this menu item.</p>
|
192
|
-
<p>Compiler internal includes and defines must be specified in InternalInclude and InternalDefine files.
|
193
|
-
See “Syntax” help page how to set the name of these files. Note, that the variables CPPPath, CPath, ASMPath,
|
194
|
-
ArchiverPath and LinkerPath can be used in these files.</p>
|
195
|
-
<p>Adjusting can take between a few seconds and a minute depending on the size of the workspace and the number of
|
196
|
-
project settings which have to be written.</p>
|
197
|
-
</div>
|
198
|
-
<div class="section" id="build-clean-projects-files">
|
199
|
-
<h2>Build/Clean Projects/Files<a class="headerlink" href="#build-clean-projects-files" title="Permalink to this headline">¶</a></h2>
|
200
|
-
<p>Now you can build or clean a project by clicking on the appropriate menu items.</p>
|
201
|
-
<table border="1" class="docutils">
|
202
|
-
<colgroup>
|
203
|
-
<col width="51%" />
|
204
|
-
<col width="49%" />
|
205
|
-
</colgroup>
|
206
|
-
<thead valign="bottom">
|
207
|
-
<tr class="row-odd"><th class="head">Project</th>
|
208
|
-
<th class="head">File</th>
|
209
|
-
</tr>
|
210
|
-
</thead>
|
211
|
-
<tbody valign="top">
|
212
|
-
<tr class="row-even"><td><img alt="../../_images/buildMain.png" class="first last" src="../../_images/buildMain.png" />
|
213
|
-
</td>
|
214
|
-
<td><img alt="../../_images/buildFile.png" class="first last" src="../../_images/buildFile.png" />
|
215
|
-
</td>
|
216
|
-
</tr>
|
217
|
-
</tbody>
|
218
|
-
</table>
|
219
|
-
<div class="admonition note">
|
220
|
-
<p class="first admonition-title">Note</p>
|
221
|
-
<ul class="last simple">
|
222
|
-
<li>Build File always rebuilds the file</li>
|
223
|
-
</ul>
|
224
|
-
</div>
|
225
|
-
</div>
|
226
|
-
<div class="section" id="result">
|
227
|
-
<h2>Result<a class="headerlink" href="#result" title="Permalink to this headline">¶</a></h2>
|
228
|
-
<p>The result of the build will be shown in the Console and Problems View as usual</p>
|
229
|
-
<a class="reference internal image-reference" href="../../_images/console.png"><img alt="../../_images/console.png" src="../../_images/console.png" style="width: 50.0%;" /></a>
|
230
|
-
<a class="reference internal image-reference" href="../../_images/problem.png"><img alt="../../_images/problem.png" src="../../_images/problem.png" style="width: 50.0%;" /></a>
|
231
|
-
</div>
|
232
|
-
<div class="section" id="preferences">
|
233
|
-
<h2>Preferences<a class="headerlink" href="#preferences" title="Permalink to this headline">¶</a></h2>
|
234
|
-
<p>Via <cite>Window->Preferences->bake</cite> some settings can be changed and the bake command line can be extended</p>
|
235
|
-
<a class="reference internal image-reference" href="../../_images/pref.png"><img alt="../../_images/pref.png" src="../../_images/pref.png" style="width: 50.0%;" /></a>
|
236
|
-
</div>
|
237
|
-
</div>
|
238
|
-
|
239
|
-
|
240
|
-
</div>
|
241
|
-
|
242
|
-
</div>
|
243
|
-
</div>
|
244
|
-
<footer class="footer">
|
245
|
-
<div class="container">
|
246
|
-
<p class="pull-right">
|
247
|
-
<a href="#">Back to top</a>
|
248
|
-
|
249
|
-
</p>
|
250
|
-
<p>
|
251
|
-
© Copyright 2016, E.S.R.Labs AG.<br/>
|
252
|
-
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
253
|
-
</p>
|
254
|
-
</div>
|
255
|
-
</footer>
|
256
|
-
</body>
|
1
|
+
<!DOCTYPE html>
|
2
|
+
|
3
|
+
|
4
|
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
5
|
+
<head>
|
6
|
+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
7
|
+
|
8
|
+
<title>How to use bake in Eclipse — bake documentation</title>
|
9
|
+
|
10
|
+
<link rel="stylesheet" href="../../_static/basic.css" type="text/css" />
|
11
|
+
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
|
12
|
+
<link rel="stylesheet" href="../../_static/bootswatch-3.3.4/sandstone/bootstrap.min.css" type="text/css" />
|
13
|
+
<link rel="stylesheet" href="../../_static/bootstrap-sphinx.css" type="text/css" />
|
14
|
+
|
15
|
+
<script type="text/javascript">
|
16
|
+
var DOCUMENTATION_OPTIONS = {
|
17
|
+
URL_ROOT: '../../',
|
18
|
+
VERSION: '',
|
19
|
+
COLLAPSE_INDEX: false,
|
20
|
+
FILE_SUFFIX: '.html',
|
21
|
+
HAS_SOURCE: true
|
22
|
+
};
|
23
|
+
</script>
|
24
|
+
<script type="text/javascript" src="../../_static/jquery.js"></script>
|
25
|
+
<script type="text/javascript" src="../../_static/underscore.js"></script>
|
26
|
+
<script type="text/javascript" src="../../_static/doctools.js"></script>
|
27
|
+
<script type="text/javascript" src="../../_static/js/jquery-1.11.0.min.js"></script>
|
28
|
+
<script type="text/javascript" src="../../_static/js/jquery-fix.js"></script>
|
29
|
+
<script type="text/javascript" src="../../_static/bootstrap-3.3.4/js/bootstrap.min.js"></script>
|
30
|
+
<script type="text/javascript" src="../../_static/bootstrap-sphinx.js"></script>
|
31
|
+
<link rel="shortcut icon" href="../../_static/logo_tiny_32.ico"/>
|
32
|
+
<link rel="top" title="bake documentation" href="../../index.html" />
|
33
|
+
<link rel="up" title="Eclipse" href="eclipse.html" />
|
34
|
+
<link rel="next" title="How to convert existing CDT workspaces" href="how_to_convert_existing_cdt_workspace.html" />
|
35
|
+
<link rel="prev" title="How to install bake Eclipse integration" href="how_to_install_eclipse_plugin.html" />
|
36
|
+
<meta charset='utf-8'>
|
37
|
+
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
|
38
|
+
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
|
39
|
+
<meta name="apple-mobile-web-app-capable" content="yes">
|
40
|
+
|
41
|
+
</head>
|
42
|
+
<body role="document">
|
43
|
+
|
44
|
+
<div id="navbar" class="navbar navbar-default navbar-fixed-top">
|
45
|
+
<div class="container">
|
46
|
+
<div class="navbar-header">
|
47
|
+
<!-- .btn-navbar is used as the toggle for collapsed navbar content -->
|
48
|
+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
|
49
|
+
<span class="icon-bar"></span>
|
50
|
+
<span class="icon-bar"></span>
|
51
|
+
<span class="icon-bar"></span>
|
52
|
+
</button>
|
53
|
+
<a class="navbar-brand" href="../../index.html"><img src="../../_static/logo_tiny_48.png">
|
54
|
+
</a>
|
55
|
+
<span class="navbar-text navbar-version pull-left"><b></b></span>
|
56
|
+
</div>
|
57
|
+
|
58
|
+
<div class="collapse navbar-collapse nav-collapse">
|
59
|
+
<ul class="nav navbar-nav">
|
60
|
+
|
61
|
+
|
62
|
+
<li class="dropdown globaltoc-container">
|
63
|
+
<a role="button"
|
64
|
+
id="dLabelGlobalToc"
|
65
|
+
data-toggle="dropdown"
|
66
|
+
data-target="#"
|
67
|
+
href="../../index.html">Section <b class="caret"></b></a>
|
68
|
+
<ul class="dropdown-menu globaltoc"
|
69
|
+
role="menu"
|
70
|
+
aria-labelledby="dLabelGlobalToc"><ul class="current">
|
71
|
+
<li class="toctree-l1"><a class="reference internal" href="../../why_bake/why_bake.html">Why you should use bake</a></li>
|
72
|
+
<li class="toctree-l1"><a class="reference internal" href="../../install/install_bake.html">Install bake</a></li>
|
73
|
+
<li class="toctree-l1"><a class="reference internal" href="../../quickstart/quickstart.html">Quickstart</a></li>
|
74
|
+
<li class="toctree-l1"><a class="reference internal" href="../../concepts/concepts.html">Concepts</a></li>
|
75
|
+
<li class="toctree-l1"><a class="reference internal" href="../../syntax/syntax.html">Syntax</a></li>
|
76
|
+
<li class="toctree-l1"><a class="reference internal" href="../../commandline/commandline.html">Commandline</a></li>
|
77
|
+
<li class="toctree-l1 current"><a class="reference internal" href="../ide_integrations.html">IDE Support</a></li>
|
78
|
+
<li class="toctree-l1"><a class="reference internal" href="../../tips_and_tricks/tips_and_tricks.html">Additional features</a></li>
|
79
|
+
<li class="toctree-l1"><a class="reference internal" href="../../performance/performance.html">Performance</a></li>
|
80
|
+
<li class="toctree-l1"><a class="reference internal" href="../../known_issues.html">Known Issues</a></li>
|
81
|
+
<li class="toctree-l1"><a class="reference internal" href="../../changelog.html">Changelog</a></li>
|
82
|
+
<li class="toctree-l1"><a class="reference internal" href="../../license.html">License</a></li>
|
83
|
+
</ul>
|
84
|
+
<ul>
|
85
|
+
<li class="toctree-l1"><a class="reference internal" href="../../internal.html">Internal developing notes</a></li>
|
86
|
+
</ul>
|
87
|
+
</ul>
|
88
|
+
</li>
|
89
|
+
|
90
|
+
<li class="dropdown">
|
91
|
+
<a role="button"
|
92
|
+
id="dLabelLocalToc"
|
93
|
+
data-toggle="dropdown"
|
94
|
+
data-target="#"
|
95
|
+
href="#">SubSections <b class="caret"></b></a>
|
96
|
+
<ul class="dropdown-menu localtoc"
|
97
|
+
role="menu"
|
98
|
+
aria-labelledby="dLabelLocalToc"><ul>
|
99
|
+
<li><a class="reference internal" href="#">How to use bake in Eclipse</a><ul>
|
100
|
+
<li><a class="reference internal" href="#choose-the-c-c-perspective">Choose the C/C++ perspective</a></li>
|
101
|
+
<li><a class="reference internal" href="#select-a-build-configuration-of-the-main-project">Select a build configuration of the main project</a></li>
|
102
|
+
<li><a class="reference internal" href="#adjust-includes-and-defines-for-cdt">Adjust includes and defines for CDT</a></li>
|
103
|
+
<li><a class="reference internal" href="#build-clean-projects-files">Build/Clean Projects/Files</a></li>
|
104
|
+
<li><a class="reference internal" href="#result">Result</a></li>
|
105
|
+
<li><a class="reference internal" href="#preferences">Preferences</a></li>
|
106
|
+
</ul>
|
107
|
+
</li>
|
108
|
+
</ul>
|
109
|
+
</ul>
|
110
|
+
</li>
|
111
|
+
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
116
|
+
<li>
|
117
|
+
<a href="how_to_install_eclipse_plugin.html" title="Previous Chapter: How to install bake Eclipse integration"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm hidden-tablet">« How to instal...</span>
|
118
|
+
</a>
|
119
|
+
</li>
|
120
|
+
<li>
|
121
|
+
<a href="how_to_convert_existing_cdt_workspace.html" title="Next Chapter: How to convert existing CDT workspaces"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm hidden-tablet">How to conver... »</span>
|
122
|
+
</a>
|
123
|
+
</li>
|
124
|
+
|
125
|
+
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
</ul>
|
130
|
+
|
131
|
+
|
132
|
+
|
133
|
+
<form class="navbar-form navbar-right" action="../../search.html" method="get">
|
134
|
+
<div class="form-group">
|
135
|
+
<input type="text" name="q" class="form-control" placeholder="Search" />
|
136
|
+
</div>
|
137
|
+
<input type="hidden" name="check_keywords" value="yes" />
|
138
|
+
<input type="hidden" name="area" value="default" />
|
139
|
+
</form>
|
140
|
+
|
141
|
+
</div>
|
142
|
+
</div>
|
143
|
+
</div>
|
144
|
+
|
145
|
+
<div class="container">
|
146
|
+
<div class="row">
|
147
|
+
<div class="col-md-12">
|
148
|
+
|
149
|
+
<div class="section" id="how-to-use-bake-in-eclipse">
|
150
|
+
<h1>How to use bake in Eclipse<a class="headerlink" href="#how-to-use-bake-in-eclipse" title="Permalink to this headline">¶</a></h1>
|
151
|
+
<div class="section" id="choose-the-c-c-perspective">
|
152
|
+
<h2>Choose the C/C++ perspective<a class="headerlink" href="#choose-the-c-c-perspective" title="Permalink to this headline">¶</a></h2>
|
153
|
+
<p>The menu items described on this page only appear in the C/C++ perspective.</p>
|
154
|
+
</div>
|
155
|
+
<div class="section" id="select-a-build-configuration-of-the-main-project">
|
156
|
+
<h2>Select a build configuration of the main project<a class="headerlink" href="#select-a-build-configuration-of-the-main-project" title="Permalink to this headline">¶</a></h2>
|
157
|
+
<ol class="arabic">
|
158
|
+
<li><p class="first">Right click on the main project and select a bake build configuration.</p>
|
159
|
+
<blockquote>
|
160
|
+
<div><a class="reference internal image-reference" href="../../_images/FirstSelect.png"><img alt="../../_images/FirstSelect.png" src="../../_images/FirstSelect.png" style="width: 50.0%;" /></a>
|
161
|
+
<div class="admonition note">
|
162
|
+
<p class="first admonition-title">Note</p>
|
163
|
+
<ul class="last simple">
|
164
|
+
<li>That only configurations with a DefaultToolchain will be displayed.</li>
|
165
|
+
</ul>
|
166
|
+
</div>
|
167
|
+
</div></blockquote>
|
168
|
+
</li>
|
169
|
+
<li><p class="first">If no Project.meta or configuration with a DefaultToolchain exist, an error item will be displayed like this</p>
|
170
|
+
<blockquote>
|
171
|
+
<div><a class="reference internal image-reference" href="../../_images/WrongSelect.png"><img alt="../../_images/WrongSelect.png" src="../../_images/WrongSelect.png" style="width: 50.0%;" /></a>
|
172
|
+
</div></blockquote>
|
173
|
+
</li>
|
174
|
+
<li><p class="first">The chosen config is marked with a filled circle before the config name.You can also see it directly in the project explorer</p>
|
175
|
+
<blockquote>
|
176
|
+
<div><a class="reference internal image-reference" href="../../_images/SecondSelect.png"><img alt="../../_images/SecondSelect.png" src="../../_images/SecondSelect.png" style="width: 50.0%;" /></a>
|
177
|
+
<div class="admonition note">
|
178
|
+
<p class="first admonition-title">Note</p>
|
179
|
+
<ul class="last simple">
|
180
|
+
<li>This label decoration can be switched off and on via Window->Preferences->General->Appearance->Label Decoration</li>
|
181
|
+
</ul>
|
182
|
+
</div>
|
183
|
+
</div></blockquote>
|
184
|
+
</li>
|
185
|
+
</ol>
|
186
|
+
</div>
|
187
|
+
<div class="section" id="adjust-includes-and-defines-for-cdt">
|
188
|
+
<h2>Adjust includes and defines for CDT<a class="headerlink" href="#adjust-includes-and-defines-for-cdt" title="Permalink to this headline">¶</a></h2>
|
189
|
+
<p>s you might have already seen, a new menu item for the main project is enabled now: Adjust includes and defines for CDT.
|
190
|
+
All CDT features work out-of-the-box except those about the <cite>#include</cite> and <cite>#define</cite> statements e.g. auto-completion of includes.
|
191
|
+
To import the includes and defines into the CDT .cproject files, simply click on this menu item.</p>
|
192
|
+
<p>Compiler internal includes and defines must be specified in InternalInclude and InternalDefine files.
|
193
|
+
See “Syntax” help page how to set the name of these files. Note, that the variables CPPPath, CPath, ASMPath,
|
194
|
+
ArchiverPath and LinkerPath can be used in these files.</p>
|
195
|
+
<p>Adjusting can take between a few seconds and a minute depending on the size of the workspace and the number of
|
196
|
+
project settings which have to be written.</p>
|
197
|
+
</div>
|
198
|
+
<div class="section" id="build-clean-projects-files">
|
199
|
+
<h2>Build/Clean Projects/Files<a class="headerlink" href="#build-clean-projects-files" title="Permalink to this headline">¶</a></h2>
|
200
|
+
<p>Now you can build or clean a project by clicking on the appropriate menu items.</p>
|
201
|
+
<table border="1" class="docutils">
|
202
|
+
<colgroup>
|
203
|
+
<col width="51%" />
|
204
|
+
<col width="49%" />
|
205
|
+
</colgroup>
|
206
|
+
<thead valign="bottom">
|
207
|
+
<tr class="row-odd"><th class="head">Project</th>
|
208
|
+
<th class="head">File</th>
|
209
|
+
</tr>
|
210
|
+
</thead>
|
211
|
+
<tbody valign="top">
|
212
|
+
<tr class="row-even"><td><img alt="../../_images/buildMain.png" class="first last" src="../../_images/buildMain.png" />
|
213
|
+
</td>
|
214
|
+
<td><img alt="../../_images/buildFile.png" class="first last" src="../../_images/buildFile.png" />
|
215
|
+
</td>
|
216
|
+
</tr>
|
217
|
+
</tbody>
|
218
|
+
</table>
|
219
|
+
<div class="admonition note">
|
220
|
+
<p class="first admonition-title">Note</p>
|
221
|
+
<ul class="last simple">
|
222
|
+
<li>Build File always rebuilds the file</li>
|
223
|
+
</ul>
|
224
|
+
</div>
|
225
|
+
</div>
|
226
|
+
<div class="section" id="result">
|
227
|
+
<h2>Result<a class="headerlink" href="#result" title="Permalink to this headline">¶</a></h2>
|
228
|
+
<p>The result of the build will be shown in the Console and Problems View as usual</p>
|
229
|
+
<a class="reference internal image-reference" href="../../_images/console.png"><img alt="../../_images/console.png" src="../../_images/console.png" style="width: 50.0%;" /></a>
|
230
|
+
<a class="reference internal image-reference" href="../../_images/problem.png"><img alt="../../_images/problem.png" src="../../_images/problem.png" style="width: 50.0%;" /></a>
|
231
|
+
</div>
|
232
|
+
<div class="section" id="preferences">
|
233
|
+
<h2>Preferences<a class="headerlink" href="#preferences" title="Permalink to this headline">¶</a></h2>
|
234
|
+
<p>Via <cite>Window->Preferences->bake</cite> some settings can be changed and the bake command line can be extended</p>
|
235
|
+
<a class="reference internal image-reference" href="../../_images/pref.png"><img alt="../../_images/pref.png" src="../../_images/pref.png" style="width: 50.0%;" /></a>
|
236
|
+
</div>
|
237
|
+
</div>
|
238
|
+
|
239
|
+
|
240
|
+
</div>
|
241
|
+
|
242
|
+
</div>
|
243
|
+
</div>
|
244
|
+
<footer class="footer">
|
245
|
+
<div class="container">
|
246
|
+
<p class="pull-right">
|
247
|
+
<a href="#">Back to top</a>
|
248
|
+
|
249
|
+
</p>
|
250
|
+
<p>
|
251
|
+
© Copyright 2016, E.S.R.Labs AG.<br/>
|
252
|
+
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.<br/>
|
253
|
+
</p>
|
254
|
+
</div>
|
255
|
+
</footer>
|
256
|
+
</body>
|
257
257
|
</html>
|