readme.winnt

来自「RISC处理器仿真分析程序。可以用于研究通用RISC处理器的指令和架构设计。在l」· WINNT 代码 · 共 26 行

WINNT
26
字号
Starting in release 2.0, the simulators build under x86/WinNT.  To build them,however, you will need the following:	1) Cygnus' cygwin32 GNU tool chain release 17.1 or newer,	   available from: ftp://ftp.cygnus.com/pub/gnu-win32/	2) little-endian program binaries, since the SimpleScalar GNU	   GCC/GAS/GLD ports have not been re-hosted to WinNT (yet),	   either 1) build the binaries on another little-endian	   supported platform, or grab them from the binaries release	   available from the same place you found this packageThen, follow the install instructions in the README file.There are still some minor problems with this port; specifically, some ofthe system calls made by SimpleScalar binaries have no obvious counterpartsunder WinNT (e.g., getrusage()), when these system calls are made, awarning is printed.The self-test procedure is different on WinNT, use "make sim-tests-nt" insteadof "make sim-tests".  This NT-specific target uses "redir.bash", instead of"redir.sh" which was written to use csh.Steve Reinhardt ported the simulators to the WinNT/Cygnus environment.  Thanks!

⌨️ 快捷键说明

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