added warning to use GDB 6.7 or newer
git-svn-id: svn://svn.berlios.de/openocd/trunk@1052 b42882b7-edfa-0310-969c-e2dbd0fdcd60__archive__
parent
254bde2a23
commit
1cf14b384e
|
@ -1289,6 +1289,11 @@ to debug remote targets.
|
|||
|
||||
@section Connecting to gdb
|
||||
@cindex Connecting to gdb
|
||||
Use GDB 6.7 or newer with OpenOCD if you run into trouble. For instance 6.3 has a
|
||||
known bug where it produces bogus memory access errors, which has since
|
||||
been fixed: look up 1836 in http://sourceware.org/cgi-bin/gnatsweb.pl?database=gdb
|
||||
|
||||
|
||||
A connection is typically started as follows:
|
||||
@smallexample
|
||||
target remote localhost:3333
|
||||
|
|
Loading…
Reference in New Issue