From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19727 invoked by alias); 7 Oct 2006 23:40:18 -0000 Received: (qmail 19717 invoked by uid 22791); 7 Oct 2006 23:40:17 -0000 X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 07 Oct 2006 23:40:15 +0000 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1GWLly-0007dm-7h for gcc-help@gcc.gnu.org; Sun, 08 Oct 2006 01:40:02 +0200 Received: from 24-158-130-128.dhcp.kgpt.tn.charter.com ([24.158.130.128]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Oct 2006 01:40:02 +0200 Received: from gds by 24-158-130-128.dhcp.kgpt.tn.charter.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 08 Oct 2006 01:40:02 +0200 To: gcc-help@gcc.gnu.org From: Gene Smith Subject: I have built an arm-elf cross compiler (for/on cygwin) that appears to be ok. I thought I would try the testsuite stuff in gcc. Had to get dejagnu to run it.,,When I run,,make check-gcc RUNTESTFLAGS="--target_board=arm-sim",,I tells me it is using arm-sim.exp, sim.exp and basic-sim.exp from the various directories in the dejagnu installation but I get a warning,,"Couldn't find tool config file for sim, using default",,then below the heading "== gcc Summary ==" nothing prints.,,I have tried copying sim.exp (which I think what "sim" refers to) to the various directories under dejagnu thinking it might be found but to no effect.,,-gene Date: Sat, 07 Oct 2006 23:40:00 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla Thunderbird 1.0.7-1.1.fc3 (X11/20050929) X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-10/txt/msg00070.txt.bz2 I have built an arm-elf cross compiler (for/on cygwin) that appears to be ok. I thought I would try the testsuite stuff in gcc. Had to get dejagnu to run it. When I run make check-gcc RUNTESTFLAGS="--target_board=arm-sim" It tells me it is using arm-sim.exp, sim.exp and basic-sim.exp from the various directories in the dejagnu installation but I get a warning "Couldn't find tool config file for sim, using default" then below the heading "== gcc Summary ==" nothing prints. I have tried copying sim.exp (which I think what "sim" refers to) to the various directories under dejagnu thinking it might be found but to no effect. -gene