readme.windows

来自「一个很有名的硬件模拟器。可以模拟CPU」· WINDOWS 代码 · 共 19 行

WINDOWS
19
字号
As of SimpleScalar 3.0, the SimpleScalar simulator (for PISA or Alpha)should build out-of-the-box on Cygwin32 for Windows NT or XP.NOTE: the SimpleScalar PISA compiler tools will not build on Windows NT.Either build the binaries on another little-endian supported platform,or grab them from the binaries release available from the same placeyou found this package.NOTE1: There are some deficiencies with this port; specifically, someof the system calls made by SimpleScalar PISA or Alpha OSF binarieshave no obvious counterparts under Windows (e.g., getrusage()), whenthese system calls are made, a warning is printed.  A better way touse SimpleScalar on Windows NT is to rely completely on extern I/Otraces (EIO traces).  Generate these on a more capable host and thenrun them on Windows.  Since only file I/O is required to run an EIOtrace, any tracable program can later re-run under Windows.  SeeREADME.eio for details...

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?