From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by sourceware.org (Postfix) with ESMTPS id 04E77385E02C for ; Sat, 4 Apr 2020 20:39:25 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 04E77385E02C Received: by mail-wm1-x330.google.com with SMTP id h2so2778706wmb.4 for ; Sat, 04 Apr 2020 13:39:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=XyllvyC4ygYWBDqaIEKiqljGob927oXbK1WBsenLggA=; b=QltdM47Y3PtsPXQHPKE+t75k14sFppI+XeEPjl+8+ODVfspjJOzrBi2sspAkC0Lil4 zJVJ6Au/dbejLsYQhiblcEl/tCj+Y6J3tzQTS6jTySHb6kvNhfyS5bmbv5s69TGlX74i wpxarX4xhsZX3AizlKAsnhvxMgxh0FhP1KaTooDN2SqK6+I+6EL0NtRLQq5jNdTFyW74 aclOWZLvbsL5/vDX5Nb3UBb+zCtI6SApzQL6vtL7Zocanru6IMD7y0ukd/4Fs/j/zr79 sFFQifl0f+C5OzP0paaMJOxB4QXVb1c5YjwVcus/eRFSV4oiexPCUosC9LD2sV3xkHMV JLtg== X-Gm-Message-State: AGi0PuZqWxVV5RTExYql9EmonDqPwyeoxQfSJHLGm9YJgpUJMkM8FCyS Y4b/plU2z4E/bPPa2Vr7vvt0VjVk X-Google-Smtp-Source: APiQypL2xAov1o/XZOBKtRy8nVCPsLV1LwvI2U3pA4Jf46BYiyTwzNlfB1x30+UJ834krEn9Ll2Y4A== X-Received: by 2002:a1c:3281:: with SMTP id y123mr14495379wmy.140.1586032763788; Sat, 04 Apr 2020 13:39:23 -0700 (PDT) Received: from ?IPv6:2003:ee:6713:1701:edd2:54ff:f7a:387b? (p200300EE67131701EDD254FF0F7A387B.dip0.t-ipconnect.de. [2003:ee:6713:1701:edd2:54ff:f7a:387b]) by smtp.gmail.com with ESMTPSA id v186sm17000602wme.24.2020.04.04.13.39.22 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 04 Apr 2020 13:39:23 -0700 (PDT) Subject: Re: Using ARM GNU GCC with Cygwin To: cygwin@cygwin.com References: <51717d4a9c861fd90b5f9a58b84b308a@mail.kylheku.com> <38a47b9b-f43a-3727-2205-f02f0dbd48d0@gmail.com> <484e6fc9-b85c-773c-0313-19e1dd19b321@benjammin.net> From: Marco Atzeri Message-ID: <989dcacc-30eb-2dde-570f-c03758e3c000@gmail.com> Date: Sat, 4 Apr 2020 22:39:21 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 MIME-Version: 1.0 In-Reply-To: <484e6fc9-b85c-773c-0313-19e1dd19b321@benjammin.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Apr 2020 20:39:26 -0000 Am 04.04.2020 um 21:10 schrieb Ben: > On 4/4/20 1:58 PM, Åke Rehnman via Cygwin wrote: >> >> >> I do cross compiling all the time in cygwin and the reason is of >> course to not have to deal with windows paths and what not plus you >> have access to all the build tools like make binutils grep sed autotools. > > > Are you doing any arm compilation?  I'd be amused to get this to work on > Windows (under Cygwin). > > Cheers, > >  -Ben > why ? I did 15 years ago, and it worked fine. Regards Marco