X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; q=dns; s=default; b=Ge1db7vwT7/abOH2
	60Xy9Zv4Jg2ZOjyWdEpMct+uRRCpvc8tjl325dox/HGvv3KY9IC+WuUxmPV5qhPd
	wpVWjgHgkTmxiY+yMABQc4ivIHofaAPEJaDiyPkbBtxz6hV+4EwKlGEZMZ0XXxJi
	BFRWwLQQzoTCjywbxj3SnjEmhBo=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type
	:content-transfer-encoding; s=default; bh=2BWGLjDTMsEducuuHjYhlw
	in4lU=; b=Z8hAAAwaHeB0KZC59IsetZgVTR1NoABntZAOzs9zVIfKNqLbNMtQaK
	kN8yw3xIt6w+1qBnKtFBQBWLPkgNqzVpK62hKBIoQdhr4LNzWiSgXqWUOezvg8gF
	zcl+dg1Xj6OOmfONqySTeujXgiq3nH26yutipROOZ3f6obVca3W+s=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
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
Subject: Re: croos compiler error
To: cygwin@cygwin.com
References: <4264c9f0-fbbb-594e-bc37-7181ca60a041@comcast.net>
From: Mark Geisert <mark@maxrnd.com>
Message-ID: <8a3781f9-b7c8-20aa-ca0d-aed72ca4789d@maxrnd.com>
Date: Thu, 5 Apr 2018 23:00:01 -0700
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

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

