From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 53261 invoked by alias); 6 Apr 2018 06:00:25 -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 53241 invoked by uid 89); 6 Apr 2018 06:00:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*RU:!192.168.1.100!, H*r:ip*192.168.1.100, Hx-spam-relays-external:!192.168.1.100!, Hx-languages-length:1759 X-HELO: m0.truegem.net Received: from m0.truegem.net (HELO m0.truegem.net) (69.55.228.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 06 Apr 2018 06:00:17 +0000 Received: (from daemon@localhost) by m0.truegem.net (8.12.11/8.12.11) id w3660C7f082143 for ; Thu, 5 Apr 2018 23:00:12 -0700 (PDT) (envelope-from mark@maxrnd.com) Received: from 76-217-5-154.lightspeed.irvnca.sbcglobal.net(76.217.5.154), claiming to be "[192.168.1.100]" via SMTP by m0.truegem.net, id smtpdqgoNn9; Thu Apr 5 23:00:02 2018 Subject: Re: croos compiler error To: cygwin@cygwin.com References: <4264c9f0-fbbb-594e-bc37-7181ca60a041@comcast.net> From: Mark Geisert Message-ID: <8a3781f9-b7c8-20aa-ca0d-aed72ca4789d@maxrnd.com> Date: Fri, 06 Apr 2018 06:00:00 -0000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0 SeaMonkey/2.46 MIME-Version: 1.0 In-Reply-To: <4264c9f0-fbbb-594e-bc37-7181ca60a041@comcast.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2018-04/txt/msg00048.txt.bz2 Mark A. Engel wrote: > cygwin64: > I have been trying to build the cross compiler tool for my Windows 10. I have > installed cygwin64 and is working well. I downloaded the crosstool-0.43 > version. I have executed "sh demo-x86_64.sh" and after a bout 10 minutes of > building the build fails with "cc: error: spawn: No such file or directory". > See attached file. I have tried to install/get a spawn package with the > setup-x86_64 command. There is no spawn package. I cannot get any further on > the build. I have looked everywhere and no use. Let me know what I am missing > or where I can get the spawn command for cygwin64 on Windows 10. Thanks for continuing here, Mark. Unfortunately, you can color me mystified. "spawn" is not a Cygwin command or package. It's not clear from the log what exactly is requiring "spawn". I see that a number of gprof source files were compiled successfully by gcc, but then there's a "cc" command that failed. On normal Cygwin installations, cc is a symlink to gcc.exe but I wonder if that's true on your system. To go further with this we'll need the cygcheck output described on http://cygwin.com/problems.html, namely 'cygcheck -svr > foo' and then *attach* foo to your next reply, without compressing or encoding it. I also see that crosstool has not been updated since 2006. The source packages it downloads to build are all old versions of things. You may be interested that there is also a crosstool-NG (next generation) that was updated last year and I was able to download, configure, build, and install on Cygwin64 without any trouble. So this may be way forward for you if ct-ng supports your target and you don't absolutely require crosstool. Hope this helps somehow, ..mark -- 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