I’ve add the ‘benchname.cwd’ assignment, BUT the error still exsits.
My cpu2006.py file is like this:
#401.bzip2
bzip2 = LiveProcess()
bzip2.executable = binary_dir+'401.bzip2/exe/bzip2_base.i386-m32-gcc42-nn'
data=data_dir+'401.bzip2/data/all/input/input.program'
bzip2.cmd = [bzip2.executable] + [data, '1']
bzip2.cwd = data_dir+'401.bzip2/data/all/input/'
bzip2.output = 'input.program.out'
And the system config in se_spec2006.py is:
system = System(cpu = [CPUClass(cpu_id=i) for i in xrange(np)],
physmem = SimpleMemory(range=AddrRange("2048MB")),
membus = CoherentBus(), mem_mode = 'timing',
clk_domain = SrcClockDomain(clock = options.sys_clock))
The panic: Tried to access unmapped address 0. error comes in each run of all
the spec2006 benchmarks in ALPHA_SE.
However, when I build a x86 version of gem5, some benchmarks works fine.
ANYONE CAN HELP??
Best,
张昆
[email protected]
On Nov 25, 2013, at 10:04 PM, [email protected] wrote:
> Hi, I solved the problem. I tried Mahmood's suggestion again, to specify
> astar.cmd = [astar.executable] + ['rivers.cfg']
> astar.cwd = data_dir + "473.astar/data/ref/input/"
>
> It worked fine on the lastest version of gem5. I used ALPHA_SE mode.
>
> Best wishes,
> Jiakun LI
>
> ----- Original Message -----
> From: fulya <[email protected]>
> To: gem5 users mailing list <[email protected]>
> Subject: Re: [gem5-users] gcc, astar panic: Tried to access unmapped
> Date: 2013-11-18 21:48
>
> Hi, i could not solve the problem. Please post it on the mail list if you do.
> Best,
> Fulya Kaplan
> > On Nov 17, 2013, at 11:10 PM, Li Jiakun <[email protected]> wrote:
> >
> > I wonder if you've solved the address error? I've encountered a same
> > problem.
> > I revised the .py file as Mahmood suggested but it still couldn't work.
> > Thank you!
> >
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > 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
> _______________________________________________
> 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