[gem5-users] Re: Porting a configuration file from gem5 v20 to gem5 v21

2021-10-18 Thread Ali Ghandour via gem5-users
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

[gem5-users] Re: Porting a configuration file from gem5 v20 to gem5 v21

2021-10-12 Thread Giacomo Travaglini via gem5-users
> -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

[gem5-users] Re: Porting a configuration file from gem5 v20 to gem5 v21

2021-10-12 Thread Ali Ghandour via gem5-users
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

[gem5-users] Re: Porting a configuration file from gem5 v20 to gem5 v21

2021-10-11 Thread Giacomo Travaglini via gem5-users
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

[gem5-users] Re: Porting a configuration file from gem5 v20 to gem5 v21

2021-10-06 Thread Ali Ghandour via gem5-users
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

[gem5-users] Re: Porting a configuration file from gem5 v20 to gem5 v21

2021-10-06 Thread Jason Lowe-Power via gem5-users
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

[gem5-users] Re: Porting a configuration file from gem5 v20 to gem5 v21

2021-10-05 Thread Ali Ghandour via gem5-users
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