From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29512 invoked by alias); 25 Jan 2008 18:16:26 -0000 Received: (qmail 29501 invoked by uid 22791); 25 Jan 2008 18:16:24 -0000 X-Spam-Check-By: sourceware.org Received: from py-out-1112.google.com (HELO py-out-1112.google.com) (64.233.166.176) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 25 Jan 2008 18:16:07 +0000 Received: by py-out-1112.google.com with SMTP id v53so910560pyh.33 for ; Fri, 25 Jan 2008 10:16:05 -0800 (PST) Received: by 10.35.60.15 with SMTP id n15mr2558123pyk.33.1201284965619; Fri, 25 Jan 2008 10:16:05 -0800 (PST) Received: by 10.35.36.15 with HTTP; Fri, 25 Jan 2008 10:16:05 -0800 (PST) Message-ID: <8f2776cb0801251016y1a4cfbcfp35fab5ecacee8b1d@mail.gmail.com> Date: Fri, 25 Jan 2008 18:16:00 -0000 From: "Jim Blandy" To: "M R Swami Reddy" Subject: Re: gdb testsuite Cc: gdb@sourceware.org In-Reply-To: <4799B660.2080905@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> X-Google-Sender-Auth: 7c944d16716c6d70 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/msg00258.txt.bz2 On Jan 25, 2008 2:13 AM, M R Swami Reddy wrote: > I have ported gdb simulator to a 16bit target (ie cr16-elf) and its working with > all standard test suites (like nullstone, perennial etc). > > 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. Will you be contributing this simulator to the public GDB sources?