On Thu, January 24, 2013 8:34 pm, Lu Hang wrote: > The figure cannot be displayed. Below is the error message. > > [luhang113@attl113 gem5]$ gem5.opt configs/example/fs.py > --script=configs/boot/blackscholes.rcS > gem5 Simulator System. http://gem5.org > gem5 is copyrighted software; use the --copyright option for details. > gem5 compiled Jan 17 2013 11:55:58 > gem5 started Jan 25 2013 10:17:06 > gem5 executing on attl113.arch > command line: gem5.opt configs/example/fs.py > --script=configs/boot/blackscholes.rcS > Global frequency set at 1000000000000 ticks per second > info: kernel located at: > /home/luhang113/bin/gem5/system/disks/binaries/vmlinux > fatal: Could not load kernel file > /home/luhang113/bin/gem5/system/disks/binaries/vmlinux > @ cycle 0 > [System:build/ALPHA/sim/system.cc, line 124] > Memory Usage: 341316 KBytes >
gem5 has printed a nice error message for you. You should take a look at src/sim/system.cc, line 124. Try to figure out what went wrong. -- Nilay _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
