-
Notifications
You must be signed in to change notification settings - Fork 61
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
Ramulator make -j errors #1
Comments
Hi,
I'm not sure whether it is related to the previous problem or no, but maybe useful to mention it here. |
Have you solved this problem? I think there may be a mistake in the makefile. |
Not yet Now it looks like the zsim-ramulator setup is fine, since I got:
But, the
It looks like directory path issues and I have tried to solve them. But I ended up with other issue directing to missing include |
I have seen these files before, I suppose gem5 too has similar files -- libdrampower directory.
Was the approach wrong? If it's not, please help me with the location of the xmlparser/MemSpecParser.h file. |
Please try to modify But I get a new error after running |
Hello, -Prasanna Karthik |
Hi, I have taken the latest code and tried to build it. For ramulator-pim build is successful but for ramulator its showing error -
|
The issue is resolved - it needed boost installation. After I installed boost it has compiled successfully. |
Is this issue solved , Im facing the same error with ramulation-pim , make -j command |
Hi,
I was trying out the simulator, but got errors when running
make -j
for Ramulator. Following are the errors:FYI: I have a standalone Ramulator in separate folder because I have used it for some time, and it is still running fine.
For this pim simulator, i use the integrated package given, but I wonder why the Ramulator which come within, is giving the error when I run
make -j
.Thanks in advance.
The text was updated successfully, but these errors were encountered: