From mboxrd@z Thu Jan 1 00:00:00 1970 From: Momchil Velikov To: Jerry Hidayat Cc: gdb@sourceware.cygnus.com Subject: Re: GDB for PowerPC target for cygwin Date: Tue, 04 Sep 2001 23:49:00 -0000 Message-id: References: <01090412532901.07728@asia> X-SW-Source: 2001-09/msg00019.html >>>>> "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