This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with make


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]