Hello Giacomo, I check my gem5 and I am sure I am compiling the gem5 with debug mode. And I run the gem5 simulation with gem5.debug. So it may not be because of the wrong choice of the gem5 execution mode. The outputs when i use gdb to run gem5.debug are as below: gem5 version 21.1.0.2 gem5 compiled Nov 22 2021 19:05:14 gem5 started Nov 30 2021 09:41:16 gem5 executing on cag100, pid 10526 command line: /home/fugelin/Work/Research/gem5/gem5_checkpoint/gem5_pit-21.1.0.2/build/ARM/gem5.debug --outdir=/home/fugelin/Work/Research/gem5/gem5_checkpoint/gem5_pit-21.1.0.2/m5out/1130/hello /home/fugelin/Work/Research/gem5/gem5_checkpoint/gem5_pit-21.1.0.2/configs/example/se.py --num-cpu 1 --cpu-clock 2.5GHz --cpu-type O3_ARM_v7a_3 --restore-with-cpu O3_ARM_v7a_3 -r 1 --checkpoint-dir /home/fugelin/Work/Research/gem5/gem5_checkpoint/gem5_pit-21.1.0.2/checkpoint --caches --mem-type DDR3_2133_8x8 --mem-size 1GB -c /home/fugelin/Work/Research/gem5/gem5_checkpoint/gem5_pit-21.1.0.2/tests/test-progs/hello/bin/arm/linux/hello --options ''
warn: membus.slave is deprecated. `slave` is now called `cpu_side_ports` warn: membus.slave is deprecated. `slave` is now called `cpu_side_ports` warn: membus.slave is deprecated. `slave` is now called `cpu_side_ports` warn: membus.slave is deprecated. `slave` is now called `cpu_side_ports` warn: membus.slave is deprecated. `slave` is now called `cpu_side_ports` Global frequency set at 1000000000000 ticks per second warn: No dot file generated. Please install pydot to generate the dot file and pdf. build/ARM/mem/mem_interface.cc:793: warn: DRAM device capacity (8192 Mbytes) does not match the address range assigned (1024 Mbytes) 0: system.remote_gdb: listening for remote gdb on port 7003 build/ARM/sim/process.cc:389: warn: Checkpoints for pipes, device drivers and sockets do not work. **** REAL SIMULATION **** gem5.debug: build/ARM/sim/eventq.hh:766: void gem5::EventQueue::schedule(gem5::Event*, gem5::Tick, bool): Assertion `when >= getCurTick()' failed. Program received signal SIGABRT, Aborted. __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 51 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. Kind Regards Gelin _______________________________________________ gem5-users mailing list -- [email protected] To unsubscribe send an email to [email protected] %(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
