From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 67866 invoked by alias); 25 Dec 2015 14:44:08 -0000 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 Received: (qmail 67847 invoked by uid 89); 25 Dec 2015 14:44:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*MI:sk:2015122 X-HELO: helium.waldemar-brodkorb.de Received: from helium.waldemar-brodkorb.de (HELO helium.waldemar-brodkorb.de) (89.238.66.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Fri, 25 Dec 2015 14:44:05 +0000 Received: by helium.waldemar-brodkorb.de (Postfix, from userid 1000) id 05A3210215; Fri, 25 Dec 2015 15:44:01 +0100 (CET) Date: Fri, 25 Dec 2015 14:44:00 -0000 From: Waldemar Brodkorb To: Mike Frysinger Cc: gdb@sourceware.org Subject: Re: bfin gdb simulator Message-ID: <20151225144401.GE19876@waldemar-brodkorb.de> References: <20151219171634.GI19876@waldemar-brodkorb.de> <20151224074609.GJ25803@vapier.lan> <20151224102659.GW19876@waldemar-brodkorb.de> <20151224184010.GL25803@vapier.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20151224184010.GL25803@vapier.lan> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00037.txt.bz2 Hi Mike, Mike Frysinger wrote, > On 24 Dec 2015 11:27, Waldemar Brodkorb wrote: > > > On 19 Dec 2015 18:16, Waldemar Brodkorb wrote: > > > > when trying to use latest gdb or 7.10.1 to > > > > build bfin simulator, I get: > > > > > > please post the exact configure/make commands you're using > > > > Sure. Please get the complete log here: > > the failure shows up when you do in-tree builds. if you build out of > tree, it should work fine. you can also work around it locally: > rm sim/common/tconfig.h Thanks for the support. Works great with out-of-tree build. best regards Waldemar