Skip to content
Snippets Groups Projects
Commit 1cf14b38 authored by oharboe's avatar oharboe
Browse files

added warning to use GDB 6.7 or newer

git-svn-id: svn://svn.berlios.de/openocd/trunk@1052 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent 254bde2a
Branches
Tags
No related merge requests found
...@@ -1289,6 +1289,11 @@ to debug remote targets. ...@@ -1289,6 +1289,11 @@ to debug remote targets.
@section Connecting to gdb @section Connecting to gdb
@cindex 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: A connection is typically started as follows:
@smallexample @smallexample
target remote localhost:3333 target remote localhost:3333
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment