source: rtems/doc/started/started.texi @ 9a237e8b

4.104.114.84.95
Last change on this file since 9a237e8b was 9a237e8b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/25/03 at 16:46:20

2003-01-25 Ralf Corsepius <corsepiu@…>

  • started.texi: Set @setfilename started.info.
  • 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
25@c
26@c  Now set all the tool version dependent information
27@c
28@include tversions.texi
29
30@ifset use-ascii
31@dircategory RTEMS On-Line Manual
32@direntry
33* Getting Started with RTEMS for C/C++ Users: (started).
34@end direntry
35@end ifset
36
37@c
38@c  Title Page Stuff
39@c
40
41@c
42@c  I don't really like having a short title page.  --joel
43@c
44@c @shorttitlepage Getting Started with RTEMS
45
46@setchapternewpage odd
47@settitle Getting Started with RTEMS for C/C++ Users
48@titlepage
49@finalout
50
51@title Getting Started with RTEMS for C/C++ Users
52@subtitle Edition @value{EDITION}, for @value{VERSION}
53@sp 1
54@subtitle @value{UPDATED}
55@author On-Line Applications Research Corporation
56@page
57@include common/cpright.texi
58@end titlepage
59
60@c  This prevents a black box from being printed on "overflow" lines.
61@c  The alternative is to rework a sentence to avoid this problem.
62
63@include intro.texi
64@include require.texi
65@include binaries.texi
66@include buildc.texi
67@include buildrt.texi
68@include sample.texi
69@include nextstep.texi
70@include nt.texi
71
72@ifinfo
73@node Top, Introduction, (dir), (dir)
74@top started
75
76This is the online version of the Getting Started with RTEMS for C/C++ Users.
77
78@menu
79* Introduction::
80* Requirements::
81* Prebuilt Toolset Executables::
82* Building the GNU C/C++ Cross Compiler Toolset::
83* Building RTEMS::
84* Building the Sample Application::
85* Where To Go From Here::
86* Using MS-Windows as a Development Host::
87@end menu
88
89@c * Command and Variable Index::
90@c * Concept Index::
91@end ifinfo
92@c
93@c
94@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
95@c
96
97@c @node Command and Variable Index, Concept Index, Installing GCC AND NEWLIB, Top
98@c @unnumbered Command and Variable Index
99
100@c There are currently no Command and Variable Index entries.
101
102@c @printindex fn
103
104@c @node Concept Index, , Command and Variable Index, Top
105@c @unnumbered Concept Index
106
107@c There are currently no Concept Index entries.
108@c @printindex cp
109
110@contents
111@bye
112
Note: See TracBrowser for help on using the repository browser.