[gem5-users] Re: Segmentation Fault when trying to execute mrs x0, mpidr_el1

2022-07-05 Thread Richard Cooper
Hi Siva, An SE simulation implicitly runs at EL0, and reading MPIDR_EL1 is undefined at EL0 (unless FEAT_IDST is implemented, which is not currently the case in gem5). It looks like gem5 is segfaulting instead of failing more gracefully in this case, but in general you won’t be able to read

[gem5-users] Re: Segmentation Fault when trying to execute mrs x0, mpidr_el1

2022-07-04 Thread Giacomo Travaglini
Hi, I’d recommend debugging your failure with GDB and a gem5.debug build Kind Regards Giacomo From: siva sankar Date: Friday, 1 July 2022 at 21:03 To: gem5 users mailing list Subject: [gem5-users] Segmentation Fault when trying to execute mrs x0, mpidr_el1 Hi All, I am trying to run an