Hi, I had this same issue, however, it was because I attempt to compile with Python3 instead of 2, this may be your problem on MacOS.
Regards, Vitorio. From: gem5-users [mailto:[email protected]] On Behalf Of Gabe Black Sent: Tuesday, November 28, 2017 1:55 PM To: gem5 users mailing list <[email protected]> Subject: [EXT] Re: [gem5-users] Error compiling on MacOS High Sierra Yeah, this sounds like a combination of problems. It sounds like scons detected that the version isn't new enough, but also that the code which attempted to tell you that is incorrect and failed. We should fix that second problem too. Gabe On Tue, Nov 28, 2017 at 10:51 AM, Serhat Gesoglu <[email protected]<mailto:[email protected]>> wrote: Hello, Which scons version are you using? I had a similar problem, solution to this was using scons version 2.5.1. Hope this helps Serhat Gesoglu ________________________________________ From: gem5-users [[email protected]<mailto:[email protected]>] on behalf of Samon Shivastar [[email protected]<mailto:[email protected]>] Sent: 28 November 2017 17:11 To: [email protected]<mailto:[email protected]> Subject: [gem5-users] Error compiling on MacOS High Sierra Hello everyone I cloned latest code from gem5 repo and getting the following error while compiling: scons build/X86/gem5.opt -j5 *** Error loading site_init file './site_scons/site_init.py': File "./site_scons/site_init.py", line 55 print """ For more details, see: http://gem5.org/Dependencies """ ^ SyntaxError: invalid syntax What is the issue here? Please help. Thanks Sam _______________________________________________ gem5-users mailing list [email protected]<mailto:[email protected]> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
