This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: How to test SH64 on a simulator
- From: Kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- To: stevenb dot gcc at gmail dot com
- Cc: gcc at gcc dot gnu dot org, joernr at arc dot com
- Date: Mon, 16 Mar 2009 08:26:53 +0900 (JST)
- Subject: Re: How to test SH64 on a simulator
- References: <571f6b510903150858x3f514fdev8b3bfced8df26e41@mail.gmail.com>
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