On Thu, Sep 27, 2012 at 10:36:47AM +0800, Fengguang Wu wrote: [...] > > I suspect there are some toolchain issues, or arch/cris/ does something > > weird with the build system. > > Ah silly me! I'm doing "make M=kernel/debug/kdb" which leads to all > the error/warnings. This can be fixed trivially. :) :-) That explains it. > > Also, "arch/cris/arch-v32/kernel/kgdb.c" -- it seems like it is its own > > implementation of KGDB. :-) But it's CONFIG_ETRAX_KGDB... > > Doing the regular 'make' triggers these errors: > > arch/cris/arch-v10/kernel/kgdb.c:1273:6: warning: missing terminating " character [enabled by default] Yup, as I said, arch/cris/arch-v10/kernel/kgdb.c have nothing to do with kernel/debug/'s KGDB/KDB stuff. It seem to be a very-very old, completely separate implementation of GDB protocol. Thanks, Anton. -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html