From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22391 invoked by alias); 28 Sep 2012 19:42:54 -0000 Received: (qmail 22371 invoked by uid 48); 28 Sep 2012 19:42:54 -0000 From: "palves at redhat dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/14644] Install to Windows 7 error Date: Fri, 28 Sep 2012 19:42:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: palves at redhat dot com X-Bugzilla-Status: WAITING X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status CC Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org X-SW-Source: 2012-q3/txt/msg00428.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14644 Pedro Alves changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |WAITING CC| |palves at redhat dot com --- Comment #1 from Pedro Alves 2012-09-28 19:42:53 UTC --- gcc -m64 -g -O2 -D__USE_MINGW_ACCESS -I. -I. -I./common -I./config ^^^^ -DLOCALEDIR="\"/usr/local/share/locale\"" -DHAVE_CONFIG_H -I./../include/opcode -I./../opcodes/.. -I./../readline/.. -I../bfd -I./../bfd -I./../include -I../libdecnumber -I./../libdecnumber -I./../intl -I./gnulib/import -Ibuild-gnulib/import -Ic:/Python27/include -Ic:/Python27/include -Wall -Wdeclaration-after-statement -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wno-format -c -o i386-windows-nat.o -MT i386-windows-nat.o -MMD -MP -MF .deps/i386-windows-nat.Tpo i386-windows-nat.c ^^^^ i386-windows-nat.c:28:3: error: 'CONTEXT' has no member named 'Eax' ^^^^ It looks like your gdb was misconfigured. The compiler is compiling for 64-bit (-m64), while the files it is compiling indicate gdb was configured for a 32-bit gdb. Either something is wrong with the configure command you used, or you have -m64 in your CC or CFLAGS left behind by mistake. Can you fill us in with more information on those? -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.