This is the mail archive of the insight-prs@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

insight/48: build fails for powerpc-eabi target



>Number:         48
>Category:       insight
>Synopsis:       build fails for powerpc-eabi target
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Sep 19 19:13:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     kazuya@posedge.co.jp
>Release:        insight-5.0
>Organization:
>Environment:
Microsoft Windows 2000 [Version 5.00.2195]
with Cygwin 1.2.1
>Description:
For powerpc-eabi target, build fails with
following error:

In file included from /src/gdb/insight-5.0/sim/ppc/sim_calls.c:43:
/src/gdb/insight-5.0/sim/ppc/../../gdb/defs.h:60: conflicting types for `strsignal'
/usr/lib/gcc-lib/i686-pc-cygwin/2.95.2/../../../../include/string.h:71: previous declaration of `strsignal'
make[2]: *** [sim_calls.o] Error 1

Confugration details:
/src/gdb/insight-5.0/configure --host=i686-pc-cygwin --target=powerpc-eabi --prefix=/tools --exec-prefix=/tools/H-i686-pc-cygwin -v
>How-To-Repeat:

>Fix:
In sim/ppc/sim_calls.c, make the `#include "defs.h` line appear prior to `#include <string.h>` line.
>Release-Note:
>Audit-Trail:
>Unformatted:

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]