Hello,
I’m trying to build gem5 with GCC-12.3 and Python-3.11 and I get the "Error:
Can't find a working Python installation”. With Python-3.8 and GCC-11.3 it
works perfectly fine.
In there a compatibility problem with Python-3.11?
I also tried adding the absolute path after “scons build/X86/ge
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
Hi Community,
I get Error:Can't find a working Python installation with option "-with-asan"
whereas no error when the option is not included.
Why is this so? I use GEM5 v21.1.0.1.
Error :
[root@sindhuja-5520 gem5]# scons -j8 --with-asan
scons: Reading SConscript files ...
Checking for linker -Wl
Hi, I am building gem5 as shown here in python==3.7, scons==4.0.1 to build
scons. Following (http://learning.gem5.org/book/part1/building.html), but I ran
into the error as below:
```
$ scons build/X86/gem5.opt -j8
scons: Reading SConscript files ...
Checking for linker -Wl,--as-needed support...