X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 22B38396EC79 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1610030360; bh=zgzyjYArIM5gNDyd8G8CKycA6bzNCfrjuVVNYnWiNy4=; h=Subject:To:References:Date:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=ZHIeW2AKpKmMYCiNaOAPRKi131yDgSWyrf5CVN11x/DV//cNn1xRBOd9NY0pg+j10 75b3PJ8DJnRBaBB7mtc27diCyt/K9U2U8p7OKso+JlgVFG65B0wCxRH49yo/qsQ9Fw NiUTxOyeNtGO4lhPQs4JQURUjowImJ0PaH4Cv0Bg= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org BCC133851C3D 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) Subject: Re: problem using gcc-core for compile qemu To: cygwin AT cygwin DOT com References: 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-Language: it 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 AT cygwin DOT 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: , From: Marco Atzeri via Cygwin Reply-To: Marco Atzeri Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: cygwin-bounces AT cygwin DOT com Sender: "Cygwin" 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 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple