Hello, I just checked in the attached patch. The issue was that the code is using some types such as int32_t which are normally declared in stdint.h. So I added a #include of gdb_stdint.h. 2008-05-13 Joel Brobecker * findcmd.c: Add #include "gdb_stdint.h". * Makefile.in (findcmd.o): Update dependencies. -- Joel