From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Hidayat To: Momchil Velikov Cc: gdb@sourceware.cygnus.com Subject: Re: GDB for PowerPC target for cygwin Date: Wed, 05 Sep 2001 07:22:00 -0000 Message-id: <01090509234800.11035@asia> References: <01090412532901.07728@asia> X-SW-Source: 2001-09/msg00030.html Thanks Velco, if you can't find strsignal in gdb/defs.h, it means that you are using a development version of GDB. Thanks anyway. Jerry On Wednesday 05 September 2001 01:52, Momchil Velikov wrote: > >>>>> "Jerry" == Jerry Hidayat writes: > > Jerry> ****************************************************** > Jerry> In file included from sim_calls.c:43: > Jerry> ../../gdb/defs.h:51: conflicting types for 'strsignal' > Jerry> /usr/include/string.h:70: previous declaration of 'strsignal' > Jerry> make[2]: *** [sim_calls.o] Error 1 > Jerry> make[2]: Leaving directory '/home/paulh/gdb417/gdb-4.17/sim/ppc' > Jerry> make[1]: *** [all] Error 2 > Jerry> make[1]: Leaving directory '/home/paulh/gdb417/gdb-4.17/sim' > Jerry> make: *** [all-sim] Error 2 > Jerry> ******************************************************* > > Jerry> If you guys have any suggestions or ideas what I need to do, please > help me. > > How about upgrading CYGWIN or gdb or both ? > > In my c:/cygwin/usr/include/string.h there is > > #ifdef __CYGWIN__ > #ifndef DEFS_H /* Kludge to work around problem compiling in gdb */ > const char *_EXFUN(strsignal, (int __signo)); > #endif > int _EXFUN(strtosigno, (const char *__name)); > #endif > > and in gdb/defs.h there is no strsignal at all :-) > > Regards, > -velco