From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x52a.google.com (mail-ed1-x52a.google.com [IPv6:2a00:1450:4864:20::52a]) by sourceware.org (Postfix) with ESMTPS id BCC133851C3D for ; Thu, 7 Jan 2021 14:39:16 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BCC133851C3D Received: by mail-ed1-x52a.google.com with SMTP id p22so7888684edu.11 for ; Thu, 07 Jan 2021 06:39:16 -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=Ws6S3IHXAyGXrPGarMKNoXbBU0S/tfH8QUEdlEXSJ1Q=; b=JlojnSL2Hf79L9In294314SWquKT2rzcBaWoSAkIA9cVPfhZbBt/M7MYLOt7ukSksq 8b7kIWFwRqpOHV9HccZbr222wSYRSgrGL8hyGCtjNERYG5t2dNT6gsJRvIOxR9N1nhqQ +Uy1EIxg+0oN/zFEcXthRdjnR9KjOhBIz13LV4xWLUIOrL2BRvTAwEz0tCiQ3uBHpNML n1yiBMzxXbewmOpc3uRKCdQMEXwmvgXP08mE6YA43G1LVCjvgIL6Lkcqn81WOM0Y5Wn4 EqqeTPY8v+dNYIlhgZPPglJgnQxjRLemWIwxBvlvwoqOUMzqZpx62HEFT44obYXZtjqB 2OvA== X-Gm-Message-State: AOAM531+J7vg7LeD05+MxjaIhv1QUrveuWgPU54sAHGWO9C5G7ocpRuw GL7z+g1mPR/yRWyfhIViy/YH+E14CH02gVNJ X-Google-Smtp-Source: ABdhPJzPRdMMGhDgL+CPND8Gj8GyolfLSL/hUzSXz+jge71IYAX4jAVYPNWhAjako1ccc237WbDo+Q== X-Received: by 2002:a50:cdc8:: with SMTP id h8mr1930761edj.293.1610030355787; Thu, 07 Jan 2021 06:39:15 -0800 (PST) Received: from ?IPv6:2003:cc:9f0c:c8ef:1188:62b2:839a:a3dd? (p200300cc9f0cc8ef118862b2839aa3dd.dip0.t-ipconnect.de. [2003:cc:9f0c:c8ef:1188:62b2:839a:a3dd]) by smtp.gmail.com with ESMTPSA id by30sm2748007edb.15.2021.01.07.06.39.15 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 07 Jan 2021 06:39:15 -0800 (PST) Subject: Re: problem using gcc-core for compile qemu To: cygwin@cygwin.com References: From: Marco Atzeri Message-ID: <1d7072d9-c982-d3cd-e4ca-b4fd3dc1c6f6@gmail.com> Date: Thu, 7 Jan 2021 15:39:13 +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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: it Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, 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: Thu, 07 Jan 2021 14:39:18 -0000 On 07.01.2021 04:23, Juan carlos Rebate via Cygwin wrote: > Good morning happy new year, first of all I am going to ask you that > when you read my case, do not refer me to another tool, do not refer > me to another environment, but above all do not ask me to read because > I already read all of Google and there is no solution , but I refuse > to think that there is not, it is simply that nobody has bothered to > publish it. If the upstream developers have not bothered to use a serious configure system,, I doubt there is a easy solution. Questions: Are you trying to build for Cygwin or for Windows in general ? why you can not use the Windows binaries ? > I am using the gcc-core 9.3 package to compile qemu, I use this one > because mingw does not incorporate all the features that I am looking > for, and gcc is able to search for resources as it would in linux > whereas mingw cannot unless the paths are edited. > the problem that appears to me is the following: > ERROR: Unrecognized host OS (uname -s reports 'CYGWIN_NT-10.0'), there > are no options to indicate the target, there are no options to avoid > the operating system test, (at least not in a simple way). How could I > solve the failure? I beg that it be done as I have it configured have you looked inside the configure script ? It clearly needs to be patched for accepting other options, and that is the reason why autoconf/cmake/.. were developed some time ago. Regards Marco