I am trying to get gem5 up and running on Mac OSX 10.6.8. I'm reasonably certain I have the required materials. I've installed the scons-local package within the gem5 directory. The following output is from my attempt to build. I'm unfamiliar with the system, so any help would be greatly appreciated.
$ python scons-local-2.1.0/scons.py build/ARM_FS/m5.fast scons: Reading SConscript files ... Checking for leading underscore in global variables...(cached) yes Checking for C header file Python.h... (cached) yes Checking for C library dl... (cached) yes Checking for C library python2.6... (cached) yes Checking for accept(0,0,0) in C++ library None... (cached) yes Checking for zlibVersion() in C++ library z... (cached) yes Checking for clock_nanosleep(0,0,NULL,NULL) in C library None... (cached) no Checking for clock_nanosleep(0,0,NULL,NULL) in C library rt... (cached) no Can't find library for POSIX clocks. Checking for C header file fenv.h... (cached) yes Reading SConsopts Building in /Users/xxx/gem5/build/ARM_FS Using saved variables file /Users/xxx/gem5/build/variables/ARM_FS scons: done reading SConscript files. scons: Building targets ... [ CXX] ARM_FS/sim/main.cc -> .fo In file included from /System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/Python.h:8, from build/ARM_FS/sim/main.cc:31: /System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6/pyconfig.h:1013:5: error: "__BIG_ENDIAN__" is not defined scons: *** [build/ARM_FS/sim/main.fo] Error 1 scons: building terminated because of errors. _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
