Hi Venkat > I have added a file "arch-sim.exp" in baseboards directory.
OK. Although you can also have your own "boards" directory by using something like this in site.exp: lappend boards_dir "/home/bje/etc/boards" > I am using only testsuite part of gcc, it doesn't contain makefile. Eh? If you have the gcc testsuite untarred alongside the gcc source tree, your gcc Makefile will have a "make check" target that will run the testsuite. If you want to pass extra options to runtest, you should use something like this: make RUNTESTFLAGS="--target_board yourboard.exp" check-gcc If you run the testsuite this way, it will test the compiler you've just built. Cheers, Ben _______________________________________________ DejaGnu mailing list DejaGnu@gnu.org http://lists.gnu.org/mailman/listinfo/dejagnu