hi all, I am trying to run the interconnect network by gem5 I downloaded the gem5 simulator at this link : http://repo.gem5.org/ in this part : gem5 source code -- development repository
My Os is Linux mint 64bit. I tested the version of the softwares.the result is g++ (Ubuntu/Linaro 4.7.2-2ubuntu1) 4.7.2 Python 2.7.3 SCons by Steven Knight et al.:script: v2.1.0.r5357[MODIFIED], 2011/09/09 21:31:03, by bdeegan on ubuntu SWIG Version 2.0.7 Compiled with g++ [x86_64-unknown-linux-gnu] m4 (GNU M4) 1.4.16 I compiled gem5. I used the command line scons build/ALPHA_Network_test/gem5.debug after that, I am unable to run simulation. I used the command line ./build/ALPHA_Network_test/gem5.debug configs/example/ruby_network_test.py --num-cpus=16 --num-dirs=16 --topology=Mesh --mesh-rows=4 --sim-cycles=1000 --injectionrate=0.01 --synthetic=0 --fixed-pkts --maxpackets=1 --garnet-network=fixed i got many warnings and errors like this File "/home/abbas/1/gem5/src/python/m5/SimObject.py", line 1018, in getCCParams Setattr(cc_params, param, value) SystemError: NULL result without error in PyObject_Call if the last parameter is removed ,the simulation will run could anyone tell me how do I solve the problem? thanks please answer _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
