Skip to Content.
Sympa Menu

svadev - Re: [svadev] SAFECode's whole-program analysis features

svadev AT lists.siebelschool.illinois.edu

Subject: Svadev mailing list

List archive

Re: [svadev] SAFECode's whole-program analysis features


Chronological Thread 
  • From: John Criswell <criswell AT illinois.edu>
  • To: Fábio Resner <fabiusks AT gmail.com>
  • Cc: svadev AT cs.uiuc.edu
  • Subject: Re: [svadev] SAFECode's whole-program analysis features
  • Date: Mon, 7 May 2012 13:56:42 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/svadev>
  • List-id: <svadev.cs.uiuc.edu>
  • Organization: University of Illinois

On 5/7/12 1:35 PM, Fábio Resner wrote: Now I'm having problems while running $make all-gold

Here is the error message:

cc1plus: warnings being treated as errors
In file included from ../../src/gold/_expression_.cc:33:
../../src/gold/script-c.h:221: error: ‘yylex’ initialized and declared ‘extern’
../../src/gold/script-c.h:221: error: ‘YYSTYPE’ was not declared in this scope
../../src/gold/script-c.h:221: error: expected primary-_expression_ before ‘,’ token
../../src/gold/script-c.h:221: error: expected primary-_expression_ before ‘void’
../../src/gold/script-c.h:221: error: initializer _expression_ list treated as compound _expression_
make[3]: *** [_expression_.o] Error 1
make[3]: Leaving directory `/home/fabio/safecode/binutils/build/gold'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/fabio/safecode/binutils/build/gold'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/fabio/safecode/binutils/build/gold'
make: *** [all-gold] Error 2


I'm not sure what's wrong.  Did you use --enable-gold and --enable-plugins on the configure command line?

I think you should ask on llvmdev what might be wrong.  I can't tell what else might be the problem (as I don't recall having seen this error message before).

-- John T.




Archive powered by MHonArc 2.6.16.

Top of Page