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

4.115
Last change on this file since d84995d2 was d84995d2, checked in by Gedare Bloom <gedare@…>, on 03/11/15 at 14:29:13

doc/started: simplify and fix

  • fix and remove some macros in rtems.texi.in.
  • refer to devel mailing list.
  • remove reference to Debian packaging in requirements section.
  • remove section on prebuilt tools.
  • replace toolset build instructions with link to RSB docs.
  • Add a note in building RTEMS section about using RSB.
  • Fix URLs

Closes #2291.

  • Property mode set to 100644
File size: 2.1 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) 1989-2013.
12@c  On-Line Applications Research Corporation (OAR).
13@c  All rights reserved.
14
15@c
16@c   Master file for the Getting Started (C) Guide
17@c
18
19@include version.texi
20@include common/setup.texi
21@include common/rtems.texi
22
23@ifset use-ascii
24@dircategory RTEMS On-Line Manual
25@direntry
26* Getting Started with RTEMS: (started).
27@end direntry
28@end ifset
29
30@c
31@c  Title Page Stuff
32@c
33
34@c
35@c  I don't really like having a short title page.  --joel
36@c
37@c @shorttitlepage Getting Started with RTEMS
38
39@setchapternewpage odd
40@settitle Getting Started with RTEMS
41@titlepage
42@finalout
43
44@title Getting Started with RTEMS
45@subtitle Edition @value{EDITION}, for @value{VERSION}
46@sp 1
47@subtitle @value{UPDATED}
48@author On-Line Applications Research Corporation
49@page
50@include common/cpright.texi
51@end titlepage
52
53@c  This prevents a black box from being printed on "overflow" lines.
54@c  The alternative is to rework a sentence to avoid this problem.
55
56@contents
57
58@ifnottex
59@node Top, Introduction, (dir), (dir)
60@top Getting Started With RTEMS
61
62This is the online version of the Getting Started with RTEMS.
63
64@menu
65* Introduction::
66* Requirements::
67* Building the GNU Cross Compiler Toolset with RSB::
68* Building RTEMS::
69* Building the Sample Applications::
70* Where To Go From Here::
71* Using MS-Windows as a Development Host::
72@end menu
73@c * Command and Variable Index::
74@c * Concept Index::
75@end ifnottex
76
77@include intro.texi
78@include require.texi
79@include buildc.texi
80@include buildrt.texi
81@include sample.texi
82@include nextstep.texi
83@include nt.texi
84
85@c @node Command and Variable Index, Concept Index, Installing GCC AND NEWLIB, Top
86@c @unnumbered Command and Variable Index
87
88@c There are currently no Command and Variable Index entries.
89
90@c @printindex fn
91
92@c @node Concept Index, , Command and Variable Index, Top
93@c @unnumbered Concept Index
94
95@c There are currently no Concept Index entries.
96@c @printindex cp
97
98@bye
99
Note: See TracBrowser for help on using the repository browser.