Hi, Now only two simple issues things in gdbserver to compile cleanly. First patch prevents: linux-low.c: In function `regsets_store_inferior_registers': linux-low.c:424: warning: cast from pointer to integer of different size on x86-64 where sizeof(void*) != sizeof(int). Why did you cast the last argument from pointer to integer? Manpage says it should be a void*... But I didn't test it on other archs... The second one prevents: regcache.h:26: warning: `struct inferior_info' declared inside parameter list 2002-04-24 Michal Ludvig * gdbserver/linux-low.c (regsets_fetch_inferior_registers), (regsets_store_inferior_registers): Removed cast to int from ptrace() calls. * gdbserver/regcache.h: Include server.h. Michal Ludvig -- * SuSE CR, s.r.o * mludvig@suse.cz * +420 2 9654 5373 * http://www.suse.cz