]>
Commit | Line | Data |
---|---|---|
c906108c SS |
1 | |
2 | This directory contains the standard release of the ARMulator from | |
3 | Advanced RISC Machines, and was ftp'd from. | |
4 | ||
5 | ftp.cl.cam.ac.uk:/arm/gnu | |
6 | ||
7 | It likes to use TCP/IP between the simulator and the host, which is | |
8 | nice, but is a pain to use under anything non-unix. | |
9 | ||
10 | I've added created a new Makefile.in (the original in Makefile.orig) | |
11 | to build a version of the simulator without the TCP/IP stuff, and a | |
12 | wrapper.c to link directly into gdb and the run command. | |
13 | ||
14 | It should be possible (barring major changes in the layout of | |
15 | the armulator) to upgrade the simulator by copying all the files | |
16 | out of a release into this directory and renaming the Makefile. | |
17 | ||
18 | (Except that I changed armos.c to work more simply with our | |
19 | simulator rigs) | |
20 | ||
21 | Steve | |
22 | ||
23 | [email protected] | |
24 | ||
25 | Mon May 15 12:03:28 PDT 1995 | |
26 | ||
27 |