1 at 5:01 PM Giacomo Travaglini <
giacomo.travagl...@arm.com> wrote:
>
> > -Original Message-
> > From: Ali Ghandour via gem5-users
> > Sent: 12 October 2021 08:50
> > To: gem5-users@gem5.org
> > Cc: Ali Ghandour
> > Subject: [gem5-users] Re: Porting
> -Original Message-
> From: Ali Ghandour via gem5-users
> Sent: 12 October 2021 08:50
> To: gem5-users@gem5.org
> Cc: Ali Ghandour
> Subject: [gem5-users] Re: Porting a configuration file from gem5 v20 to gem5
> v21
>
> Hi Giacomo,
&g
Hi Giacomo,
Indeed, I was able to use ArmMMU.connectWalkerPorts method and run the config
file in fs mode.
However, I a, still struggling with the segmentation fault in se mode.
Does it make any sense to have a config file working in fs mode but failing in
se? (notice that it is running in both
Hi Ali,
> -Original Message-
> From: Ali Ghandour via gem5-users
> Sent: 05 October 2021 15:44
> To: gem5-users@gem5.org
> Cc: Ali Ghandour
> Subject: [gem5-users] Re: Porting a configuration file from gem5 v20 to gem5
> v21
>
> In FS mode, full errror stack
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
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
In FS mode, full errror stack below:
Traceback (most recent call last):
File "", line 1, in
File "build/ARM/python/m5/main.py", line 455, in main
File "./RPIv4.py", line 535, in
main()
File "./RPIv4.py", line 512, in main
root.system = systemCreate(args)
File "./RPIv4.py", line