[gem5-users] Linking Protobuf installed local area.

2022-01-26 Thread taeho.lim--- via gem5-users
Dear. Gem5 Users. Hi. I have an issue building gem5. I built the protobuf in my local directory(Cuz, I cannot use the root account). I tried to link the protobuf lib by adding my local path to $LD_LIBRARY_PATH variable, but it doesn’t work. Is there any way to link protobuf lib installed in local

[gem5-users] Import Error Occurs when Building GEM5 : undefined symbol

2022-01-26 Thread taeho.lim--- via gem5-users
Dear. Users of Gem5. Hi. I am trying to follow default "Getting Started with GEM5" at the gem5.org But build fails because of import error. Especially, it seems /usr/local/lib/python3.6/lib-dynload/_struct.cpython-36m-x86_64-linux-gnu.so has issues. It causes some undefined symbol errors(Py

[gem5-users] Monitoring access to main memory

2022-02-17 Thread taeho.lim--- via gem5-users
Dear. Gem5 users. I want to dump write accesses to main memory. Especially, I need write pattern, address and size. I tried this by to use insert a CommMonitor between bus and mem_ctrl. However, it could dump only address and size not data. Is there a good way to do this? Now I work with se.py s