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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Results of a multi-build (not good)



rearnsha@arm.com said:
> I've just tried my multi-build script out which uses the
> configurations  specified in the MAINTAINERS file.  The results aren't
> particularly  encouraging: 

So with my recent patch for PR 409 applied, things look a little more rosy:

fr30-elf build failed
m32r-elf build failed
mn10300-elf build failed
powerpc-eabi build failed
sh-elf build failed
v850-elf build failed

fr30-elf:
/home/rearnsha/gnusrc/utils/src/sim/fr30/traps.c:22:23: targ-vals.h: No such file or directory

m32r-elf:
/bin/sh /home/rearnsha/gnusrc/utils/src/sim/m32r/../../move-if-change eng.hin engx.h
/bin/sh /home/rearnsha/gnusrc/utils/src/sim/m32r/../../move-if-change mloop.cin mloopx.c
/bin/sh /home/rearnsha/gnusrc/utils/src/sim/m32r/../../move-if-change eng.hin eng.h
mv: cannot stat `eng.hin': No such file or directory

mn10300-elf:
/home/rearnsha/gnusrc/utils/src/sim/mn10300/sim-main.h:43:20: itable.h: No such file or directory
/home/rearnsha/gnusrc/utils/src/sim/mn10300/sim-main.h:44:21: idecode.h: No such file or directory
/home/rearnsha/gnusrc/utils/src/sim/mn10300/sim-main.h:45:21: idecode.h: No such file or directory

powerpc-eabi:
gnumake[2]: *** No rule to make target `hw.h', needed by `corefile.o'.  Stop.

sh-elf:
cc1: warnings being treated as errors
/home/rearnsha/gnusrc/utils/src/gdb/remote-e7000.c: In function `write_small':
/home/rearnsha/gnusrc/utils/src/gdb/remote-e7000.c:1088: warning: long unsigned int format, different type arg (arg 3)
/home/rearnsha/gnusrc/utils/src/gdb/remote-e7000.c:1094: warning: long unsigned int format, different type arg (arg 3)
/home/rearnsha/gnusrc/utils/src/gdb/remote-e7000.c: In function `e7000_read_inferior_memory':
/home/rearnsha/gnusrc/utils/src/gdb/remote-e7000.c:1247: warning: long unsigned int format, different type arg (arg 3)
/home/rearnsha/gnusrc/utils/src/gdb/remote-e7000.c: In function `e7000_read_inferior_memory_large':
/home/rearnsha/gnusrc/utils/src/gdb/remote-e7000.c:1326: warning: long unsigned int format, different type arg (arg 3)
/home/rearnsha/gnusrc/utils/src/gdb/remote-e7000.c:1326: warning: long unsigned int format, different type arg (arg 4)
/home/rearnsha/gnusrc/utils/src/gdb/remote-e7000.c: In function `e7000_insert_breakpoint':
/home/rearnsha/gnusrc/utils/src/gdb/remote-e7000.c:1708: warning: long unsigned int format, different type arg (arg 4)
/home/rearnsha/gnusrc/utils/src/gdb/remote-e7000.c:1713: warning: long unsigned int format, different type arg (arg 3)
/home/rearnsha/gnusrc/utils/src/gdb/remote-e7000.c: In function `e7000_remove_breakpoint':
/home/rearnsha/gnusrc/utils/src/gdb/remote-e7000.c:1752: warning: long unsigned int format, different type arg (arg 3)
/home/rearnsha/gnusrc/utils/src/gdb/remote-e7000.c:1770: warning: long unsigned int format, different type arg (arg 2)


v850-elf:
/home/rearnsha/gnusrc/utils/src/sim/v850/interp.c:5:20: itable.h: No such file or directory


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