From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4A0541396D0 for ; Mon, 25 Sep 2017 05:23:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7FA25E0FDA; Mon, 25 Sep 2017 05:23:07 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.17.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2226E0EE0 for ; Mon, 25 Sep 2017 05:23:06 +0000 (UTC) Received: from localhost ([79.223.104.186]) by mail.gmx.com (mrgmx102 [212.227.17.168]) with ESMTPSA (Nemesis) id 0Mc8Pz-1dgkXp0691-00JYZ2 for ; Mon, 25 Sep 2017 07:22:54 +0200 Date: Mon, 25 Sep 2017 07:22:53 +0200 From: tuxic@posteo.de To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Need help to compile a minimal wine Message-ID: <20170925052253.aldjzxbrze44pm54@solfire> Mail-Followup-To: gentoo-user@lists.gentoo.org References:<20170923182145.obtuqoti3txp36l4@solfire> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20170907 (1.9.0) Sender: X-Provags-ID: V03:K0:af/QPpVknb5/hLWKwp5H86omZSoeSmOWGq+q27Oc10FH4y4myUJ pJowfMJnALbGVLMh6stxH6s7uadXalJ+0TXWmeorgejgo9VJ3Ak9A7hhorcG1VEA/psCYqm k75bsphuE+ONn2WflALQ7SPeZ1TWwPVPScjHYeo+voNdaynEGnS6gM73VaLZHWNh6TfAy0v 6/SM2qop0U8H+B58pH7ww== X-UI-Out-Filterresults: notjunk:1;V01:K0:M+PiyhGw9hU=:IAjIrAIHzw5F+OHcYYDosR gNKVyJo51zezZKeg8MubK+cAuZRKExhpiHlxJn90zZrwYuY0qaqgoRrljB/hZVBxEEIyreoLA E9c9pQ18MTPNMH2RgdjQ/Qncsi3Oe9G3bDbrBFiLMV/9Yti8Vt0A0lhDaiDjqR2c43FTK4OZk A4q6nPhveeN8T/xHJReFQ+lx+VmM276HCHpT0km5BuTmcX94Q0v9wNCh+Za/0IuPx28RTVv0p 6Uay8ykPjoKiWLB1UGx1iyyrEoFEARDVZwxQ+y0W/q/2cxILQsTWJAk5JtfaJoRzZW3UcDZPQ Z3JrxuGv5hnT+J3hdGxyZV61hWM2twK757yGWREqGrcMiQ0VlEcvLWHTGWXvtsFM1/om6d7s9 ahLPovTdMhtoL038pZ/WWIggA52QrYzzLG7YJZef2sWBVGWmnM4M854IpOEbsSVdBi69qeATt nU9x4XS0KnJpmJ/Bt/grumJPmQL45NAajEoz2fO+xxhWULvenPL9nkp6UwzD5QurmIgRRmK1c q5v8BIDqo5BjDA9Mmrk8al+jXioCnnuPVSp0FEHP5rSBBLT/wnZb7FtrdOiK9BxBnHZjI0lQ0 StcS8GsljiU5WVbkfigj1NeMhyvQvfGEjTLQ30JCsiIJr6MV8YB/kyAKvXwtCCw3Od/VVulOo jMZvGjJQrc6TJMViMljKHufnRRggELNhIwhoW8N9AkmNje+zllFLu95TfpZa4njS+7J3+/5B0 shoUEr+YLSqOA18uZUiwVAp0KmScuae8G46BS7QK2CRcp2r3NRezIU5rWqTGYHSfR6AEdynZV r7NeQRFvWE8FSR67hETu0SLMGCg/A== X-Archives-Salt: 1c156fe1-523f-4a38-860c-17706ac35494 X-Archives-Hash: abcd66464afd4f3fccaba0e209c47ffb On 09/23 06:39, R0b0t1 wrote: > On Sat, Sep 23, 2017 at 1:21 PM, wrote: > > Hi, > > > > I want to compile wine to execute a single commandline tool. > > That's it. > > > > The commandline tool is the AVR-assembler made by ATmel to recompile > > a FORTH interpreter for the AVR-line of microcontrollers of > > ATMEL/Micorchip: > > > > Are you sure you need the assembler as released by Atmel? Most of > their development work seems to have gone to AVR-GCC. Is the syntax of > avrasm2 unique and are there any features that are not implemented in > GNU as? > > > avrasm2.exe: PE32 executable (console) Intel 80386, for MS Windows > > > > [...] > > > > (My system is not multilib.) > > > > As "WINE is Not an Emulator" it seems to me like you will either need > to reinstall as a multilib system, or set up an x86 chroot or > container to run the assembler. > > There is a small possibility that WINE's WOW64 support (the thing that > runs Win32 executables on Win64) does not require multilib, but if so > then they would have needed to reimplement large parts of multilib and > certain kernel facilities. It does not seem likely that they would > have done this. > > Looking at https://wiki.winehq.org/Building_Wine#Shared_WoW64 it seems > like there is an implicit dependency on a multlib system. Most Linux > distributions are multilib, likely because it is necessary to support > many closed source Linux programs. > > Cheers, > R0b0t1 > Yes, unfortunately I am sure that I need the ATmel-thingy... Amforth as Flashforth are written in ATmel Assembler and based on/compiled with avrasm2...I talked to the developers in beforehand. How can I compile a minimal wine (as described) for my puposes? Cheers Meino