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

See the CrossGCC FAQ for lots more information.


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: Dejagnu error while remote testing cross gcc.


Khem Raj wrote:
ERROR: (DejaGnu) proc "gcc_load /local/BUILD/gcc-3.4.3/objdir/gcc/testsuite/abs-1.x0 {} {}" does not exist.

... I copied standard.exp from /usr/share/dejagnu to ~/kraj/boards and added ~/kraj/bin to
lappend boards_dir "~/board"
in my master.exp and I am able to proceed.

The following patch to crosstest.sh will fix this problem.


--- crosstest.sh.orig	2005-05-10 12:25:45.000000000 -0700
+++ crosstest.sh	2005-05-10 12:26:26.000000000 -0700
@@ -59,6 +59,7 @@
 mkdir -p $TOP_DIR/boards
 cat > $TOP_DIR/boards/master.exp <<_EOF_
 lappend boards_dir $TOP_DIR/boards
+lappend boards_dir /usr/share/dejagnu
 set myboard \$target_triplet
 set target_list [list \$target_triplet]
 _EOF_

Hey, thanks! I'll apply that in the next release. - Dan

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


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