From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 115425 invoked by alias); 11 Nov 2016 20:48:18 -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 114462 invoked by uid 89); 11 Nov 2016 20:48:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=our X-HELO: OARmail.OARCORP.com Received: from oarmail.oarcorp.com (HELO OARmail.OARCORP.com) (67.63.146.244) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 11 Nov 2016 20:48:00 +0000 Received: from [192.168.0.17] (207.98.215.166) by OARmail.OARCORP.com (192.168.2.2) with Microsoft SMTP Server (TLS) id 8.3.389.2; Fri, 11 Nov 2016 14:47:53 -0600 Subject: Re: mipxtx39 sim build failure To: "gdb@sourceware.org" References: <20161111063711.GI21655@vapier.lan> <9c2baf42-8a81-8251-4a4f-d0c089c60d92@oarcorp.com> <20161111193219.GJ21655@vapier.lan> From: Joel Sherrill Message-ID: <7e0f96fe-d8d9-ccab-3939-3cecc61e9fbc@oarcorp.com> Date: Fri, 11 Nov 2016 20:48:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161111193219.GJ21655@vapier.lan> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00019.txt.bz2 On 11/11/2016 1:32 PM, Mike Frysinger wrote: > On 11 Nov 2016 09:48, Joel Sherrill wrote: >> On 11/11/2016 12:37 AM, Mike Frysinger wrote: >>> at any rate, should be fixed now in master & the gdb-7.12 branch. >> >> Thanks. That turned it into a link error on the master: >> >> /home/joel/rtems-4.11-work/rtems-source-builder/rtems/sources/b-mips/sim/mips/../../../gdb-7.12/sim/mips/mips.igen:1254: undefined reference to `check_u64' > > i already pushed a fix for that too ... you should sync to master > and not just apply a one-off patch :) You are right. It built from master. :) I am trying to find the 7.12 plus patches which we will consider a packaged stable toolset. We try to avoid grabbing a random git hash for that. Is there a single other patch I should grab? Or just leave our mipstx39 configuration back on an older gdb until 7.12.1? Thanks > -mike >