[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 execu

[gem5-users] Can I use another c++ compiler to build gem5 ?

2022-07-04 Thread Renju Rajeev
Hello Experts, I am trying to use a different compiler other than gcc to compile gem5. Is there a way to edit the Sconscript or some other config file to do this easily ? I want to set CC= The purpose is to add some instrumentation code while compiling to collect coverage info. -- Thanks Renju