summaryrefslogtreecommitdiff
path: root/misc/buildroot/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-13 00:05:42 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-13 00:05:42 +0000
commitc9bb487a80ea0edcc601194ff849b36867291500 (patch)
tree27c35d5868de488f83aa4d0c237280ebb1da84c4 /misc/buildroot/configs/README.txt
parentb5a165f9505626aa3e09945693c82cbaac41e8a6 (diff)
downloadnuttx-c9bb487a80ea0edcc601194ff849b36867291500.tar.gz
nuttx-c9bb487a80ea0edcc601194ff849b36867291500.tar.bz2
nuttx-c9bb487a80ea0edcc601194ff849b36867291500.zip
Add patch to build GDB 6.8 on versions of Cygwin > 1.7
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3286 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/buildroot/configs/README.txt')
-rw-r--r--misc/buildroot/configs/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/buildroot/configs/README.txt b/misc/buildroot/configs/README.txt
index 7ea18f475..9101a0178 100644
--- a/misc/buildroot/configs/README.txt
+++ b/misc/buildroot/configs/README.txt
@@ -246,3 +246,11 @@ Building GDB Under Cygwin
http://tech.groups.yahoo.com/group/nuttx/message/726 . Apparently there
are some incompatibilities with Cygwin 1.7 that require an additional
patch. See http://old.nabble.com/-RFA--windows-nat.c%3A-Cygwin%3A-Port-to-Cygwin-1.7-td27735619.html
+
+ A version of this patch for GDB-6.8 and Cywgin 1.7 (and above) is provided
+ in this directory (Thanks to Dimiter Georgiev). That file is called
+ gdb-1_8-cygwin-1_7.patch. This should be copied into the GDB 6.8 toolchain
+ directory if it is needed:
+
+ cp configs/gdb-1_8-cygwin-1_7.patch toolchain/gdb/6.8/.
+