OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rtems-20020807/] [doc/] [rtems_gdb/] [trouble.t] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
@c
2
@c  COPYRIGHT (c) 1988-2002.
3
@c  On-Line Applications Research Corporation (OAR).
4
@c  All rights reserved.
5
@c
6
@c  trouble.t,v 1.5 2002/01/17 21:47:46 joel Exp
7
@c
8
 
9
 
10
@chapter Troubleshooting
11
 
12
This section describes symptoms in some situations where the debugger does not
13
work correctly, and it gives guidelines for resolving the problems encountered.
14
 
15
 
16
@section Target machine name unknown on the host
17
 
18
RTEMS/GDB fails to connect to target machine named my_target:
19
 
20
@example
21
(gdb) target rtems my_target
22
 
23
Attaching 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
28
Internet number of machine my_target in the file /etc/hosts on your host machine. }
29
 
30
 
31
@section Debug server not present
32
 
33
The target rtems command fails:
34
 
35
@example
36
(gdb) target rtems my_target
37
 
38
Attaching remote machine across net... RPC timed out. Couldn't connect
39
to remote target
40
@end example
41
 
42
 
43
@i{==> Verify that the target system is properly configured,
44
and is running the debugging daemon and communication stack.}
45
 
46
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.