This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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: How to test SH64 on a simulator


Steven Bosscher <stevenb.gcc@gmail.com> wrote:
> Is there a simulator for SH64 available?  If so, how do I run the
> testsuite with it?  I built a cross-compiler from AMD64 to
> sh64-unknown-elf and tried to test on sh-sim (with "make -k check
> RUNTESTFLAGS=--target_board=sh-sim") but that doesn't work. Help?

sh64-unknown-elf-run will be there if sim was configured
for sh64-unknown-elf.  For testing, there is one missing
file sh64-sim.exp which should be added to dejagnu/baseboards
directory:

  http://lists.gnu.org/archive/html/dejagnu/2008-02/msg00056.html

RUNTESTFLAGS=--target_board=sh64-sim will work with it.
Hope this helps.

Regards,
	kaz


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