GDB for PowerPC target for cygwin
Momchil Velikov
velco@fadata.bg
Tue Sep 4 23:49:00 GMT 2001
>>>>> "Jerry" == Jerry Hidayat <jerry@oncoresystems.com> 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
More information about the Gdb
mailing list