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 is notsupporte


From: Ben Elliston
Subject: Re: How to customizing dejagnu for new architecture which is notsupported by GCC ?
Date: Thu, 28 Jun 2007 13:36:56 +1000
User-agent: Mutt/1.5.13 (2006-08-11)

Hi Venkat

> How can i test "arch-gcc" cross-compiler binary instead of "gcc'
> binary using GCC testsuite ?

You need to create a board file that tells DejaGnu how to find the
compiler, how to link tests, how to execute them, etc.  See
/usr/share/dejagnu/baseboards for examples.

> Do i need to change any configuration file in dejagnu for testing
> that compiler?

Yes.  When you've created a yourboard.exp file, you then run the
testsuite using:

  make RUNTESTFLAGS="--target_board yourboard.exp" check-gcc

Write back if you have trouble writing a board definition.

Cheers, Ben




reply via email to

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