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


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

Re: make check-sim problems with fr30 and m32r


Hi -

On Tue, Feb 20, 2001 at 02:13:33PM -0700, Greg McGary wrote:
: [...]
: I was (mis)led to believe that I could just configure, make, make
: checks-sim and everything would just work.  [...]
: [...]
: Hmmm.  Of course these won't run natively!
: Where's the invocation of sim/m32r/run ???
: Is the missing DEJAGNU env variable at fault?

Precisely.  For a dejagnu run, you need to identify the target system
you want to test against.  One can do this with a file to which one
points $DEJAGNU, but I prefer to use command-line options to dejagnu,
thusly:

	make check RUNTESTFLAGS="--target_board=m32r-sim"

The "m32r-sim" name resolves to ".../dejagnu/baseboards/m32r-sim.exp".

- FChE

PGP signature


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