X-Recipient: archive-cygwin AT delorie DOT 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=RqYIJLyq0Hk39rKjIEVyZC6ipXL1aVXPkGKBU+KmGcd8Q4rUW6lSM iwecpRAjzFgaESr5GAswRGigrK15/zOhhw1UNmxIAfMkFZ59UCPF58MXZiRYHIy2 cDUrOBjIcmKJ9FH67gEIUYg+lez9aqww3FMCOU7r5gl+ICaQ17pet0= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=4A95ZdRPTsOfeLodAF2tf9k+LYw=; b=T5VHloZARCxVEDJaBLD1Kz/D9CPq Riv39pviJI6ydidrZ7bjeeQzxS8JtboioQfN5HSByTYy1Xlh41qeIegfALNi6HDf 6zvR7bwdVsmBwzcfkh1bElPkezSEyFtLUasEombHku63UIwVUCVYovogMe2qn9M0 +su68HtR6mSuTQc= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 Date: Wed, 5 Jun 2013 09:31:22 +0200 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Problem with make Message-ID: <20130605073122.GB4778@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) On Jun 5 09:00, Lange, Jan-Erik wrote: > Hello all, > > I tried to make a binary of a softcore processor called J1: http://excamera.com/sphinx/fpga-j1.html > > I installed the latest cygwin version available and all the devel packages. > > Doing "make j1.bin" I get: > > 3 [main] gforth 4824 dtable::stdio_init: couldn't make stderr distinct from stdout ^^^^^^^^^ There should have been more text, along the lines of ", Windows error X" What's X? This message occurs if the stdout and stderr handle are the same, and a DuplicateHandle on the stderr handle failed for reason X. Apart from that, the message itself is not dangerous and the gforth binary should run normally, except that stdout == stderr handle under the hood. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- 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