From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by sourceware.org (Postfix) with ESMTPS id C82C6386F81D for ; Fri, 8 Jan 2021 13:19:45 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C82C6386F81D Received: by mail-wr1-x42b.google.com with SMTP id q18so9026534wrn.1 for ; Fri, 08 Jan 2021 05:19:45 -0800 (PST) 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-language :content-transfer-encoding; bh=An6VX05lmzXaYuh/MJ/ntPw6uqOMkVZiaZN8KNmpyaw=; b=HJVbK7BcSyclPHWKPCU92Am/xXU4f8WdPefJ3h7sNsWWvDywi82Ige1ia8eEmAT0Qj 2IoyUL5h0Xj9hctlX7QdwM6FhQOP3DqgopyXdfSIo7/+OEqPdNlmGHKBSlSzpsMYd4II +/kZ5uxJloWdCBtPoksP3vFu/feMtdUlAxupQSlh9xqVghSbb7ej8VLMT5Oz908BVNj+ SRtoyzrYHmupyo6sq4En4LFNybvCQ4qEFK+FClRfCb3dM/rTC4YArQN2OZFRkxFfGxyl 6q39gWt0hf0JMxC4kNrR9zWn0XO7/3cSrNnai8Zif1gHW1QOMvvOZ1Z5d1rBVBbSm3Lb XIzA== X-Gm-Message-State: AOAM532Bqfj/cNqaJbzu0MhYw1qo09KaMmdofp6PpSfgl2cvJ+8K4jwT pTSXlqIA3Oc0FJTGD0WfNxK4m8Wwo94q4mFH X-Google-Smtp-Source: ABdhPJwTburMhgZLEFB5NEKXLpX4WysAqZzNoTrowv953qSRWL/cKIg8Ixmnc6XngkVWBrvPJdrLRg== X-Received: by 2002:a5d:43c3:: with SMTP id v3mr3604365wrr.184.1610111984935; Fri, 08 Jan 2021 05:19:44 -0800 (PST) Received: from [192.168.2.121] (p5dda1f06.dip0.t-ipconnect.de. [93.218.31.6]) by smtp.gmail.com with ESMTPSA id o8sm13370616wrm.17.2021.01.08.05.19.44 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 08 Jan 2021 05:19:44 -0800 (PST) Subject: Re: problem using gcc-core for compile qemu To: cygwin@cygwin.com References: <1d7072d9-c982-d3cd-e4ca-b4fd3dc1c6f6@gmail.com> <085cd7e2-93d1-fe94-6bbd-236751db4963@cs.umass.edu> From: Marco Atzeri Message-ID: <99040496-3c9c-dae0-80df-798d2d25ee9b@gmail.com> Date: Fri, 8 Jan 2021 14:19:42 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <085cd7e2-93d1-fe94-6bbd-236751db4963@cs.umass.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.4 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no 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: Fri, 08 Jan 2021 13:19:47 -0000 On 08.01.2021 14:06, Eliot Moss wrote: > On 1/8/2021 3:42 AM, Arthur Norman via Cygwin wrote: > >> I can't use virtualbx because what I need is to emulate > >> the aarch64 architecture, I don't want to use binaries compiled by > >> others, one of the reasons is that those binaries don't include > > I want to second some of that. > > One advantage of VirtualBox is that Ubuntu packages fo cross compiling > to ARM > already exist so I just install and run them. > building a cross compiler in Cygwin is extremely time consuming. Better use the Virtual box Regards Marco