On Fri, 1 Jul 2011, Joel Hestness wrote:
Hey Brad, This patch could not have come at a better time; Just this morning, I ran into something that would take a lot of work to get around without functional accesses in Ruby. I'm gunning to use it asap.Anyway, I've merged with these three patches, but when I try to compile, I get a missing file error: ------------------------------------------------ SLICC writing HTML files... IOError: [Errno 2] No such file or directory: '/home/joel/research/m5/gem5-test/build/X86_FS/mem/ruby/system/AbstractMemory.py': File "/home/joel/research/m5/gem5-test/SConstruct", line 989: exports = 'env') File "/usr/lib/scons/SCons/Script/SConscript.py", line 616: return apply(method, args, kw) File "/usr/lib/scons/SCons/Script/SConscript.py", line 553: return apply(_SConscript, [self.fs,] + files, subst_kw) File "/usr/lib/scons/SCons/Script/SConscript.py", line 262: exec _file_ in call_stack[-1].globals File "/home/joel/research/m5/gem5-test/build/X86_FS/SConscript", line 442: exec('from m5.objects import %s' % modname) File "<string>", line 1: None File "/home/joel/research/m5/gem5-test/build/X86_FS/SConscript", line 422: exec file(source.abspath, 'r') in mod.__dict__ ------------------------------------------------ Is the patch just missing this file, or is there another linking problem going on? Thanks, Joel
Yes, the file is missing, I will check it in some time soon. -- Nilay _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
