From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailout09.t-online.de (mailout09.t-online.de [194.25.134.84]) by sourceware.org (Postfix) with ESMTPS id 6ACBC385BF81 for ; Sun, 24 May 2020 17:46:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 6ACBC385BF81 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=t-online.de Authentication-Results: sourceware.org; spf=none smtp.mailfrom=HBBroeker@t-online.de Received: from fwd14.aul.t-online.de (fwd14.aul.t-online.de [172.20.26.242]) by mailout09.t-online.de (Postfix) with SMTP id 2E98B422443D; Sun, 24 May 2020 19:46:00 +0200 (CEST) Received: from [192.168.178.26] (VsA4ZuZ1QhlsnjsgW0npMFSqYkvZTYoWAuiKcr4quOebCwObwrZ+A9IhsY2JimvZ4Z@[87.154.40.174]) by fwd14.t-online.de with (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384 encrypted) esmtp id 1jcuhC-1wNZRY0; Sun, 24 May 2020 19:45:58 +0200 Subject: Re: help compilation qemu To: Juan carlos Rebate , cygwin@cygwin.com References: <60aeb992-c8ed-d0a0-4473-55c45deb641a@gmail.com> From: =?UTF-8?Q?Hans-Bernhard_Br=c3=b6ker?= Message-ID: <68f2d331-9add-fcb4-28fd-0173ad5e4763@t-online.de> Date: Sun, 24 May 2020 19:45:52 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 7bit X-ID: VsA4ZuZ1QhlsnjsgW0npMFSqYkvZTYoWAuiKcr4quOebCwObwrZ+A9IhsY2JimvZ4Z X-TOI-EXPURGATEID: 150726::1590342358-0000FE54-E7E9F65D/0/0 CLEAN NORMAL X-TOI-MSGID: 85e95af3-3bbc-4357-bbff-0c6699ae95cd X-Spam-Status: No, score=-2.2 required=5.0 tests=BAYES_00, FREEMAIL_FROM, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, 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: Sun, 24 May 2020 17:46:04 -0000 Am 24.05.2020 um 17:30 schrieb Juan carlos Rebate via Cygwin: [Can you _please_ cut down on the TOFU? Thanks ] > Hi Caba, I know qemu-system-i386 because the official binary is that ^^^^\ > size.As for the command used I use this:x86_64-w64-mingw32- this way it ^^^^^^ Those two marked details form a mismatch. If it's the i386 version you're trying to build, then the tool chain (equivalent to the --target argument in configure) is i686-w64-mingw32. > compiles perfectly except for the file sizes, if I add the option - s Add it where?