This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
How can I specify the timeout for a simulator during make -k check?
- To: gcc at gcc dot gnu dot org
- Subject: How can I specify the timeout for a simulator during make -k check?
- From: Kazu Hirata <kazu at hxi dot com>
Hi,
I am having trouble specifying the timeout for a simulator during make
-k check. I specified tings like
set_board_info gcc,timeout 30
set timeout 30
in various files (remote.exp, h8300-sim.exp, etc), but still my
simulator (h8300-hms-run) keeps running more thn a minute. Could
somebody point me to the right direction? I have been doing a test
for 12 hours or so, but it is still running. Obviously I need to
specify a resonable timeout for the stuff in gcc.c-torture/execute.
Thanks,
Kazu Hirata