From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 68984 invoked by alias); 5 Mar 2018 11:53:43 -0000 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 Received: (qmail 68969 invoked by uid 89); 5 Mar 2018 11:53:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=guy, HX-Received:6789, HX-Received:sk:g9-v6mr X-HELO: mail-pl0-f47.google.com Received: from mail-pl0-f47.google.com (HELO mail-pl0-f47.google.com) (209.85.160.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 05 Mar 2018 11:53:41 +0000 Received: by mail-pl0-f47.google.com with SMTP id y8-v6so9455153pll.13 for ; Mon, 05 Mar 2018 03:53:40 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=/O0JVd9PkwbemzKYGs+hB488akyAQw9gac28SgrGOlU=; b=XgJ6PNFPmFx3YEdhRur/+u8AWiTkWAapjLdd1x/d1Ye/ZbdbAzgAyNM3PwCCbLT2NJ xV0KyNFAl5WHXxYhOPGsQuokeO5TzDvtEltywpDYPzz8CkD4k9jctwctpECAmVPnou70 3ZUBOk60Z4EydHLtD0RLSADroaam9u+TUegllUHmVwQWRbWOGpYByXaPpT9q143QG2Sm a2nM9VlalhnMOuVzUev8d4ZOJYvHV12Hv8YN/SmKY64PQZSrHF0aRA78YCeCjrH4S3Vv zbb287jrrX/lxwV15P+8dW2020x2I/yszWp94RYPjJavL1sftt5+moBspbMbqycwv5Qd RBAA== X-Gm-Message-State: APf1xPCFlHnpnZZbKReUv/pSwOjld0FTgyR/fiEuFo2i9oNT/TJx9D13 1RNWnpksTWCrMtc51WrSm5/dkw== X-Google-Smtp-Source: AG47ELsjUmGfT3o3CSuwtVDGZiHPYaZXW8LYSkzVfwRP5uUhGP0HlyrDsfk7W16ysixYuDwx6B4ytQ== X-Received: by 2002:a17:902:6789:: with SMTP id g9-v6mr13043844plk.167.1520250819324; Mon, 05 Mar 2018 03:53:39 -0800 (PST) Received: from E107787-LIN (gcc114.osuosl.org. [140.211.9.72]) by smtp.gmail.com with ESMTPSA id i125sm25591230pfe.176.2018.03.05.03.53.37 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 05 Mar 2018 03:53:38 -0800 (PST) From: Yao Qi To: Jan Vrany Cc: "gdb\@sourceware.org" Subject: Re: Compiling GDB on Windows using mingw64 toolchain References: <1520183955.32035.2.camel@fit.cvut.cz> Date: Mon, 05 Mar 2018 11:53:00 -0000 In-Reply-To: <1520183955.32035.2.camel@fit.cvut.cz> (Jan Vrany's message of "Sun, 04 Mar 2018 17:19:15 +0000") Message-ID: <86woyq3fic.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2018-03/txt/msg00012.txt.bz2 Jan Vrany writes: > You may find more details (such as params to configure, GCC version and > and compilation output below. > The configure looks right to me. > I'd appreciate any help, I'm not a C++ guy (and not much of a Windows > guy, too) so I'm bit lost.=20 > Does anyone here tried to compile GDB under mingw64? If so, could you > please > share the details how you managed so I can try following the same > steps?=20 Yes, we use mingw64 gcc to build GDB from time to time. My x86_64-w64-mingw32-g++ is 4.8.2 and 5.3.1, shipped in Ubuntu. I have no troubles building GDB. I can't tell what is wrong from the error messages you posted. --=20 Yao (=E9=BD=90=E5=B0=A7)