Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Tue, 18 Sep 2001 11:47:01 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Binutils and GCC Message-ID: <20010918114701.D510@redhat.com> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <5 DOT 1 DOT 0 DOT 14 DOT 2 DOT 20010917231126 DOT 00a63d30 AT mail DOT whidbey DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5.1.0.14.2.20010917231126.00a63d30@mail.whidbey.com> User-Agent: Mutt/1.3.21i On Mon, Sep 17, 2001 at 11:47:20PM -0700, Doug Johnson wrote: >I am having a similar experience. I built a cross compiling gcc for >W98->MIPS last week using 1.3.2. Today I rebuilt my system from bare >metal to run W2K. Everything else is fine, but I cannot compile >binutils using 1.3.3. I get the same error that David is getting. > >I have tried to revert to 1.3.2, but that doesn't work because for some >reason setup now believes that the cygwin package should be >cygwin-1.3.2-1.tar.bz2 (rather than cygwin-1.3.2-1.tar.gz, which is >what I have from my previous install). > >So I'm kind of toast for the moment. Any guidance would be helpful. It is just C source code we're talking about, right? You have an editor? Look at the place where the errors are coming from and make an educated guess about fixing it. What is the worse that can happen? If you screw up do you think that this will cause gcc to subtly miscompile your code so that all of the add instructions are turned into sub instructions or something? That's not going to happen. You are all programmers right? Inspect the code. Invest five minutes worth of analysis into the problem. If this is too tough for you, try removing the offending file from the makefile or building from CVS sources. I can't believe that there are three messages on this subject from people who are apparently programmers without one suggested fix. cgf >Thanks. > >Doug Johnson > >Jason Kajita wrote: > >>David T. Schneider" wrote: >>... When I try to build the tools to compile ARM code on CygWin >>following the direction supplied for building ecos I get: >>/usr/src/binutils-2.10.1/libiberty/strerror.c:461: conflicting types for >>`sys_errlist' >>/usr/include/sys/errno.h:23: previous declaration of `sys_errlist' >>when the make reaches /usr/src/binutils-2.10.1/libiberty/strerror.c >> >>I've also tried performing a native build for gcc-2.95.3 and gcc-3.0.1 >>and get the same error. ... >> >>======================================================================== >>Further information on the issue: >>I have believe that this problem may be related to the 1.3.3 cygwin1.dll >>release. When I revert back to 1.3.2-1, I do not get the error. > > >-- >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >Bug reporting: http://cygwin.com/bugs.html >Documentation: http://cygwin.com/docs.html >FAQ: http://cygwin.com/faq/ -- cgf AT cygnus DOT com Red Hat, Inc. http://sources.redhat.com/ http://www.redhat.com/ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/