source: rtems/doc/started_ada/started_ada.texi @ 4eda2450

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

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

  • started_ada.texi: Set @setfilename started_ada.info.
  • Property mode set to 100644
File size: 2.1 KB
Line 
1\input texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename started_ada.info
4@setcontentsaftertitlepage
5@syncodeindex vr fn
6@synindex ky cp
7@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 GNAT/RTEMS: (started_ada)
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 GNAT/RTEMS
48@titlepage
49@finalout
50
51@title Getting Started with GNAT/RTEMS
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 buildada.texi
66@include buildrt.texi
67@include sample.texi
68@include gdb.texi
69
70@ifinfo
71@node Top, Introduction, (dir), (dir)
72@top started_ada
73
74This is the online version of the Getting Started with GNAT/RTEMS.
75
76@menu
77* Introduction::
78* Requirements::
79* Building the GNAT Cross Compiler Toolset::
80* Building RTEMS::
81* Building the Sample Application::
82* Building the GNU Debugger::
83@end menu
84
85@c * Command and Variable Index::
86@c * Concept Index::
87@end ifinfo
88@c
89@c
90@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
91@c
92
93@c @node Command and Variable Index, Concept Index, GDB for DINK32, Top
94@c @unnumbered Command and Variable Index
95
96@c There are currently no Command and Variable Index entries.
97
98@c @printindex fn
99
100@c @node Concept Index, , Command and Variable Index, Top
101@c @unnumbered Concept Index
102
103@c There are currently no Concept Index entries.
104@c @printindex cp
105
106@contents
107@bye
108
Note: See TracBrowser for help on using the repository browser.