From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6320 invoked by alias); 28 Sep 2012 21:44:19 -0000 Received: (qmail 6302 invoked by uid 55); 28 Sep 2012 21:44:18 -0000 From: "elderdo at yahoo dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/14644] Install to Windows 7 error Date: Fri, 28 Sep 2012 21:44: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: elderdo at yahoo 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: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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/msg00433.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=3D14644 --- Comment #2 from Douglas Elder 2012-09-28 21:= 44:18 UTC --- Hi, I didn't modify or set any Flag.=C2=A0 I do have mingw64 installed. Usi= ng a mingw64 window, I unzipped the latest gdb and just entered the command: make install=20 in the directory gdb-7.5.=C2=A0 I would think that the install would make t= he appropriate checks and either proceed with the build or issue a diagnostic = if the install will not work for mingw64. ________________________________ From: palves at redhat dot com To: elderdo@yahoo.com=20 Sent: Friday, September 28, 2012 12:42 PM Subject: [Bug gdb/14644] Install to Windows 7 error http://sourceware.org/bugzilla/show_bug.cgi?id=3D14644 Pedro Alves changed: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 What=C2=A0 =C2=A0 |Removed=C2=A0 =C2=A0= =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 |Added ---------------------------------------------------------------------------- =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 Status|NEW=C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 |WAITING =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 CC|=C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 |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=C2=A0 -I. -I. -I./common -I./config =C2=A0 =C2=A0 ^^^^ -DLOCALEDIR=3D"\"/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=C2=A0 =C2=A0 -Ic:/Python27/include -Ic:/Python27/incl= ude -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=C2=A0 -c -o i386-windows-nat.o -MT i386-windows-nat.o -MMD -MP = -MF .deps/i386-windows-nat.Tpo i386-windows-nat.c =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 ^^^^ i386-windows-nat.c:28:3: error: 'CONTEXT' has no member named 'Eax' =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2= =A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 = =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 ^^^^ It looks like your gdb was misconfigured.=C2=A0 The compiler is compiling=20 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? --=20 Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=3Demail ------- You are receiving this mail because: ------- You are on the CC list for the bug.