source: rtems/doc/started/started.texi @ 48cd0b8e

4.104.114.84.95
Last change on this file since 48cd0b8e was 48cd0b8e, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/03 at 18:01:48

2003-10-02 Joel Sherrill <joel@…>

  • Makefile.am, binaries.t, buildc.t, intro.t, nextstep.t, require.t, sample.t, started.texi: General improvements and merge enough Ada information to justify dropping the Ada specific manual. There is likely still Ada specific information to merge though.
  • Property mode set to 100644
File size: 2.3 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename started.info
4@setcontentsaftertitlepage
5@syncodeindex vr fn
6@synindex ky cp
7@c @paragraphindent 0
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-2002.
12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14@c
15@c  $Id$
16@c
17
18@c
19@c   Master file for the Getting Started (C) Guide
20@c
21
22@include version.texi
23@include common/setup.texi
24@include common/rtems.texi
25
26@c
27@c  Now set all the tool version dependent information
28@c
29@include tversions.texi
30
31@ifset use-ascii
32@dircategory RTEMS On-Line Manual
33@direntry
34* Getting Started with RTEMS for C/C++ Users: (started).
35@end direntry
36@end ifset
37
38@c
39@c  Title Page Stuff
40@c
41
42@c
43@c  I don't really like having a short title page.  --joel
44@c
45@c @shorttitlepage Getting Started with RTEMS
46
47@setchapternewpage odd
48@settitle Getting Started with RTEMS for C/C++ Users
49@titlepage
50@finalout
51
52@title Getting Started with RTEMS for C/C++ Users
53@subtitle Edition @value{EDITION}, for @value{VERSION}
54@sp 1
55@subtitle @value{UPDATED}
56@author On-Line Applications Research Corporation
57@page
58@include common/cpright.texi
59@end titlepage
60
61@c  This prevents a black box from being printed on "overflow" lines.
62@c  The alternative is to rework a sentence to avoid this problem.
63
64@include intro.texi
65@include require.texi
66@include binaries.texi
67@include buildc.texi
68@include buildrt.texi
69@include sample.texi
70@include nextstep.texi
71@include nt.texi
72
73@ifinfo
74@node Top, Introduction, (dir), (dir)
75@top started
76
77This is the online version of the Getting Started with RTEMS for C/C++ Users.
78
79@menu
80* Introduction::
81* Requirements::
82* Prebuilt Toolset Executables::
83* Building the GNU Cross Compiler Toolset::
84* Building RTEMS::
85* Building the Sample Applications::
86* Where To Go From Here::
87* Using MS-Windows as a Development Host::
88@end menu
89
90@c * Command and Variable Index::
91@c * Concept Index::
92@end ifinfo
93@c
94@c
95@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
96@c
97
98@c @node Command and Variable Index, Concept Index, Installing GCC AND NEWLIB, Top
99@c @unnumbered Command and Variable Index
100
101@c There are currently no Command and Variable Index entries.
102
103@c @printindex fn
104
105@c @node Concept Index, , Command and Variable Index, Top
106@c @unnumbered Concept Index
107
108@c There are currently no Concept Index entries.
109@c @printindex cp
110
111@contents
112@bye
113
Note: See TracBrowser for help on using the repository browser.