Hi, Mahmood Naderan,
First, the link to that email:
http://www.mail-archive.com/[email protected]/msg04969.html

Second, there are information of my M5 and what I've done:
markcup:~/Gem5/m5-stable$ ls
AUTHORS  README         SConstruct  build_opts  disk  m5out
parsetab.py  tests LICENSE  RELEASE_NOTES  build       configs     ext
  parser.out  src util
markcup:~/Gem5/m5-stable$ ls -R disk/
disk/:
binaries  disks

disk/binaries:
x86_64-vmlinux-2.6.22.9  x86_64-vmlinux-2.6.22.9.smp

disk/disks:
linux-bigswap2.img  linux-latest.img  linux-x86.img

I changed SysPaths.py:
path = [ '/home/markcup/Gem5/m5-stable/disk',
'/home/markcup/Gem5/m5-stable/disk' ]

Modified in FSConfig.py, makeX86System:
mdesc.diskname = 'linux-x86.img'

Added in FSConfig.py, makeLinuxX86System:
self.kernel = binary('x86_64-vmlinux-2.6.22.9')

Third, I got error:
markcup:~/Gem5/m5-stable$ ./build/X86_FS/m5.debug configs/example/fs.py -n 1
M5 Simulator System
Copyright (c) 2001-2008
The Regents of The University of Michigan
All Rights Reserved

M5 compiled May 28 2011 20:42:00
M5 revision Unknown
M5 started May 29 2011 13:00:16
M5 executing on 98
command line: ./build/X86_FS/m5.debug configs/example/fs.py -n 1
Global frequency set at 1000000000000 ticks per second
info: kernel located at:
/home/markcup/Gem5/m5-stable/disk/binaries/x86_64-vmlinux-2.6.22.9
      0: rtc: Real-time clock set to Sun Jan  1 00:00:00 2012
Listening for pc connection on port 3456
warn: Reading current count from inactive timer.
For more information see: http://www.m5sim.org/warn/1ea2be46
0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000
**** REAL SIMULATION ****
info: Entering event queue @ 0.  Starting simulation...
m5.debug: build/X86_FS/arch/x86/insts/macroop.hh:78: virtual
StaticInstPtr X86ISA::MacroopBase::fetchMicroop(MicroPC): Assertion
`microPC < numMicroops' failed.
Program aborted at cycle 1000
Aborted

Final, I want to know what I can do to run it fine.
Use another Linux version? The version of tools used to compile m5.debug?

Thanks for your help.
Mark Chen

2011/5/30 Mahmood Naderan <[email protected]>:
> I don't use m5 as my primary simulator. Can you link to that email? I
> asked some question in m5 list before. Also can you state exaclty what
> did you do?
>
> --
> // Naderan *Mahmood;
> _______________________________________________
> gem5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
>
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to