Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 548c79f6826bb48a1c3b43c4dfca9fcd062fac5a (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
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Build and run the model</title>
<link href="book.css" rel="stylesheet" type="text/css">
<meta content="DocBook XSL Stylesheets V1.75.1" name="generator">
<link rel="home" href="index.html" title="eTrice User Guide">
<link rel="up" href="TutorialHelloWorldforC.html" title="Tutorial HelloWorld for C">
<link rel="prev" href="Setuptheincludepath.html" title="Setup the include path">
<link rel="next" href="Summary4.html" title="Summary">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Build and run the model</h1>
<div class="section" title="Build and run the model">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both">
<a name="Buildandrunthemodel2"></a>Build and run the model</h2>
</div>
</div>
</div>
<p>Now you can build the application. Click the build button to build the application.
				Run the application as 
				<span class="emphasis"><em>Local C/C++ Application</em></span>.
				Verify the output.
			</p>
<p>
				
</p>
<div class="mediaobject">
<img src="images/034-HelloWorldC16.png"></div>
<p>
			
</p>
</div>
</body>
</html>

Back to the top