right... thanks -- // Naderan *Mahmood;
On Sun, Feb 19, 2012 at 3:12 AM, Ali Saidi <[email protected]> wrote: > delete your build directory and recompile. Sometimes scons seems to miss a > dependency. > > Ali > > On Feb 17, 2012, at 7:02 AM, Mahmood Naderan wrote: > > > Hi, > > Another problem fter updating to the latest revision: > > > > > > Using saved variables file /home/mahmood/gem5/build/variables/X86_SE > > NameError: name 'Parent' is not defined: > > File "/home/mahmood/gem5/SConstruct", line 1008: > > exports = 'env') > > File "/usr/lib/scons/SCons/Script/SConscript.py", line 614: > > return method(*args, **kw) > > File "/usr/lib/scons/SCons/Script/SConscript.py", line 551: > > return _SConscript(self.fs, *files, **subst_kw) > > File "/usr/lib/scons/SCons/Script/SConscript.py", line 260: > > exec _file_ in call_stack[-1].globals > > File "/home/mahmood/gem5/build/X86_SE/SConscript", line 442: > > exec('from m5.objects import %s' % modname) > > File "<string>", line 1: > > None > > File "/home/mahmood/gem5/build/X86_SE/SConscript", line 422: > > exec file(source.abspath, 'r') in mod.__dict__ > > File "/home/mahmood/gem5/src/mem/cache/BaseCache.py", line 36: > > class BaseCache(MemObject): > > File "/home/mahmood/gem5/src/mem/cache/BaseCache.py", line 86: > > system = Param.System(Parent.any, "System we belong to") > > > > > > The last line is new since it wasn't in previous revisions. > > what is "Parent" then? > > -- > > // Naderan *Mahmood; > > _______________________________________________ > > gem5-users mailing list > > [email protected] > > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users > > > > _______________________________________________ > gem5-users mailing list > [email protected] > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
