Perhaps there is a compatibility flag (or some other flag) to disable the code that is emitted below?
-----Original Message----- From: Moore, Robert Sent: Tuesday, July 31, 2012 2:31 PM To: Idwer Vollering Cc: Michael S. Tsirkin; Kevin O'Connor; seabios@seabios.org; Tang, Feng Subject: RE: [SeaBIOS] Compiling SeaBIOS for coreboot has problems with its ACPI code
Yes, for whatever reason, it is definitely an issue with the newer version of bison. None of the code below is output with bison 2.4.2:
#if YYDEBUG extern int AslCompilerdebug; #endif
#ifdef YYPARSE_PARAM #if defined __STDC__ || defined __cplusplus int AslCompilerparse (void *YYPARSE_PARAM); #else int AslCompilerparse (); #endif #else /* ! YYPARSE_PARAM */ #if defined __STDC__ || defined __cplusplus int AslCompilerparse (void); #else int AslCompilerparse (); #endif #endif /* ! YYPARSE_PARAM */
-----Original Message----- From: Idwer Vollering [mailto:vidwer@gmail.com] Sent: Tuesday, July 31, 2012 2:20 PM To: Moore, Robert Cc: Michael S. Tsirkin; Kevin O'Connor; seabios@seabios.org; Tang, Feng Subject: Re: [SeaBIOS] Compiling SeaBIOS for coreboot has problems with its ACPI code
2012/7/31 Moore, Robert robert.moore@intel.com:
And, could you please send the bison output file "aslcompilerparse.h"
Thanks, Bob
Attached.