source: rtems/doc/started/started.texi @ bdec2709

4.104.114.84.95
Last change on this file since bdec2709 was bdec2709, checked in by Joel Sherrill <joel.sherrill@…>, on 04/10/98 at 16:03:26

In texinfo nicely with all version dependent information
now in variables and some updates already in place.

  • Property mode set to 100644
File size: 2.3 KB
Line 
1\input ../texinfo/texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename started
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c @smallbook
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-1998.
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 ../common/setup.texi
23
24@c
25@c  Now set all the tool version dependent information
26@c
27@include versions.texi
28
29@ignore
30@ifinfo
31@format
32START-INFO-DIR-ENTRY
33* Getting Started with RTEMS for C/C++ Users (started):
34END-INFO-DIR-ENTRY
35@end format
36@end ifinfo
37@end ignore
38
39@c
40@c  Title Page Stuff
41@c
42
43@set edition @value{RTEMS-EDITION}
44@set version @value{RTEMS-VERSION}
45@set update-date @value{RTEMS-UPDATE-DATE}
46@set update-month @value{RTEMS-UPDATE-MONTH}
47
48@c
49@c  I don't really like having a short title page.  --joel
50@c
51@c @shorttitlepage Getting Started with RTEMS
52
53@setchapternewpage odd
54@settitle Getting Started with RTEMS for C/C++ Users
55@titlepage
56@finalout
57
58@title Getting Started with RTEMS for C/C++ Users
59@subtitle Edition @value{edition}, for RTEMS @value{version}
60@sp 1
61@subtitle @value{update-month}
62@author On-Line Applications Research Corporation
63@page
64@include ../common/cpright.texi
65@end titlepage
66
67@c  This prevents a black box from being printed on "overflow" lines.
68@c  The alternative is to rework a sentence to avoid this problem.
69
70@include intro.texi
71@include require.texi
72@include buildc.texi
73@include buildrt.texi
74@include sample.texi
75@include gdb.texi
76
77@ifinfo
78@node Top, Introduction, (dir), (dir)
79@top started
80
81This is the online version of the Getting Started with RTEMS for C/C++ Users.
82
83@menu
84* Introduction::
85* Requirements::
86* Building the GNU C/C++ Cross Compiler Toolset::
87* Building RTEMS::
88* Building the Sample Application::
89* Building the GNU Debugger::
90* Command and Variable Index::
91* Concept Index::
92@end menu
93
94@end ifinfo
95@c
96@c
97@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
98@c
99
100@node Command and Variable Index, Concept Index, Make the debugger (DINK32), Top
101@unnumbered Command and Variable Index
102
103There are currently no Command and Variable Index entries.
104
105@c @printindex fn
106
107@node Concept Index, , Command and Variable Index, Top
108@unnumbered Concept Index
109
110There are currently no Concept Index entries.
111@c @printindex cp
112
113@contents
114@bye
115
Note: See TracBrowser for help on using the repository browser.