From 1cf14b384ea23bdda41285644ebebb5cee05dcea Mon Sep 17 00:00:00 2001
From: oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Date: Tue, 14 Oct 2008 07:16:51 +0000
Subject: [PATCH] added warning to use GDB 6.7 or newer

git-svn-id: svn://svn.berlios.de/openocd/trunk@1052 b42882b7-edfa-0310-969c-e2dbd0fdcd60
---
 doc/openocd.texi | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/openocd.texi b/doc/openocd.texi
index 50334a0d5..9aac8ad60 100644
--- a/doc/openocd.texi
+++ b/doc/openocd.texi
@@ -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
-- 
GitLab