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

4.104.114.84.95
Last change on this file since cdf30aba was 79bb9221, checked in by Joel Sherrill <joel.sherrill@…>, on 04/13/98 at 15:31:56

Added Cygwin32 Chapter

  • Property mode set to 100644
File size: 2.4 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 @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@include nt.texi
77
78@ifinfo
79@node Top, Introduction, (dir), (dir)
80@top started
81
82This is the online version of the Getting Started with RTEMS for C/C++ Users.
83
84@menu
85* Introduction::
86* Requirements::
87* Building the GNU C/C++ Cross Compiler Toolset::
88* Building RTEMS::
89* Building the Sample Application::
90* Building the GNU Debugger::
91* Using MS-Windows as a Development Host::
92@end menu
93
94@c * Command and Variable Index::
95@c * Concept Index::
96@end ifinfo
97@c
98@c
99@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
100@c
101
102@c @node Command and Variable Index, Concept Index, Installing EGCS AND NEWLIB, Top
103@c @unnumbered Command and Variable Index
104
105@c There are currently no Command and Variable Index entries.
106
107@c @printindex fn
108
109@c @node Concept Index, , Command and Variable Index, Top
110@c @unnumbered Concept Index
111
112@c There are currently no Concept Index entries.
113@c @printindex cp
114
115@contents
116@bye
117
Note: See TracBrowser for help on using the repository browser.