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) $(CFLAGS) -c hello.c
-o hello.o
$(CC) $(CFLAGS) hello.o -o hello
Please advise.
Ali
_______________________________________________
gem5-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s