[gem5-users] Cleaning the gem5 build directory

2017-01-24 Thread Mukherjee, Somnath
All, I am new to gem5 and beginning to look at some of the docs. The following may be already addressed in some doc which I have not come across yet. Can someone here tell me how do I clean the gem5 build. "$scons -clean" doesn't seem to clean everything and let me build from scratch again.

Re: [gem5-users] Build failure with latest master branch

2017-01-24 Thread Jason Lowe-Power
Hi Sanchayan, There's a change on RB that needs to be pushed ( http://reviews.gem5.org/r/3779/) that fixes the issue with protobuf. You can download this change and apply it with "hg qimport && hg qpush". For the Python issue you ran into, you can run the following find/sed command to "fix" it.

Re: [gem5-users] ARM RUBY/Garnet NOC full system error

2017-01-24 Thread Jason Lowe-Power
Hello, Ruby is known to have issues when using the ARM ISA. It's likely a problem with how the system is configured. I would strongly encourage you to not use fs.py, but to write a new Python configuration script from scratch if you need to do unsupported things like ARM + Ruby. Another option is

[gem5-users] ARM RUBY/Garnet NOC full system error

2017-01-24 Thread SHARJEEL KHILJI
Hi, i am trying to simulate full system NOC (ARM system) with ruby memory system and i get following error. I am trying to use different topologies to resolve the following error. Kindly, if some one can guide me in this regard. scons build/ARM/gem5.fast PROTOCOL=MI_example -j2