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
RevLine 
[ed11cadf]1\input texinfo   @c -*-texinfo-*-
[417fcc73]2@c %**start of header
[9a237e8b]3@setfilename started.info
[6449498]4@setcontentsaftertitlepage
[417fcc73]5@syncodeindex vr fn
6@synindex ky cp
[e90e428]7@c @paragraphindent 0
[417fcc73]8@c %**end of header
9
10@c
[6449498]11@c  COPYRIGHT (c) 1988-2002.
[417fcc73]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
[fc76a6aa]22@include version.texi
[110445c]23@include common/setup.texi
[417fcc73]24
[bdec2709]25@c
26@c  Now set all the tool version dependent information
27@c
[2ba8875]28@include tversions.texi
[bdec2709]29
[fc76a6aa]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
[417fcc73]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
[bdec2709]47@settitle Getting Started with RTEMS for C/C++ Users
[417fcc73]48@titlepage
49@finalout
50
[bdec2709]51@title Getting Started with RTEMS for C/C++ Users
[fc76a6aa]52@subtitle Edition @value{EDITION}, for @value{VERSION}
[417fcc73]53@sp 1
[fc76a6aa]54@subtitle @value{UPDATED}
[417fcc73]55@author On-Line Applications Research Corporation
56@page
[110445c]57@include common/cpright.texi
[417fcc73]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
[6113b3a]63@include intro.texi
64@include require.texi
[9f9efbc]65@include binaries.texi
[6113b3a]66@include buildc.texi
67@include buildrt.texi
68@include sample.texi
[adee5979]69@include nextstep.texi
[79bb9221]70@include nt.texi
[417fcc73]71
72@ifinfo
[6113b3a]73@node Top, Introduction, (dir), (dir)
[417fcc73]74@top started
75
[bdec2709]76This is the online version of the Getting Started with RTEMS for C/C++ Users.
[417fcc73]77
78@menu
79* Introduction::
80* Requirements::
[9f9efbc]81* Prebuilt Toolset Executables::
[417fcc73]82* Building the GNU C/C++ Cross Compiler Toolset::
83* Building RTEMS::
84* Building the Sample Application::
[adee5979]85* Where To Go From Here::
[79bb9221]86* Using MS-Windows as a Development Host::
[417fcc73]87@end menu
88
[8a3fd66]89@c * Command and Variable Index::
90@c * Concept Index::
[417fcc73]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
[0ab65474]97@c @node Command and Variable Index, Concept Index, Installing GCC AND NEWLIB, Top
[8a3fd66]98@c @unnumbered Command and Variable Index
[417fcc73]99
[8a3fd66]100@c There are currently no Command and Variable Index entries.
[417fcc73]101
102@c @printindex fn
103
[8a3fd66]104@c @node Concept Index, , Command and Variable Index, Top
105@c @unnumbered Concept Index
[417fcc73]106
[8a3fd66]107@c There are currently no Concept Index entries.
[417fcc73]108@c @printindex cp
109
110@contents
111@bye
112
Note: See TracBrowser for help on using the repository browser.