On Tue, July 26, 2011 9:30 am, Carole-Jean Wu wrote: > Hi, > > I compiled the latest gem5 Linux+X86 platform... but encountered this > error > when running the timing CPU. > > ./build/X86_FS/gem5.opt configs/example/ruby_fs.py -t > > gem5 Simulator System. http://gem5.org > gem5 is copyrighted software; use the --copyright option for details. > > gem5 compiled Jul 26 2011 10:08:09 > gem5 started Jul 26 2011 10:27:21 > gem5 executing on carole-software-lab-nehalem > command line: ./build/X86_FS/gem5.opt configs/example/ruby_fs.py -t > warning: add_child('terminal'): child 'terminal' already has parent > Global frequency set at 1000000000000 ticks per second > info: No kernel set for full system simulation. Assuming you know what > you're doing... > Segmentation fault > > Anyone know what's causing the issue? >
You need to provide the path to the Linux kernel. Read the documentation on gem5.org on pre-built image or compiling the kernel. -- Nilay _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
