Re: [gem5-users] Restoring from the checkpoint created by hack_back_ckpt.rcS

2016-07-02 Thread Azadeh Shirvanian
Hi Joel, I see... Thank you! I will try it and will write about the result. Best regards, Azadeh On Sat, Jul 2, 2016 at 7:10 PM, Joel Hestness wrote: > Hi Azadeh, > I just realized what might be going on. It looks like you attached a > terminal during your simulation to collect the checkpoin

Re: [gem5-users] Restoring from the checkpoint created by hack_back_ckpt.rcS

2016-07-02 Thread Joel Hestness
Hi Azadeh, I just realized what might be going on. It looks like you attached a terminal during your simulation to collect the checkpoint (bolded in your checkpoint sim output snippet below): 0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000 REAL SIMULATION info:

Re: [gem5-users] Enable Printing in Linux 4.3

2016-07-02 Thread Jason Lowe-Power
Hi, You should trying connecting to your guest running in gem5 with m5term. You can compile m5term by going to the gem5/util/term directory and typing "make". Then, after you run gem5, you can connect to the guest by using "m5term localhost 3456". Note: the port may change if it's already in use.

Re: [gem5-users] Restoring from the checkpoint created by hack_back_ckpt.rcS

2016-07-02 Thread Azadeh Shirvanian
Dear Joel and Ayaz, Thanks for your replies. I think there are two issues now. One is about restoring from the checkpoint. Regarding your questions, Joel, *cjpeg.rcS* contains the following: #!/bin/sh cd /jpeg/jpeg-6a ./cjpeg -outfile ../gm.jpg ../input.ppm /sbin/m5 exit /sbin/m5 exit It only