Re: [m5-dev] Cron m5t...@zizzer /z/m5/regression/do-regression quick

2009-09-13 Thread Ali Saidi
The error is: build/ALPHA_SE/params/params_wrap.cc: In function 'void SWIG_Python_AddErrorMsg(const char*)':^M build/ALPHA_SE/params/params_wrap.cc:880: error: format not a string literal and no format arguments It's from code that looks like: char *foo = blah %d; printf(foo, x); It occurs

Re: [m5-dev] SPARC_SE hook up a few more syscalls

2009-09-13 Thread nathan binkert
Did anyone ever import this code? If not, anyone see any reason not to? On Wed, Jul 29, 2009 at 2:50 PM, Vince Weaver vi...@csl.cornell.edu wrote: Hello I'm trying to run gcc from spec2k under SPARC_SE and ran into a few unimplemented syscalls.  Attached is a patch that enables getrlimit and

Re: [m5-dev] splitting up decoder.cc

2009-09-13 Thread Steve Reinhardt
On Tue, Aug 25, 2009 at 7:07 PM, Steve Reinhardt ste...@gmail.com wrote: On Tue, Aug 25, 2009 at 6:56 PM, Gabriel Michael Blackgbl...@eecs.umich.edu wrote: Probably the easiest way would just be to take a current decoder.cc, hack it up manually to match one of the thigns we're proposing, then