source: rtems/doc/FAQ/FAQ.texi @ 70b8f3ed

4.104.114.84.95
Last change on this file since 70b8f3ed was 70b8f3ed, checked in by Joel Sherrill <joel.sherrill@…>, on 07/15/99 at 15:52:22

Added information on hardware to aid in debugging. Primarily this is
information on gdb and bdm for the MPC8xx, MC683xx, and ColdFire?.

  • Property mode set to 100644
File size: 2.4 KB
Line 
1\input ../texinfo/texinfo   @c -*-texinfo-*-
2@c %**start of header
3@setfilename FAQ
4@syncodeindex vr fn
5@synindex ky cp
6@paragraphindent 0
7@c @smallbook
8@c %**end of header
9
10@c
11@c  COPYRIGHT (c) 1988-1998.
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 RTEMS FAQ
20@c
21
22@include ../common/setup.texi
23
24@ignore
25@ifinfo
26@format
27START-INFO-DIR-ENTRY
28* RTEMS Frequently Asked Questions (FAQ):
29END-INFO-DIR-ENTRY
30@end format
31@end ifinfo
32@end ignore
33
34@c
35@c  Title Page Stuff
36@c
37
38@set edition @value{RTEMS-EDITION}
39@set version @value{RTEMS-VERSION}
40@set update-date @value{RTEMS-UPDATE-DATE}
41@set update-month @value{RTEMS-UPDATE-MONTH}
42
43@c
44@c  I don't really like having a short title page.  --joel
45@c
46@c @shorttitlepage RTEMS Frequently Asked Questions
47
48@setchapternewpage odd
49@settitle RTEMS Frequently Asked Questions
50@titlepage
51@finalout
52
53@title RTEMS Frequently Asked Questions
54@subtitle Edition @value{edition}, for @value{version}
55@sp 1
56@subtitle @value{update-month}
57@author On-Line Applications Research Corporation
58@page
59@include ../common/cpright.texi
60@end titlepage
61
62@c  This prevents a black box from being printed on "overflow" lines.
63@c  The alternative is to rework a sentence to avoid this problem.
64
65@include basic.texi
66@include tools.texi
67@include concepts.texi
68@include debug.texi
69@include freesw.texi
70@include hwdebugaids.texi
71
72@ifinfo
73@node Top, Basic Information, (dir), (dir)
74@top FAQ
75
76This document is the RTEMS FAQ.  FAQ is an acronym for Frequently
77Asked Questions and we sincerely hope that this contains the answers
78to some of the questions most frequently asked about RTEMS.
79
80Common questions have been divided into the following categories.
81
82
83@menu
84* Basic Information::
85* General Development Tool Hints::
86* RTEMS Concepts::
87* Debugging Hints::
88* Free Software that Works with RTEMS::
89* Hardware to Ease Debugging::
90@end menu
91
92@c * Command and Variable Index::
93@c * Concept Index::
94@end ifinfo
95@c
96@c
97@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
98@c
99
100@c @node Command and Variable Index, Concept Index, Installing EGCS AND NEWLIB, Top
101@c @unnumbered Command and Variable Index
102
103@c There are currently no Command and Variable Index entries.
104
105@c @printindex fn
106
107@c @node Concept Index, , Command and Variable Index, Top
108@c @unnumbered Concept Index
109
110@c There are currently no Concept Index entries.
111@c @printindex cp
112
113@contents
114@bye
115
Note: See TracBrowser for help on using the repository browser.