[gem5-users] Error: Can't find a working Python installation redux

2023-03-15 Thread Kar, Anurag Arunkumar via gem5-users
Hi, I tried following previous archived threads which said the solution to this problem was to provide the path to PYTHON_CONFIG and not using a conda environment. I am not using a conda environment and am providing the path in the scons command: scons ./build/ARM_MESI_Three_Level/gem5.opt P

[gem5-users] Re: Error: Can't find a working Python installation redux

2023-03-15 Thread Kar, Anurag Arunkumar via gem5-users
] Error: Can't find a working Python installation redux Hi Anurag On 15/03/2023 12:57, Kar, Anurag Arunkumar via gem5-users wrote: Hi, I tried following previous archived threads which said the solution to this problem was to provide the path to PYTHON_CONFIG and not using a conda environmen

[gem5-users] Checking if Arm PA works

2023-03-15 Thread Kar, Anurag Arunkumar via gem5-users
Hi, I’m trying to use Arm Pointer Authentication (Arm v8.3 PAC extension) with a cross compiled binary which has the PAC instructions with return address signing (I checked, the instructions are there). I tried inserting some std::cout print statements in the ArmISA::auth function in pauth_hel

[gem5-users] No SE workload is compatible with %s

2023-03-25 Thread Kar, Anurag Arunkumar via gem5-users
Hello, I’m trying to run cross compiled for Arm SPECCPU 2017 benchmarks on gem5. I was able to run perlbench, but I tried a few other benchmarks (bwaves, nab, cactuBSSN) and they all gave me this error: ValueError: ('No SE workload is compatible with %s', '/data/anurag/spec2017_clean/benchspec

[gem5-users] Re: Checking if Arm PA works

2023-04-06 Thread Kar, Anurag Arunkumar via gem5-users
list Cc: Kar, Anurag Arunkumar Subject: Re: [gem5-users] Checking if Arm PA works Hi, On 15/03/2023 23:34, Kar, Anurag Arunkumar via gem5-users wrote: Hi, I’m trying to use Arm Pointer Authentication (Arm v8.3 PAC extension) with a cross compiled binary which has the PAC instructions with return

[gem5-users] Running pyperformance benchmarks on gem5 in SE mode

2025-01-20 Thread Kar, Anurag Arunkumar via gem5-users
Hello, I’m trying to run pyperformance benchmarks (https://github.com/python/pyperformance) on gem5 in the SE mode. I’m having trouble getting even a simple python hello world program to run on gem5. I’m using se.py and the following command: build/X86/gem5.opt configs/example/