From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7287 invoked by alias); 24 Mar 2013 00:38:43 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 7277 invoked by uid 89); 24 Mar 2013 00:38:35 -0000 X-Spam-SWARE-Status: No, score=-3.4 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.1 Received: from ra.se.axis.com (HELO ra.se.axis.com) (195.60.68.13) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Sun, 24 Mar 2013 00:38:32 +0000 Received: from localhost (localhost [127.0.0.1]) by ra.se.axis.com (Postfix) with ESMTP id AA9A913BE4; Sun, 24 Mar 2013 01:38:30 +0100 (CET) Received: from ra.se.axis.com ([127.0.0.1]) by localhost (ra.se.axis.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id cN2DvTWgU0Uy; Sun, 24 Mar 2013 01:38:29 +0100 (CET) Received: from seth.se.axis.com (seth.se.axis.com [10.0.2.172]) by ra.se.axis.com (Postfix) with ESMTP id 949B813B8C; Sun, 24 Mar 2013 01:38:29 +0100 (CET) Received: from ignucius.se.axis.com (ignucius.se.axis.com [10.88.21.50]) by seth.se.axis.com (Postfix) with ESMTP id 924333E288; Sun, 24 Mar 2013 01:38:29 +0100 (CET) Received: from ignucius.se.axis.com (localhost [127.0.0.1]) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) with ESMTP id r2O0cTHI009268; Sun, 24 Mar 2013 01:38:29 +0100 Received: (from hp@localhost) by ignucius.se.axis.com (8.12.8p1/8.12.8/Debian-2woody1) id r2O0cTSq009264; Sun, 24 Mar 2013 01:38:29 +0100 Date: Sun, 24 Mar 2013 05:39:00 -0000 Message-Id: <201303240038.r2O0cTSq009264@ignucius.se.axis.com> From: Hans-Peter Nilsson To: joel.sherrill@oarcorp.com CC: gdb-patches@sourceware.org In-reply-to: <514E316E.6040107@oarcorp.com> (message from Joel Sherrill on Sat, 23 Mar 2013 23:49:18 +0100) Subject: Re: Recent simulator patches broke many sims MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=iso-8859-1 Content-Transfer-Encoding: 8BIT X-SW-Source: 2013-03/txt/msg00886.txt.bz2 > From: Joel Sherrill > Date: Sat, 23 Mar 2013 23:49:18 +0100 > And built successfully when configured like this: > > ../gdb/configure --target=frv-elf --prefix=/home/joel/test-gdb/install > --enable-sim-hardware --enable-sim --enable-sim-trace "gdb" as in toplevel from a gdb checkout, I presume. (If from the gdb subdir I guess you wouldn't get very far.) Is that why you have to add those options? One major difference is that I use the toplevel configure after a checkout of *the "sim" CVS module*, so not much of gdb there, actually just MAINTAINERS and version.in. > I can hop on IRC if you give me a channel so we can work through > this quickly. Other forms of chat are OK also. I want to run this down > so a release can happen. Sometimes I'm at irc.oftc.net#gcc brgds, H-P