From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 116965 invoked by alias); 24 Jul 2018 14:18:38 -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 116948 invoked by uid 89); 24 Jul 2018 14:18:37 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HX-HELO:sk:mail-pl, H*r:sk:mail-pl X-HELO: mail-pl0-f41.google.com Received: from mail-pl0-f41.google.com (HELO mail-pl0-f41.google.com) (209.85.160.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 24 Jul 2018 14:18:36 +0000 Received: by mail-pl0-f41.google.com with SMTP id 31-v6so1838312plc.4 for ; Tue, 24 Jul 2018 07:18:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:from:to:references:message-id:date:user-agent:mime-version :in-reply-to:content-language:content-transfer-encoding; bh=Ek5EKpv4boBIyUtmVZko02SxFgwyq+/caGM0v/xgcYc=; b=EoLW4Mx7ZXmLhIZZsIhtY8lcIElH69Yg6ClbuK21aKacD0VWl3uHyE8QiVobTVwDSA 2dYEpNz1ODHJcVjtczCbGsBxcaHow9ww+Lpau8/bcRvo/sIfw9sc3rRHbh3MH7Bv6RNT xZyMoXzjDUnzqogpmjkzq1IF7QV3i2oT/bc/Ad+tcJLgoU1YmcS67TeejMrk9NnpqfTY jIJIgX2F3mCx8+D4JJvO7Iz6SOdjX4SJ0oAhgjhrAk8pUIofJGW+AFrs/WsC8Kz6Wu6K BM/usvo2oidRRfm+r39GBx5lx9q0LqLXfxTuT2aVEa3H2L8ae4R8nRAZh1DT3IY07pMe P+oQ== Return-Path: Received: from [0.0.0.0] ([103.44.67.90]) by smtp.googlemail.com with ESMTPSA id t88-v6sm36166663pfg.10.2018.07.24.07.18.33 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Jul 2018 07:18:34 -0700 (PDT) Subject: Re: gdb build error under msys+mingw: strip can't handle gdb-add-index.exe From: asmwarrior To: gdb@sourceware.org References: Message-ID: <156fafe3-0878-2e9a-a5a4-9e7f8f978f94@gmail.com> Date: Tue, 24 Jul 2018 14:18:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:54.0) Gecko/20100101 Thunderbird/54.0a1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2018-07/txt/msg00039.txt.bz2 When I looked at the file gdb-add-index.exe, I see it is a text file(bash script). So, the file extension is wrong here, right? BTW: I'm using the git master HEAD version of GDB. asmwarrior