This is the mail archive of the gdb-patches@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: [commit] note non-building architectures


On Thu, 19 May 2005, Andrew Cagney wrote:

> /bin/sh /home/cagney/PENDING/Werror/src/sim/cris/../common/genmloop.sh \
>          -mono -no-fast -pbb -switch semcrisv10f-switch.c \
>          -cpu crisv10f -infile
> /home/cagney/PENDING/Werror/src/sim/cris/mloop.in
> /bin/sh /home/cagney/PENDING/Werror/src/sim/cris/../common/genmloop.sh \
>          -mono -no-fast -pbb -switch semcrisv32f-switch.c \
>          -cpu crisv32f -infile
> /home/cagney/PENDING/Werror/src/sim/cris/mloop.in
> /bin/sh /home/cagney/PENDING/Werror/src/sim/cris/../../move-if-change
> eng.hin engv10.h
> /bin/sh /home/cagney/PENDING/Werror/src/sim/cris/../../move-if-change
> mloop.cin mloopv10f.c
> mv: cannot stat `mloop.cin': No such file or directory
> gmake[2]: *** [stamp-v10fmloop] Error 1

Hmm, this seems like a parallel make breaking on a rule not
handling building in parallel.  Oops.

It would *really* have helped to know that before, as simple as
mentioning how you invoked gdb_mbuild.sh.  Bug-report details,
you know...  It also disagrees a bit with the breakage note you
put in MAINTAINERS: "(sim/cris/modelv10.c:4181
crisv10f_engine_run_full?)" which tricked me into thinking you
were seeing the previous problem still.

I'll see to fixing that, and then revert the "breakage" note for
the CRIS port in MAINTAINERS.

brgds, H-P


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