From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7381 invoked by alias); 28 Jan 2008 18:51:22 -0000 Received: (qmail 7371 invoked by uid 22791); 28 Jan 2008 18:51:21 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.182) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 28 Jan 2008 18:51:04 +0000 Received: by py-out-1112.google.com with SMTP id v53so2055609pyh.33 for ; Mon, 28 Jan 2008 10:50:38 -0800 (PST) Received: by 10.35.34.19 with SMTP id m19mr6805108pyj.2.1201546237557; Mon, 28 Jan 2008 10:50:37 -0800 (PST) Received: by 10.35.36.15 with HTTP; Mon, 28 Jan 2008 10:50:37 -0800 (PST) Message-ID: <8f2776cb0801281050w4ae2d83fw53b793ba633302e1@mail.gmail.com> Date: Mon, 28 Jan 2008 18:51:00 -0000 From: "Jim Blandy" To: "M R Swami Reddy" Subject: Re: gdb testsuite Cc: gdb@sourceware.org In-Reply-To: <479D62DA.4080100@nsc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4799B660.2080905@nsc.com> <8f2776cb0801251016y1a4cfbcfp35fab5ecacee8b1d@mail.gmail.com> <479D62DA.4080100@nsc.com> X-Google-Sender-Auth: 1bc9f836c0107a56 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00288.txt.bz2 On Jan 27, 2008 9:06 PM, M R Swami Reddy wrote: > >> Now I want to run the gdb test suite using the "make check", but its not > >> successful. Could you please let me know, what to do to run the gdb test suite > >> completely. Thanks in advance. One should be able to run programs on the simulator by starting GDB on the program to be run, typing "target sim", and then "run". Does this work? When you type 'make check-gdb' at the top of your build tree, or 'make check' in the gdb/testsuite directory of the build tree, what is the output? Does it create a gdb.log file? What are its contents?