On Tue, 3 Jan 2012, Hamid Reza Khaleghzadeh wrote:
I have added my topology to Sconscript but when I want to recompile Gem5, I have encountered with following Error:scons: *** [/home/hamidreza/build/ALPHA_FS/mem/ruby/network/topologies/ Clovertown.py.cc] IndentationError : unindent does not match any outer indentation level (Clovertown.py, line 49) Traceback (most recent call last): File "/usr/lib/scons/SCons/Action.py", line 1046, in execute result = self.execfunction(target=target, source=rsources, env=env) File "/home/hamidreza/build/ALPHA_FS/SConscript", line 782, in embedPyFile compiled = compile(src, pysource.abspath, 'exec') File "/home/hamidreza/gem5/src/mem/ruby/network/topologies/Clovertown.py", line 49 clover = Clovertown() ^ IndentationError: unindent does not match any outer indentation level scons: building terminated because of errors. Could you help me?
Seems like error in the python file Clovertown.py at line 49. -- Nilay _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
