This is the mail archive of the insight@sourceware.org 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]
Other format: [Raw text]

RE: Local Variables and MIPS


Keith,

Point taken... I guess I am just one of those happy users of Insight who
don't know too much about the internals and have never run any testsuite
before. Here is what I get now:

$ make RUNTESTFLAGS="mi-var-block.exp mi-var-display.exp
mi-var-child.exp mi-var-cmd.exp" check
Nothing to be done for all...
rootme=`pwd`; export rootme; \
srcdir=../../../insight-6.5/gdb/testsuite ; export srcdir ; \
EXPECT=`if [ -f ${rootme}/../../expect/expect ] ; then echo
${rootme}/../../expect/expect ; else echo expect ; fi` ; export EXPECT ;
\
EXEEXT=.exe ; export EXEEXT ; \
 
LD_LIBRARY_PATH=$rootme/../../expect:$rootme/../../libstdc++:$rootme/../
../tk/unix:$rootme/../../tcl/unix:$rootme/../../bfd:$rootme/../../opcode
s:$LD_LIBRARY_PATH; \
export LD_LIBRARY_PATH; \
if [ -f ${rootme}/../../expect/expect ] ; then  \
  TCL_LIBRARY=${srcdir}/../../tcl/library ; \
  export TCL_LIBRARY ; fi ; \
` if [ -f ${srcdir}/../../dejagnu/runtest ]; then echo
${srcdir}/../../dejagnu/runtest; else if [ "i686-pc-cygwin" =
"mips-unknown-elf" ]; then echo runtest; else t='s,^,mips-elf-,; '; echo
runtest | sed -e '' $t; fi; fi` mi-var-block.exp mi-var-display.exp
mi-var-child.exp mi-var-cmd.exp
sed: can't read s,^,mips-elf-,;: No such file or directory
/bin/sh: mi-var-block.exp: command not found
make: *** [just-check] Error 127


Do I need dejagnu somewhere or am I doing something silly again?

Hans


 


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