From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51732 invoked by alias); 8 Jun 2018 13:34:30 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 51722 invoked by uid 89); 8 Jun 2018 13:34:29 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HContent-Transfer-Encoding:8bit X-HELO: mail-io0-f172.google.com Received: from mail-io0-f172.google.com (HELO mail-io0-f172.google.com) (209.85.223.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Jun 2018 13:34:28 +0000 Received: by mail-io0-f172.google.com with SMTP id s26-v6so15922954ioj.4 for ; Fri, 08 Jun 2018 06:34:28 -0700 (PDT) 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:openpgp:autocrypt :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=qkqYz7Otnps7fg9TJ1/voEXgMCNptajz8t35Rz37OcI=; b=Hu2wYKbhQ2A8hG13AGCF+VWabFUCcaMZyC2TQhVkUHYPGY4WJJieI7PofzcFHv9QEw xDbi3jaRbGIDwQBSGpQ+i4cw5gKuaj+F2EnjtVfwpk/uQnGhM2vIM69DdNl8QwkQYUgg 3Odddljo1A85P3065QMNH9FN2cRsiMkRiLK+qwL8fmh+srp1MQkNwHPhOEgBYmlwIj9r 1abtyaiEBZJa7Qevz1/JBu9zq4OzI2lhwMNz8aJNYq0tAB41Pt2oyuT6sfWAUV75O9tU iUvZG6bOVnet2y+xYdYegWUZYp2v0khaqP4bwboE0AEr1xMGDOUPGSatrfiAq49wNw5D ssAA== X-Gm-Message-State: APt69E2rwMDBscqnoJxbSYJYsPmwn6am+ZFrCYaY3tHdITeoXyoXTz6q gAUbKxU9nTZ0aJmmWA3RYcBOfg== X-Google-Smtp-Source: ADUXVKIOelvhyCbABmaA6XgN8SfS06kP+bov5HfokrevmKUq0A3AwPS+23WXKaAbDOOFWRYkW5rxbA== X-Received: by 2002:a6b:8c91:: with SMTP id o139-v6mr5177408iod.148.1528464866575; Fri, 08 Jun 2018 06:34:26 -0700 (PDT) Received: from [192.168.0.19] ([50.4.50.42]) by smtp.gmail.com with ESMTPSA id l22-v6sm2642551ioc.25.2018.06.08.06.34.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 08 Jun 2018 06:34:26 -0700 (PDT) Subject: Re: running self compiled 32 bit binary on 64 bit Windows? To: cygwin@cygwin.com References: <20180606115005.GA15015@rus.uni-stuttgart.de> <0F7D3B1B3C4B894D824F5B822E3E5A17787FB4BB@IRSMSX102.ger.corp.intel.com> <3110356010.20180606204945@yandex.ru> <20180608131943.GA20898@rus.uni-stuttgart.de> From: cyg Simple Openpgp: preference=signencrypt Message-ID: <931f23f8-3b04-08fa-0e34-ed2aeab35188@gmail.com> Date: Fri, 08 Jun 2018 13:34:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <20180608131943.GA20898@rus.uni-stuttgart.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2018-06/txt/msg00090.txt.bz2 On 6/8/2018 9:19 AM, Ulli Horlacher wrote: > > I have compiled the application with gcc from cygwin. > It runs without problems on Windows 7 32 bit but on Windows 8 64 bit it > does not output ANYTHING. No (error) message, nothing. > You CANNOT move a 32bit Cygwin application to a 64bit Cygwin environment! It will not work. > How can I debug it? > You can't! You need a 32bit Cygwin environment to run a 32bit application. The other option is to rebuild from source on the 64bit Cygwin. -- cyg Simple -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple