From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20420 invoked by alias); 19 Mar 2014 18:50:13 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 20404 invoked by uid 89); 19 Mar 2014 18:50:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: limerock01.mail.cornell.edu Received: from limerock01.mail.cornell.edu (HELO limerock01.mail.cornell.edu) (128.84.12.99) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 19 Mar 2014 18:50:12 +0000 X-CornellRouted: This message has been Routed already. Received: from authusersmtp.mail.cornell.edu (granite3.serverfarm.cornell.edu [10.16.197.8]) by limerock01.mail.cornell.edu (8.14.4/8.14.4_cu) with ESMTP id s2JIoAPH027376 for ; Wed, 19 Mar 2014 14:50:10 -0400 Received: from [192.168.1.4] (cpe-67-249-194-47.twcny.res.rr.com [67.249.194.47]) (authenticated bits=0) by authusersmtp.mail.cornell.edu (8.14.4/8.12.10) with ESMTP id s2JIo9g5029417 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Wed, 19 Mar 2014 14:50:09 -0400 Message-ID: <5329E6ED.40309@cornell.edu> Date: Wed, 19 Mar 2014 18:50:00 -0000 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: cygwin-apps@cygwin.com Subject: Re: cygport cross compilation References: <5329C6AE.7080803@cornell.edu> <5329DC45.7070806@users.sourceforge.net> In-Reply-To: <5329DC45.7070806@users.sourceforge.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-03/txt/msg00019.txt.bz2 On 3/19/2014 2:04 PM, Yaakov (Cygwin/X) wrote: > On 2014-03-19 11:32, Ken Brown wrote: >> 2. I tried to do a build for x86-cygwin on x86_64-cygwin, but the >> compiler didn't work: >> >> $ cat test.c >> int >> main () >> { >> return 0; >> } >> >> $ i686-pc-cygwin-gcc test.c >> /tmp/ccaAaoj6.s: Assembler messages: >> /tmp/ccaAaoj6.s:9: Error: invalid instruction suffix for `push' > > WFM. Are you missing cygwin32-binutils? It was installed, but "cygcheck -c" showed that it was incomplete. Reinstalling it fixed the problem. Thanks. Ken