Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
MIPS Cross-Compilers Building Nachos Executables with a Cross-Compiler A cross-compiler is a compiler that runs on one architecture but compiles to another architecture, e.g. a compiler that runs on x86 Solaris machines such as torus.cs but builds MIPS programs. You will be making extensive use of MIPS cross-compilers this semester, unless you actually run Nachos on a MIPS machine. When you run gmake in the test directory, gmake will look for a cross-compiler in the directory pointed at by the ARCHDIR environment variable. If you are using an instructional machine of one of the architectures we support (HP machines, DEC Alpha machines, or x86 Solaris machines), then this is automatic. If you are not using an instructional machine, you will need to download the necessary cross-compiler below, and set the ARCHDIR environment variable to point at the cross-compiler directory, and prepend the PATH environment variable to point at the cross-compiler directory. We provide a fair collection of cross-compilers, so most likely you will not have to build one of your own: x86.linux (new, 7MB) x86.freebsd (new, 7MB) x86.win32 (old 7MB) If you do need to build your own cross-compiler, instruction to do so are here.