Hi Amit,
The stable version reports it's running Linux 2.6.29 when an application asks and that is too old for the newest glibc you compiled with. You can either get the development repository instead of stable or change the 2.6.29 line in src/arch/arm/linux/process.cc to 3.0.0 or newer. Thanks, ALi On 11.09.2012 10:44, Amit Singh wrote: > hi all... > compiled gem5 stable version on ubuntu 12.04 for simulating multicore... > when I have executed the following command... > $ build/ARM/gem5.opt configs/example/se.py -c queens -o 16 > > following is the output.... > > gem5 Simulator System. http://gem5.org [1] > gem5 is copyrighted software; use the --copyright option for details. > > gem5 compiled Sep 11 2012 19:51:00 > gem5 started Sep 11 2012 19:54:31 > gem5 executing on amit-VPCEB44EN > command line: build/ARM/gem5.opt configs/example/se.py -c queens -o 16 > Global frequency set at 1000000000000 ticks per second > 0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000 > **** REAL SIMULATION **** > info: Entering event queue @ 0. Starting simulation... > FATAL: kernel too old > panic: Page table fault when accessing virtual address 0x18 > @ cycle 507000 > [invoke:build/ARM/sim/faults.cc, line 70] > Memory Usage: 704336 KBytes > Program aborted at cycle 507000 > Aborted (core dumped) > > can anyone please tell me what is happening and how to fix it.. > thanx in advance @all.. Links: ------ [1] http://gem5.org
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
