Hi all, I am trying to run a benchmark in gem5 and while running the benchmark, I am getting “fatal: syscall newfstatat (#262) unimplemented” error.
It seems gem5 has a "fstatat()" syscall defined but no definition for " newfstatat()" exists. So, I was thinking of redirecting the "newstatat()" syscall to the already defined "fstatat()" syscall. I am not sure if this the correct approach and would like to know the thoughts of folks who might have already experienced same/similar problem. Another option is to try to remove the syscall from the benchmark by modifying the code and/or recompiling the code. But this syscall comes from a pre-compiled library that I am using and I would go down the path of recompiling that library only as my last option.... :) Thank you -Sooraj Puthoor _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
