Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.doc/help/Createanewmodelfromscratch5.html')
-rw-r--r--plugins/org.eclipse.etrice.doc/help/Createanewmodelfromscratch5.html64
1 files changed, 0 insertions, 64 deletions
diff --git a/plugins/org.eclipse.etrice.doc/help/Createanewmodelfromscratch5.html b/plugins/org.eclipse.etrice.doc/help/Createanewmodelfromscratch5.html
deleted file mode 100644
index 461c49d36..000000000
--- a/plugins/org.eclipse.etrice.doc/help/Createanewmodelfromscratch5.html
+++ /dev/null
@@ -1,64 +0,0 @@
-<html>
-<head>
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<title>Create a new model from scratch</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="TutorialRemoveCCommentC.html" title="Tutorial Remove C-Comment ( C )">
-<link rel="prev" href="TutorialRemoveCCommentC.html" title="Tutorial Remove C-Comment ( C )">
-<link rel="next" href="Createyourowndatatype.html" title="Create your own data type">
-</head>
-<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<h1 xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">Create a new model from scratch</h1>
-<div class="section" title="Create a new model from scratch">
-<div class="titlepage">
-<div>
-<div>
-<h2 class="title" style="clear: both">
-<a name="Createanewmodelfromscratch5"></a>Create a new model from scratch</h2>
-</div>
-</div>
-</div>
-<p>Remember the following steps from the previous tutorials:
- - select the
- <span class="emphasis"><em>C/C++</em></span> perspective
- - From the main menue select
- <span class="emphasis"><em>File-&gt;New-&gt;C Project</em></span>
- - Name the project
- <span class="emphasis"><em>RemoveComment</em></span>
- - Project type is
- <span class="emphasis"><em>Executable / Empty C Project</em></span>
- - Toolchain is
- <span class="emphasis"><em>MinGW</em></span>
- - Add the folder
- <span class="emphasis"><em>model</em></span>
- - Add the model file and name it
- <span class="emphasis"><em>RemoveComment.room</em></span>
- - Add the Xtext nature.
- </p>
-<p>The workspace should look like this:</p>
-<p>
-
-</p>
-<div class="mediaobject">
-<img src="images/036-RemoveCommentC01.png"></div>
-<p>
-
-</p>
-<p>Create a launch configuration for the C generator and add the include path and library as described in
- <span class="emphasis"><em>HelloWorldC</em></span>.
- </p>
-<p>The workspace should look like this:</p>
-<p>
-
-</p>
-<div class="mediaobject">
-<img src="images/036-RemoveCommentC02.png"></div>
-<p>
-
-</p>
-<p>Now the model is created and all settings for the code generator, compiler and linker are done.</p>
-</div>
-</body>
-</html>

Back to the top