]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - doc/html/user-guide/ecos-programming-concepts-and-techniques.html
Initial revision
[karo-tx-redboot.git] / doc / html / user-guide / ecos-programming-concepts-and-techniques.html
diff --git a/doc/html/user-guide/ecos-programming-concepts-and-techniques.html b/doc/html/user-guide/ecos-programming-concepts-and-techniques.html
new file mode 100644 (file)
index 0000000..ea446ac
--- /dev/null
@@ -0,0 +1,219 @@
+<!-- Copyright (C) 2003 Red Hat, Inc.                                -->
+<!-- This material may be distributed only subject to the terms      -->
+<!-- and conditions set forth in the Open Publication License, v1.0  -->
+<!-- or later (the latest version is presently available at          -->
+<!-- http://www.opencontent.org/openpub/).                           -->
+<!-- Distribution of the work or derivative of the work in any       -->
+<!-- standard (paper) book form is prohibited unless prior           -->
+<!-- permission is obtained from the copyright holder.               -->
+<HTML
+><HEAD
+><TITLE
+>eCos Programming Concepts and Techniques</TITLE
+><meta name="MSSmartTagsPreventParsing" content="TRUE">
+<META
+NAME="GENERATOR"
+CONTENT="Modular DocBook HTML Stylesheet Version 1.76b+
+"><LINK
+REL="HOME"
+TITLE="eCos User Guide"
+HREF="ecos-user-guide.html"><LINK
+REL="PREVIOUS"
+TITLE="Creating a Shell"
+HREF="config-tool-creating-a-shell.html"><LINK
+REL="NEXT"
+TITLE="CDL Concepts"
+HREF="cdl-concepts.html"></HEAD
+><BODY
+CLASS="PART"
+BGCOLOR="#FFFFFF"
+TEXT="#000000"
+LINK="#0000FF"
+VLINK="#840084"
+ALINK="#0000FF"
+><DIV
+CLASS="NAVHEADER"
+><TABLE
+SUMMARY="Header navigation table"
+WIDTH="100%"
+BORDER="0"
+CELLPADDING="0"
+CELLSPACING="0"
+><TR
+><TH
+COLSPAN="3"
+ALIGN="center"
+>eCos User Guide</TH
+></TR
+><TR
+><TD
+WIDTH="10%"
+ALIGN="left"
+VALIGN="bottom"
+><A
+HREF="config-tool-creating-a-shell.html"
+ACCESSKEY="P"
+>Prev</A
+></TD
+><TD
+WIDTH="80%"
+ALIGN="center"
+VALIGN="bottom"
+></TD
+><TD
+WIDTH="10%"
+ALIGN="right"
+VALIGN="bottom"
+><A
+HREF="cdl-concepts.html"
+ACCESSKEY="N"
+>Next</A
+></TD
+></TR
+></TABLE
+><HR
+ALIGN="LEFT"
+WIDTH="100%"></DIV
+><DIV
+CLASS="PART"
+><A
+NAME="ECOS-PROGRAMMING-CONCEPTS-AND-TECHNIQUES"><DIV
+CLASS="TITLEPAGE"
+><H1
+CLASS="TITLE"
+>V. <SPAN
+CLASS="PRODUCTNAME"
+>eCos</SPAN
+> Programming Concepts and Techniques</H1
+><DIV
+CLASS="PARTINTRO"
+><A
+NAME="PROGRAMMING-PARTINTRO"><P
+>Programming with <SPAN
+CLASS="PRODUCTNAME"
+>eCos</SPAN
+> is somewhat different from programming
+      in more traditional environments. <SPAN
+CLASS="PRODUCTNAME"
+>eCos</SPAN
+> is a configurable open
+      source system, and you are able to configure and build a system
+      specifically to meet the needs of your application. </P
+><P
+>Various different directory hierarchies are involved in
+      configuring and building the system: the <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>component
+       repository</I
+></SPAN
+>, the <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>build tree</I
+></SPAN
+>,
+      and the <SPAN
+CLASS="emphasis"
+><I
+CLASS="EMPHASIS"
+>install tree</I
+></SPAN
+>. These directories
+      exist in addition to the ones used to develop
+      applications.</P
+></DIV
+><DIV
+CLASS="TOC"
+><DL
+><DT
+><B
+>Table of Contents</B
+></DT
+><DT
+>24. <A
+HREF="cdl-concepts.html"
+>CDL Concepts</A
+></DT
+><DT
+>25. <A
+HREF="component-repo-and-working-dirs.html"
+>The Component Repository and Working Directories</A
+></DT
+><DT
+>26. <A
+HREF="compiler-and-linker-options.html"
+>Compiler and Linker Options</A
+></DT
+><DT
+>27. <A
+HREF="debugging-techniques.html"
+>Debugging Techniques</A
+></DT
+></DL
+></DIV
+></DIV
+></DIV
+><DIV
+CLASS="NAVFOOTER"
+><HR
+ALIGN="LEFT"
+WIDTH="100%"><TABLE
+SUMMARY="Footer navigation table"
+WIDTH="100%"
+BORDER="0"
+CELLPADDING="0"
+CELLSPACING="0"
+><TR
+><TD
+WIDTH="33%"
+ALIGN="left"
+VALIGN="top"
+><A
+HREF="config-tool-creating-a-shell.html"
+ACCESSKEY="P"
+>Prev</A
+></TD
+><TD
+WIDTH="34%"
+ALIGN="center"
+VALIGN="top"
+><A
+HREF="ecos-user-guide.html"
+ACCESSKEY="H"
+>Home</A
+></TD
+><TD
+WIDTH="33%"
+ALIGN="right"
+VALIGN="top"
+><A
+HREF="cdl-concepts.html"
+ACCESSKEY="N"
+>Next</A
+></TD
+></TR
+><TR
+><TD
+WIDTH="33%"
+ALIGN="left"
+VALIGN="top"
+>Creating a Shell</TD
+><TD
+WIDTH="34%"
+ALIGN="center"
+VALIGN="top"
+>&nbsp;</TD
+><TD
+WIDTH="33%"
+ALIGN="right"
+VALIGN="top"
+>CDL Concepts</TD
+></TR
+></TABLE
+></DIV
+></BODY
+></HTML
+>
\ No newline at end of file