From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11063 invoked by alias); 26 Oct 2011 20:28:11 -0000 Received: (qmail 11012 invoked by uid 22791); 26 Oct 2011 20:28:08 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-fx0-f41.google.com (HELO mail-fx0-f41.google.com) (209.85.161.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 26 Oct 2011 20:27:50 +0000 Received: by faat2 with SMTP id t2so2537411faa.0 for ; Wed, 26 Oct 2011 13:27:49 -0700 (PDT) Received: by 10.223.64.207 with SMTP id f15mr5768253fai.7.1319660869076; Wed, 26 Oct 2011 13:27:49 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.89.11 with HTTP; Wed, 26 Oct 2011 13:27:29 -0700 (PDT) In-Reply-To: <20111026155556.GC335@adacore.com> References: <4EA7FCF2.7050402@gmail.com> <20111026155556.GC335@adacore.com> From: =?UTF-8?B?UGV0ciBIbHV6w61u?= Date: Wed, 26 Oct 2011 23:10:00 -0000 Message-ID: Subject: Re: gdb (gdbserver.exe) build problem under msys To: asmwarrior Cc: Joel Brobecker , gdb@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes 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-10/txt/msg00187.txt.bz2 On 26 October 2011 17:55, Joel Brobecker wrote: >> --host=mingw32 \ >> --build=mingw32 \ >> --target=mingw32 \ > > I've never configure with just `mingw32'. It's always been a triplet > (such as 'i686-pc-mingw32'). Is that supposed to work? I successfully used this line (if it is any use for you): ./configure --host=mingw32 --target=avr --with-expat CFLAGS="-s -L/C/Python27/libs -I/C/Python27/PH-temp/include -I/c/gdb-7.3/expat-2.0.1/include -static -L/c/gdb-7.3/expat-2.0.1/lib" --with-python --with-expat -- Petr Hluzin