Hi, I have wrote this entry for xalancbmk (the same as one stated in gem5 website)
xalan_dir = spec_dir + '483.xalancbmk/exe/' xalan_bin = xalan_dir + 'Xalan_base.amd64-m64-gcc44-nn' xalan = LiveProcess() xalan.executable = xalan_bin xalan.cmd = [xalan.executable] + ['-v', 't5.xml', 'xalanc.xsl'] However I get this error: fatal: syscall getcwd (#79) unimplemented. Is there any patch or work around to fix that. I really need that benchmark -- // Naderan *Mahmood; _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
