Hi, I am fairly new to GEM5. I was trying to run multiple binaries of 'hello world' program on a single CPU in SE mode. But I am getting an error message
the command which I am using : build/X86/gem5.opt configs/example/se.py --cpu-type=detailed --caches --smt -c tests/test-progs/hello/bin/x86/linux/hellonew,tests/test-progs/hello/bin/x86/linux/hellonew1 The error msg which I am getting: Global frequency set at 1000000000000 ticks per second 0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000 0: system.remote_gdb.listener: listening for remote gdb #1 on port 7001 **** REAL SIMULATION **** info: Entering event queue @ 0. Starting simulation... panic: Tried to read unmapped address 0x4. @ cycle 579720 [invoke:build/X86/arch/x86/faults.cc, line 160] Memory Usage: 579720 KBytes Program aborted at cycle 291500 Aborted (core dumped) I also observed that if we use options.cmd.split(';'), the simulator is ignoring everything after the ';'. so I changed it to ',' in the se.py script. Any help would be appreciated -Anway
_______________________________________________ gem5-users mailing list gem5-users@gem5.org http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users