source: rtems/doc/rtems_gdb/trouble.t @ 26f9f12

4.104.114.84.95
Last change on this file since 26f9f12 was 6449498, checked in by Joel Sherrill <joel.sherrill@…>, on 01/17/02 at 21:47:47

2001-01-17 Joel Sherrill <joel@…>

  • SUPPORT, LICENSE: New files.
  • Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
  • Property mode set to 100644
File size: 1.0 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-2002.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9
10@chapter Troubleshooting
11
12This section describes symptoms in some situations where the debugger does not
13work correctly, and it gives guidelines for resolving the problems encountered.
14
15
16@section Target machine name unknown on the host
17
18RTEMS/GDB fails to connect to target machine named my_target:
19
20@example
21(gdb) target rtems my_target
22
23Attaching remote machine across net... \
24      Invalid hostname. Couldn't find remote host address.
25@end example
26
27@i{==> Ask your system administrator to add an entry with the
28Internet number of machine my_target in the file /etc/hosts on your host machine. }
29
30
31@section Debug server not present
32
33The target rtems command fails:
34
35@example
36(gdb) target rtems my_target
37
38Attaching remote machine across net... RPC timed out. Couldn't connect
39to remote target
40@end example
41
42
43@i{==> Verify that the target system is properly configured,
44and is running the debugging daemon and communication stack.}
45
46
Note: See TracBrowser for help on using the repository browser.