From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13601 invoked by alias); 31 Jul 2011 02:18:50 -0000 Received: (qmail 13592 invoked by uid 22791); 31 Jul 2011 02:18:49 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_DB X-Spam-Check-By: sourceware.org Received: from mail-pz0-f52.google.com (HELO mail-pz0-f52.google.com) (209.85.210.52) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 31 Jul 2011 02:18:33 +0000 Received: by pzd13 with SMTP id 13so7895550pzd.25 for ; Sat, 30 Jul 2011 19:18:33 -0700 (PDT) Received: by 10.142.110.12 with SMTP id i12mr1853535wfc.161.1312078713125; Sat, 30 Jul 2011 19:18:33 -0700 (PDT) Received: from [192.168.1.102] ([115.195.158.242]) by mx.google.com with ESMTPS id a4sm2163586wfm.4.2011.07.30.19.18.27 (version=SSLv3 cipher=OTHER); Sat, 30 Jul 2011 19:18:31 -0700 (PDT) Message-ID: <4E34BBCE.4040700@gmail.com> Date: Sun, 31 Jul 2011 02:18:00 -0000 From: asmwarrior User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Tom Tromey CC: Eli Zaretskii , gdb@sourceware.org Subject: Re: Windows build cookbook References: <83zkjzempb.fsf@gnu.org> <83pqkvejfq.fsf@gnu.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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 X-SW-Source: 2011-07/txt/msg00122.txt.bz2 On 2011-7-28 1:17, Tom Tromey wrote: > Eli> Thanks. That's not Windows-specific, so I guess there are no > Eli> Windows-specific issues here? > > I would venture to guess that this is just because nobody has written > the text for the manual, rather than that there are no issues building > on Windows. > > Tom > we have create some pages in http://code.google.com/p/qp-gcc/wiki/build_gdb_msys_en (English version) and http://code.google.com/p/qp-gcc/wiki/build_gdb_msys_cn (Chinese version) Also, the cross build mingw gdb from linux: http://code.google.com/p/qp-gcc/wiki/CrossbuildGDB also, the official Mingw page: http://sourceforge.net/projects/mingw/files/MinGW/BaseSystem/GDB/GDB-7.2/ which contains an instructions to build gdb 7.2 under MSYS. As a conclusion, no much difficult to build mingw gdb. asmwarrior ollydbg from codeblocks' forum