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,--as-needed support... yes

Warning: To suppress false positive leaks, set the LSAN_OPTIONS environment 
variable to
         "suppressions=/root/dse/gem5/util/lsan-suppressions" when running gem5
Warning: 
LSAN_OPTIONS=suppressions=suppressions=/root/dse/gem5/util/lsan-suppressions

Checking for compiler -gz support... yes
Checking for linker -gz support... no
Warning: Can't enable executable debug section compression
Info: Using Python config: python3-config
Checking for C header file Python.h... yes
Checking Python version... no
Error: Can't find a working Python installation

No Error:
[root@sindhuja-5520 gem5]# scons -j8
scons: Reading SConscript files ...
Checking for linker -Wl,--as-needed support... yes
Checking for compiler -gz support... yes
Checking for linker -gz support... yes
Info: Using Python config: python3-config
Checking for C header file Python.h... yes
Checking Python version... 3.6.8
Checking for accept(0,0,0) in C++ library None... yes
Checking for zlibVersion() in C++ library z... yes
Checking for C library tcmalloc... yes

Thanks & Regards
Sindhuja
_______________________________________________
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