http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49977
--- Comment #6 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2011-08-04 21:51:07 UTC --- (In reply to comment #2) > E.g. a cross > to CRIS is hanging in the simulator for *every* execution test, > so I assume there's something wrong with my cris-sim dejagnu setup. Likely. Sounds like the usual ungraceful failure of dejagnu to find the baseboard file: it just tries to execute the file natively and then oddly times out instead of just failing; note lack of "cris-axis-elf-run" calls in the <whatever>.log files. That is, if you're running dejagnu-1.4.4 or earlier; dejagnu-1.5 should already have the baseboard. For future reference, <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20204#c7>.