Hi,

As fas as I know, this code is the result of a collaboration between our
lab and ARM, and has been merged in the gem5 repository. See this email
[1] from Andreas Sandberg sent on 22th July, one month after the final
update on the git repository. Then, I think you should use the latest
version available at https://github.com/gem5/gem5 .

Andreas, could you confirm that ?

Best.


[1] https://www.mail-archive.com/[email protected]/msg19741.html


On 12/14/2016 10:48 AM, SHARJEEL KHILJI wrote:
> Hi,
> I am trying to build ARM processor based NOC in gem5 in full system mode. I
> am trying with following
> 
> scons build/ARM/gem5.fast  PROTOCOL=MESI_Two_Level -j2
> 
> but I get following error while building the targets,
> 
> build/ARM/mem/ruby/system/DMASequencer.cc: In member function 'virtual void
> DMASequencer::init()':
> build/ARM/mem/ruby/system/DMASequencer.cc:58:63: error: left shift of
> negative value [-Werror=shift-negative-value]
>      m_data_block_mask = ~ (~0 << RubySystem::getBlockSizeBits());
>                                                                ^
> cc1plus: all warnings being treated as errors
> scons: *** [build/ARM/mem/ruby/system/DMASequencer.fo] Error 1
> scons: building terminated because of errors.
> 
> Note the compilers are CC=gcc CXX=g++. I have tried using clang and clang++
> compilers with scons but got some other errors with them. Note that I am
> using the repository provided by on the gem5-arm-ruby gite.lirmm.fr
> page. *https://gite.lirmm.fr/butko/gem5-arm-ruby/tree/ruby
> <https://gite.lirmm.fr/butko/gem5-arm-ruby/tree/ruby>   *
> 
> 
> Kindly, if you can help me in this issue. I will be highly obliged.
> 
> best regards,
> 
> Muhammad Sharjeel Khilji
> 
> 
> 
> _______________________________________________
> gem5-users mailing list
> [email protected]
> http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
> 

-- 
+-------------------------------------------------------------+
| Pierre-Yves Péneau - PhD student |  first.last at lirmm.fr  |
| LIRMM / CNRS - SYSMIC team       |    + 33 4 67 41 86 33    |
| Building 4 Office H2.2           |    http://walafc0.org    |
+-------------------------------------------------------------+


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to