[gem5-users] Re: Taking simpoint checkpoints for a static aarch64 binary

2024-09-23 Thread Pranith Kumar via gem5-users
On Mon, Sep 23, 2024 at 8:13 PM Pranith Kumar wrote: > > Hello, > > I modified 'configs/example/gem5_library/checkpoints/simpoints-se.py' to use > ISA.ARM and am trying to generate checkpoints using the simpoint files for a > statically compiled ARM64 executable. Here is the modified config if

[gem5-users] Taking simpoint checkpoints for a static aarch64 binary

2024-09-23 Thread Pranith Kumar via gem5-users
Hello, I modified 'configs/example/gem5_library/checkpoints/simpoints-se.py' to use ISA.ARM and am trying to generate checkpoints using the simpoint files for a statically compiled ARM64 executable. The execution seems to stop immediately in the beginning and the exit reason is: 2294037: board.p

[gem5-users] Re: Problems running ruby example from bootcamp 2024

2024-09-23 Thread Jason Lowe-Power via gem5-users
Hi Nick, It looks like I need to add a slide to that deck :). You need to add/modify a Kconfig file like this one: https://github.com/gem5/gem5/blob/stable/src/learning_gem5/part3/Kconfig Cheers, Jason On Sat, Sep 21, 2024 at 6:45 PM Beser, Nicholas D. via gem5-users < gem5-users@gem5.org> wrot