bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug report


From: Nick Clifton
Subject: Re: bug report
Date: Tue, 07 Sep 2010 12:48:51 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100720 Fedora/3.0.6-1.fc12 Thunderbird/3.0.6

Hi Bin,

I encountered a bug in the newest version of binutils.
4. The error message:
../../src/gold/plugin.cc: 618:13: error: variable 'sym_size' set but not
used [-Werror=unused-but-set-variable]

That is strange, since sym_size is used on the very next line:

  unsigned char symbuf[sym_size];

I suspect that this is a bug in the version of gcc that you are using.


I tried to delete -Werror from the Makefile but I could not find it.

You could try adding the "--enable-werror=no" option when configuring your build. That should do the trick.

Cheers
  Nick



reply via email to

[Prev in Thread] Current Thread [Next in Thread]