Hello Jeongmin.
I recommend you use a pre-compiled Kernel and disk image from the gem5
resources web page
(https://www.gem5.org/documentation/general_docs/gem5_resources/), as
they are kinda tested.
Hope it helps!
Un saludo,
Miguel Antonio Avargues GutiƩrrez.
El 06/10/2021 a las 4:46, Jeon
Hi Ali,
Is your guest code 32-bit Arm? If so, I think this could be the problem in
SE mode: https://gem5.atlassian.net/browse/GEM5-1074
Cheers,
Jason
On Tue, Oct 5, 2021 at 7:45 AM Ali Ghandour via gem5-users <
gem5-users@gem5.org> wrote:
> In FS mode, full errror stack below:
>
> Traceback (mo
I'm pretty sure the issues you are experiencing were fixed in the latest
hotfix release: v21.1.0.2. You can get this by pulling the latest version
from the gem5 repo's stable branch:
https://gem5.googlesource.com/public/gem5/
Kind regards,
Bobby
--
Dr. Bobby R. Bruce
Room 3050,
Kemper Hall, UC Dav
Hi Jason,
I am not sure this is the same issue.
I compiled the hello.c example using the below make file and run it in se mode
using my config file and still received the segmentation error:
CC=aarch64-linux-gnu-gcc
CFLAGS=-Wall -g3 -march=armv8-a -static -O0 # -I../
all: arm
arm:
$(CC