]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - doc/html/user-guide/repository-app-build-tree.html
RedBoot TX53 Release 2012-02-15
[karo-tx-redboot.git] / doc / html / user-guide / repository-app-build-tree.html
1 <!-- Copyright (C) 2003 Red Hat, Inc.                                -->
2 <!-- This material may be distributed only subject to the terms      -->
3 <!-- and conditions set forth in the Open Publication License, v1.0  -->
4 <!-- or later (the latest version is presently available at          -->
5 <!-- http://www.opencontent.org/openpub/).                           -->
6 <!-- Distribution of the work or derivative of the work in any       -->
7 <!-- standard (paper) book form is prohibited unless prior           -->
8 <!-- permission is obtained from the copyright holder.               -->
9 <HTML
10 ><HEAD
11 ><TITLE
12 >Application Build Tree</TITLE
13 ><meta name="MSSmartTagsPreventParsing" content="TRUE">
14 <META
15 NAME="GENERATOR"
16 CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
17 "><LINK
18 REL="HOME"
19 TITLE="eCos User Guide"
20 HREF="ecos-user-guide.html"><LINK
21 REL="UP"
22 TITLE="The Component Repository and Working Directories"
23 HREF="component-repo-and-working-dirs.html"><LINK
24 REL="PREVIOUS"
25 TITLE="Install Tree"
26 HREF="install-tree.html"><LINK
27 REL="NEXT"
28 TITLE="Compiler and Linker Options"
29 HREF="compiler-and-linker-options.html"></HEAD
30 ><BODY
31 CLASS="SECT1"
32 BGCOLOR="#FFFFFF"
33 TEXT="#000000"
34 LINK="#0000FF"
35 VLINK="#840084"
36 ALINK="#0000FF"
37 ><DIV
38 CLASS="NAVHEADER"
39 ><TABLE
40 SUMMARY="Header navigation table"
41 WIDTH="100%"
42 BORDER="0"
43 CELLPADDING="0"
44 CELLSPACING="0"
45 ><TR
46 ><TH
47 COLSPAN="3"
48 ALIGN="center"
49 >eCos User Guide</TH
50 ></TR
51 ><TR
52 ><TD
53 WIDTH="10%"
54 ALIGN="left"
55 VALIGN="bottom"
56 ><A
57 HREF="install-tree.html"
58 ACCESSKEY="P"
59 >Prev</A
60 ></TD
61 ><TD
62 WIDTH="80%"
63 ALIGN="center"
64 VALIGN="bottom"
65 >Chapter 25. The Component Repository and Working Directories</TD
66 ><TD
67 WIDTH="10%"
68 ALIGN="right"
69 VALIGN="bottom"
70 ><A
71 HREF="compiler-and-linker-options.html"
72 ACCESSKEY="N"
73 >Next</A
74 ></TD
75 ></TR
76 ></TABLE
77 ><HR
78 ALIGN="LEFT"
79 WIDTH="100%"></DIV
80 ><DIV
81 CLASS="SECT1"
82 ><H1
83 CLASS="SECT1"
84 ><A
85 NAME="REPOSITORY-APP-BUILD-TREE">Application Build Tree</H1
86 ><P
87 >This tree is not part of <SPAN
88 CLASS="PRODUCTNAME"
89 >eCos</SPAN
90 > itself: it is the
91           directory in which <SPAN
92 CLASS="PRODUCTNAME"
93 >eCos</SPAN
94 > end users write their own
95           applications.</P
96 ><P
97 >Example applications and their
98           <TT
99 CLASS="FILENAME"
100 >Makefile</TT
101 > are located in the component
102           repository, in the directory
103           <TT
104 CLASS="FILENAME"
105 >BASE_DIR</TT
106 ><TT
107 CLASS="FILENAME"
108 >/examples</TT
109 >. 
110           
111         </P
112 ><P
113 >There is no imposed format on this directory, but there
114           are certain compiler and linker flags that must be used to
115           compile an <SPAN
116 CLASS="PRODUCTNAME"
117 >eCos</SPAN
118 > application. The basic set of flags is shown
119           in the example <TT
120 CLASS="FILENAME"
121 >Makefile</TT
122 >, and additional
123           details can be found in <A
124 HREF="compiler-and-linker-options.html"
125 >Chapter 26</A
126 >. </P
127 ></DIV
128 ><DIV
129 CLASS="NAVFOOTER"
130 ><HR
131 ALIGN="LEFT"
132 WIDTH="100%"><TABLE
133 SUMMARY="Footer navigation table"
134 WIDTH="100%"
135 BORDER="0"
136 CELLPADDING="0"
137 CELLSPACING="0"
138 ><TR
139 ><TD
140 WIDTH="33%"
141 ALIGN="left"
142 VALIGN="top"
143 ><A
144 HREF="install-tree.html"
145 ACCESSKEY="P"
146 >Prev</A
147 ></TD
148 ><TD
149 WIDTH="34%"
150 ALIGN="center"
151 VALIGN="top"
152 ><A
153 HREF="ecos-user-guide.html"
154 ACCESSKEY="H"
155 >Home</A
156 ></TD
157 ><TD
158 WIDTH="33%"
159 ALIGN="right"
160 VALIGN="top"
161 ><A
162 HREF="compiler-and-linker-options.html"
163 ACCESSKEY="N"
164 >Next</A
165 ></TD
166 ></TR
167 ><TR
168 ><TD
169 WIDTH="33%"
170 ALIGN="left"
171 VALIGN="top"
172 >Install Tree</TD
173 ><TD
174 WIDTH="34%"
175 ALIGN="center"
176 VALIGN="top"
177 ><A
178 HREF="component-repo-and-working-dirs.html"
179 ACCESSKEY="U"
180 >Up</A
181 ></TD
182 ><TD
183 WIDTH="33%"
184 ALIGN="right"
185 VALIGN="top"
186 >Compiler and Linker Options</TD
187 ></TR
188 ></TABLE
189 ></DIV
190 ></BODY
191 ></HTML
192 >