Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GEM5 to simulate testbenches - sample execution #5

Open
sahilhassanzee opened this issue Mar 29, 2019 · 2 comments
Open

GEM5 to simulate testbenches - sample execution #5

sahilhassanzee opened this issue Mar 29, 2019 · 2 comments

Comments

@sahilhassanzee
Copy link

sahilhassanzee commented Mar 29, 2019

I have been trying to run the provided hello-pim program of adding 1 to 100 using PIM function. It shows a segmentation fault every time I run it using the provided commands in 'hellopim.sh'.

@ywdyang
Copy link

ywdyang commented Oct 28, 2019

I have been trying to run the provided hello-pim program of adding 1 to 100 using PIM function. It shows a segmentation fault every time I run it using the provided commands in 'hellopim.sh'.

Hello,I also met this problem.But I found that using gdb can solve this problem and I didn't know why.Hope it will be useful for you.

@jihyelee317
Copy link

Hello, I solved this problem with the command below.

$ sudo apt install build-essential git m4 scons zlib1g zlib1g-dev \
    libprotobuf-dev protobuf-compiler libprotoc-dev libgoogle-perftools-dev \
    python3-dev python3-six python libboost-all-dev pkg-config

This is prerequisite of gem5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants