This is the mail archive of the gdb@sourceware.org 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]

gdb moxie build failure


Hi

gdb on the head has moxie-rtems fail like this:

echo "/* generated by Makefile */" > tmp-hw.h
/bin/sh ../../../binutils-gdb/sim/moxie/../common/create-version.sh
../../../binutils-gdb/sim/moxie/.. x86_64-unknown-linux-gnu
moxie-rtems4.11 version.c
sim_hw=""; \
for hw in $sim_hw ; do \
  echo "extern const struct hw_descriptor dv_${hw}_descriptor[];" ; \
done >> tmp-hw.h
dtc -O dtb -o moxie-gdb.dtb ../../../binutils-gdb/sim/moxie/moxie-gdb.dts
make[3]: dtc: Command not found
echo "const struct hw_descriptor *hw_descriptors[] = {" >> tmp-hw.h
make[3]: *** [moxie-gdb.dtb] Error 127
make[3]: *** Waiting for unfinished jobs....
sim_hw=""; \
for hw in $sim_hw ; do \

Is dtc a required tool that is not checked for? Is the output in the tree
but not timestamped? maintainer only tool?

Thanks.

-- 
Joel Sherrill, Ph.D.             Director of Research & Development
joel.sherrill@OARcorp.com        On-Line Applications Research
Ask me about RTEMS: a free RTOS  Huntsville AL 35805
Support Available                (256) 722-9985


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