On Monday, November 15, 2010 21:43:29 Doug Evans wrote: > On Mon, Nov 15, 2010 at 3:50 PM, Mike Frysinger wrote: > > Building gdbserver for nommu targets atm fails with: > > linux-low.c: In function 'linux_tracefork_child': > > linux-low.c:4151: error: pointer of type 'void *' used in > > arithmetic > > > > So cast the void* to a char*. > > Nit: The convention is to put a space after (char *). > Ok with that change. committed with that change then ... thanks -mike