[gem5-users] Re: How can I Run Full system on Ubuntu18.04 and X86?

2021-10-06 Thread Miguel Antonio Avargues GutiƩrrez via gem5-users
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

[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: Wrong stats in gem5 v21.1

2021-10-06 Thread Bobby Bruce via gem5-users
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

[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