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
Steven Bosscher <stevenb.gcc@gmail.com> wrote:
>> sh64-unknown-elf-run will be there if sim was configured
>> for sh64-unknown-elf.
>
> Do I have to configure this explicitly?
>
> I just followed the instructions of
> http://gcc.gnu.org/simtest-howto.html. If something special must be
> done for sh64, perhaps you could add an explanation there?
I did the same thing and nothing special, though I'm not
using the combined tree for a while. My combined tree was
configured with
/home/kkojima/kaz/xsh64-elf-combined/combined/configure --target=sh64-unknown-elf --disable-libmudflap --disable-libssp --disable-libgomp --disable-libstdcxx-pch --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --disable-shared --with-newlib --disable-nls --prefix=/home/kkojima/kaz/xsh64-elf-combined/install --with-headers=yes --disable-gdbtk
and I've got sim/sh64/run which is installed as sh64-unknown-elf-run.
Do you have sim/sh64/run in your build directory?
Regards,
kaz