From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18992 invoked by alias); 3 Aug 2015 22:26:00 -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 18968 invoked by uid 89); 3 Aug 2015 22:25:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.1 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=no version=3.3.2 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; Mon, 03 Aug 2015 22:25:58 +0000 Received: from [192.168.1.158] (192.168.1.158) by OARmail.OARCORP.com (192.168.2.2) with Microsoft SMTP Server (TLS) id 8.3.389.2; Mon, 3 Aug 2015 17:25:55 -0500 Message-ID: <55BFEA72.2060508@oarcorp.com> Date: Mon, 03 Aug 2015 22:26:00 -0000 From: Joel Sherrill User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: "gdb@sourceware.org" Subject: Moxie Sim build error Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00002.txt.bz2 Hi After getting dtc, now the build fails here: ../../binutils-gdb/gdb/moxie-tdep.c: In function ‘moxie_skip_prologue’: ../../binutils-gdb/gdb/moxie-tdep.c:244:8: error: incompatible types when assigning to type ‘struct symbol *’ from type ‘struct block_symbol’ sym = lookup_symbol (func_name, NULL, VAR_DOMAIN, NULL); Any suggestions? --joel