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 -- gem5-users@gem5.org
To unsubscribe send an email to gem5-users-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to