The stats file isn't really useful here. What do the simulator and system.terminal output say? Is it exiting because of m5 exit? If so I have a feeling that your binary isn't able to execute. Did you compile it statically? Why are you placing it in the /mnt directory of the disk image?
-Tony On Wed, Jun 20, 2012 at 10:09 PM, Bojun Ma <boj...@mtu.edu> wrote: > Hi, All, > I am running SPEC CPU2000 benchmark in ARM FS mode.(ammp) > I copy ammp binary and input file to the /mnt of the disk image which > download from the gem5 website. > > My .rcS file: > #!/bin/sh > > > > /sbin/m5 checkpoint 0 0 > /sbin/m5 checkpoint 100000000 200000000 > > /sbin/m5 loadsymbol > > /sbin/m5 resetstats > < input > /sbin/m5 exit > > > > The command line I used: > build/ARM_FS/gem5.opt --outdir=ammp00 --debug-flags=O3PipeView > --trace-start=50000 --trace-file=ammp_trace.out configs/example/fs.py > --num-cpus=4 --script=./configs/boot/ammp00.rcS > > > However the simulation just continue in 0.000367s and there is > nothing in the trace file. > The attachment is the stats.txt > > Can anyone help to figure out the reason? > Is there something wrong in my rcS file? > Do I miss some important component? > > Thanks in advance. > > Regards, > Bojun Ma > > _______________________________________________ > gem5-users mailing list > gem5-users@gem5.org > http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users >
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users