Hi Kei,
M32R-linux target has a gdbserver,
but "build_gdbserver=yes" is not in gdb/configure.tgt.
Please apply the patch.
Regards,
Kasuhiro Inaoka
------------------------------------------------------------------------
2006-06-16 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com
* Added gdbserver support for m32r.
--- gdb/configure.tgt.org 2006-06-16 18:36:55.067605712 +0900
+++ gdb/configure.tgt 2006-06-16 18:37:54.908508512 +0900
@@ -109,7 +109,8 @@ iq2000-*-*) gdb_target=iq2000 ;;
m32c-*-*) gdb_target=m32c ;;
-m32r*-*-linux*) gdb_target=linux ;;
+m32r*-*-linux*) gdb_target=linux
+ build_gdbserver=yes ;;
m32r*-*-*) gdb_target=m32r ;;
m68hc11*-*-*|m6811*-*-*) gdb_target=m68hc11 ;;