Browse Source

added warning to use GDB 6.7 or newer

git-svn-id: svn://svn.berlios.de/openocd/trunk@1052 b42882b7-edfa-0310-969c-e2dbd0fdcd60
tags/v0.1.0
oharboe 15 years ago
parent
commit
1cf14b384e
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      doc/openocd.texi

+ 5
- 0
doc/openocd.texi View File

@@ -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…
Cancel
Save