From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29836 invoked by alias); 16 Oct 2009 07:53:20 -0000 Received: (qmail 29828 invoked by uid 22791); 16 Oct 2009 07:53:20 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.157) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 16 Oct 2009 07:53:15 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.2/jtpda-5.5pre1) with ESMTP id n9G7qlVG078178 ; Fri, 16 Oct 2009 09:52:47 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) Received: from mailserver.u-strasbg.fr (ms1.u-strasbg.fr [IPv6:2001:660:2402:d::10]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id n9G7qlCj066310 ; Fri, 16 Oct 2009 09:52:47 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) Received: from d620muller (gw-ics.u-strasbg.fr [130.79.210.225]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id n9G7qklo053990 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Fri, 16 Oct 2009 09:52:46 +0200 (CEST) (envelope-from muller@ics.u-strasbg.fr) From: "Pierre Muller" To: "'Michael Eager'" , "'Joel Brobecker'" Cc: References: <4AD74E86.1020500@eagercon.com> <20091015164604.GB5272@adacore.com> <4AD77877.2050909@eagercon.com> In-Reply-To: <4AD77877.2050909@eagercon.com> Subject: Build-failure from [PATCH] Support for Xilinx MicroBlaze Date: Fri, 16 Oct 2009 07:53:00 -0000 Message-ID: <001501ca4e35$a9392c10$fbab8430$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 X-SW-Source: 2009-10/txt/msg00362.txt.bz2 Linux vadmin 2.6.28-15-server #52-Ubuntu SMP Wed Sep 9 11:50:50 UTC 2009 = i686 GNU/Linux gcc (Ubuntu 4.3.3-5ubuntu4) 4.3.3 configured with --enable-targets=3Dall I get this new build failure: gcc -g -O2 -I. -I../../src/gdb -I../../src/gdb/common -I../../src/gdb/con= fig -DLOCALEDIR=3D"\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I../../src= /gdb/../include/opcode -I../../src/gdb/../readline/.. -I../bfd -I../../src/= gdb/../bfd -I../../src/gdb/../include -I../libdecnumber -I../../src/gdb/../= libdecnumber -I../../src/gdb/gnulib -Ignulib -DMI_OUT=3D1 -DTUI=3D1 -Wal= l -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-po= inter-sign -Wno-unused -Wunused-value -Wno-switch -Wno-char-subscripts -Wer= ror -c -o microblaze-linux-tdep.o -MT microblaze-linux-tdep.o -MMD -MP -MF = .deps/microblaze-linux-tdep.Tpo ../../src/gdb/microblaze-linux-tdep.c ../../src/gdb/microblaze-linux-tdep.c: In function 'microblaze_linux_memory= _remove_breakpoint': ../../src/gdb/microblaze-linux-tdep.c:50: error: 'gdbarch' undeclared (firs= t use in this function) ../../src/gdb/microblaze-linux-tdep.c:50: error: (Each undeclared identifie= r is reported only once ../../src/gdb/microblaze-linux-tdep.c:50: error: for each function it appea= rs in.) ../../src/gdb/microblaze-linux-tdep.c: In function 'microblaze_linux_sigtra= mp_cache': ../../src/gdb/microblaze-linux-tdep.c:77: error: 'SP_REGNUM' undeclared (fi= rst use in this function) cc1: warnings being treated as errors ../../src/gdb/microblaze-linux-tdep.c:78: error: implicit declaration of fu= nction 'frame_pc_unwind' ../../src/gdb/microblaze-linux-tdep.c:89: error: 'MICROBLAZE_REGISTER_SIZE'= undeclared (first use in this function) ../../src/gdb/microblaze-linux-tdep.c: In function 'microblaze_linux_init_a= bi': ../../src/gdb/microblaze-linux-tdep.c:126: error: passing argument 2 of 'se= t_gdbarch_memory_remove_breakpoint' from incompatible pointer type make[1]: *** [microblaze-linux-tdep.o] Error 1 make[1]: Leaving directory `/usr/local/src/gdbcvs/build-mult/gdb' make: *** [all-gdb] Error 2 Which seems to be realted to the commit to support microblaze architechture. Could someone try to fix this? Pierre Muller Pascal language support maintainer for GDB