Re: [gem5-users] Got 'keyError: 'SWIG' error message

2012-08-07 Thread Andreas Hansson
o:gem5-users@gem5.org>> Date: Tuesday, 7 August 2012 15:44 To: "ni...@cs.wisc.edu<mailto:ni...@cs.wisc.edu>" mailto:ni...@cs.wisc.edu>>, gem5 users mailing list mailto:gem5-users@gem5.org>> Subject: Re: [gem5-users] Got 'keyError: 'SWIG' error message

Re: [gem5-users] Got 'keyError: 'SWIG' error message

2012-08-07 Thread Steve Reinhardt
This does seem like a bug in the SConstruct though in that we use main['SWIG'] on line 351 but don't check to see if it's valid and warn about not having swig installed until line 577. Anyone have any idea why it's that way, and why we don't move the check up earlier? Steve On Tue, Aug 7, 2012 a

Re: [gem5-users] Got 'keyError: 'SWIG' error message

2012-08-07 Thread Nilay
It seems like SWIG is not installed on the machine. Can you confirm? -- Nilay On Tue, August 7, 2012 2:39 am, Haera Chung wrote: > Hi, > > > > Is there anyone who can help me to solve below problem? > > I ran 'scons' command shown as: > >>scons build/ALPHA_FS/gem5.opt PROTOCOL=MOESI_CMP_direct RU

[gem5-users] Got 'keyError: 'SWIG' error message

2012-08-07 Thread Haera Chung
Hi, Is there anyone who can help me to solve below problem? I ran 'scons' command shown as: >scons build/ALPHA_FS/gem5.opt PROTOCOL=MOESI_CMP_direct RUBY=True And get below message (keyError: 'SWIG') First time I install and run splash on gem5 was around April 2012. That time I wasn