From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailsrv.cs.umass.edu (mailsrv.cs.umass.edu [128.119.240.136]) by sourceware.org (Postfix) with ESMTPS id 06E683890413 for ; Thu, 7 Jan 2021 03:37:42 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 06E683890413 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=roc.cs.umass.edu Authentication-Results: sourceware.org; spf=none smtp.mailfrom=moss@roc.cs.umass.edu Received: from [192.168.0.23] (c-24-62-203-86.hsd1.ma.comcast.net [24.62.203.86]) by mailsrv.cs.umass.edu (Postfix) with ESMTPSA id 9BB2640167C9; Wed, 6 Jan 2021 22:37:41 -0500 (EST) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable From: Eliot Moss Mime-Version: 1.0 (1.0) Subject: Re: problem using gcc-core for compile qemu Date: Wed, 6 Jan 2021 22:37:39 -0500 Message-Id: <95B04C01-4ACD-4192-A225-9458A5722458@roc.cs.umass.edu> References: Cc: cygwin@cygwin.com In-Reply-To: To: Juan carlos Rebate X-Mailer: iPhone Mail (18C66) X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, 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: Thu, 07 Jan 2021 03:37:43 -0000 Sent from my iPhone > On Jan 6, 2021, at 10:23 PM, Juan carlos Rebate via Cygwin wrote: >=20 > =EF=BB=BFGood morning happy new year, first of all I am going to ask you t= hat > 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. > 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 > -- > 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 You may want to cross compile from Cygwin to mingw. There are Cygwin FVC pac= kages for that. Eliot Moss=