[gem5-users] Re: Installation issue in MAC OS

2021-01-19 Thread 刘宗惠 via gem5-users
Hello, I pulled the develop branch, and re-built it, but it still had error: build/x86/sim/syscall_emul.hh:2375:13: error: no matching function for call to '__darwin_fd_set' FD_SET(trans_map[i], writefds); ^~ /Library/Developer/CommandLine

[gem5-users] Re: Installation issue in MAC OS

2021-01-19 Thread Gabe Black via gem5-users
This is from newer versions of scons changing how initialization works, and where and when gem5's scons files update the python search path. It's fixed on the develop branch, if you want to try that. Gabe On Tue, Jan 19, 2021 at 2:39 AM 刘宗惠 via gem5-users wrote: > Hello, > > I am new to gem5 an

[gem5-users] Re: Installation issue in MAC OS

2020-09-30 Thread Brian Kempa via gem5-users
Hello, I’m also experiencing the ModuleNotFoundError issue with this setup: MacOS: 10.15.7 Python: 3.6.8 Scons: 4.0.1 Gem5: 20.0.0.3 I have traced it down to a problem with the python path. When scons runs site_scons/site_init.py it imports the array extra_python_paths from site_scons/gem5_pyth

[gem5-users] Re: Installation issue in MAC OS

2020-09-06 Thread Rajesh Shashi Kumar via gem5-users
Hi, Can you please double check the python version and the installation instructions on https://www.gem5.org/documentation/general_docs/building Rajesh On Sun 6 Sep, 2020, 12:56 PM Krithika Yethiraj via gem5-users, < gem5-users@gem5.org> wrote: > Hello, > > I am new to gem5 and trying to instal