This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Insight 5.0, problem when building for PowerPC under windows NT



Hi,
I have problem when building insight 5.0  for powerpc under windows NT.
I'm following the instructions in the RedHat homepage.

The problem arises after I have typed:
make -w all install 2>&1 | tee make.out

make.out ends like this.........

-I/src/gdb/insight-5.0/sim/ppc
-I/src/gdb/insight-5.0/sim/ppc/../../include -I../../bfd
-I/src/gdb/insight-5.0/sim/ppc/../../bfd -I../../gdb
-I/src/gdb/insight-5.0/sim/ppc/../../gdb
-I/src/gdb/insight-5.0/sim/ppc/../../gdb/config
-I/src/gdb/insight-5.0/sim/ppc/../../mmalloc
/src/gdb/insight-5.0/sim/ppc/sim_calls.c
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
make[2]: Leaving directory `/tmp/build/gdb/sim/ppc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/build/gdb/sim'
make: *** [all-sim] Error 2
make: Leaving directory `/tmp/build/gdb'

Whats the problem with sim_calls.c, or is it defs.h? What have I done
that causes this?

/Daniel Lind    Daniel.Lind@bluelabs.se


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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