dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to customizing dejagnu for new architecture which isnotsupported


From: Ben Elliston
Subject: Re: How to customizing dejagnu for new architecture which isnotsupported by GCC ?
Date: Fri, 29 Jun 2007 20:56:19 +1000
User-agent: Mutt/1.5.13 (2006-08-11)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]