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

4.115
Last change on this file since df631170 was df631170, checked in by Joel Sherrill <joel.sherrill@…>, on 12/14/10 at 16:51:17

2010-12-14 Joel Sherrill <joel.sherrill@…>

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