This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Re: building a cross-compiler for Linux/OSX
- From: "Yaakov (Cygwin/X)" <yselkowitz at users dot sourceforge dot net>
- To: cygwin <cygwin at cygwin dot com>
- Date: Thu, 10 Feb 2011 05:05:27 -0600
- Subject: Re: building a cross-compiler for Linux/OSX
- References: <20110207095038.GA26629@loewenpard.local>
On Mon, 2011-02-07 at 10:50 +0100, Fabiano Sidler wrote:
> I'm trying to build a cross-compiler under Linux and MacOSX using this
> script: http://sourceware.org/ml/cygwin/2010-08/txt00010.txt
> I get the same error on Linux and MacOSX after the make of line 340:
Cygwin normally builds with -Werror but there are a few warnings
generated by GCC 4.5 which haven't been fixed yet in the code. Remove
-Werror from $top_builddir/i686-pc-cygwin/winsup/cygwin/Makefile and the
rest of the build should precede without any further difficulties.
Yaakov
Cygwin Ports
--
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