Dear Sir, I checked at QEMU and come to know that start_sim and stop_sim is already present.
As you told me I created my own start_sim.c and kill_sim.c but when I am trying to compile it with command it's giving error message as root@ubuntu:~#gcc start_sim.c -o start_sim -bash: gcc: command not found I tried to install gcc compiler too but still I am getting errors and its not installing gcc. Kindly resolve this problem. On Mon, Mar 12, 2012 at 4:39 PM, Timothy Hayes <[email protected]> wrote: > Hello, > > Honestly, I haven't used MARSS in a long time and it's possible that > they changed something in the way a simulation is configured. I think > there have been a lot of changes in MARSS v0.2 and above. > > Have you looked at these instructions? > http://marss86.org/~marss86/index.php/Checkpoints_in_MARSS > > You'll want to copy and paste those code snippets into two separate C > files (start_sim.c and kill_sim.c) with ptlcalls.h in the same > directory on your VM. Compile them both with GCC to make two > executables (start_sim and kill_sim). Then you can start a simulation > by making a command such as: ./start_sim; ./[your_benchmark] > [benchmark_options] ; ./kill_sim > > Perhaps you are trying to call "simconfig" in the VM itself which > won't work. If you want to call it manually you'll have to switch to > the monitor console (press Ctrl-Alt-2) and then run your executable by > switching back to the VM (press Ctrl-Alt-1). I wouldn't recommend this > method, the start_sim/kill_sim works better. > > Good luck! > Timothy > > > On 12 March 2012 11:29, pooja arora <[email protected]> wrote: > > > > Dear Sir, > > > > I come to know that you also faced the same problem which I am facing > now. I > > started my simulation on VM of QEMU with commands > > > > ./start_sim > > simconfig -run -stopinsns 10m -stats stats.file > > > > but its giving error: > > > > -bash : simconfig : command not found > > > > Kindly resolve this issue. I shall be very grateful to you. > > > > > > -- > > Thanks and Regards, > > Pooja Arora ( [email protected]) > > M Tech (CSE) (Final Year) > > Delhi College of Engineering > > New Delhi, INDIA > > > -- Thanks and Regards, Pooja Arora ( [email protected]) M Tech (CSE) (Final Year) Delhi College of Engineering New Delhi, INDIA
_______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
