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

How to integrate DRAMSim2 with Eclipse IDE #49

Open
sid392 opened this issue Oct 6, 2014 · 1 comment
Open

How to integrate DRAMSim2 with Eclipse IDE #49

sid392 opened this issue Oct 6, 2014 · 1 comment

Comments

@sid392
Copy link

sid392 commented Oct 6, 2014

I am using Eclipse IDE. i want to integrate DRAMSim2 with it. Please can you give me build settings in Eclipes IDE:

I am getting the following error:
/home/user/DRAMSim2/example_app/dramsim_test: error while loading shared libraries: libdramsim.so: cannot open shared object file: No such file or directory

@dramninjasUMD
Copy link
Collaborator

This error is the result of not setting LD_LIBRARY_PATH (or some other way to establish the loader path). I think if you just run this command before starting eclipse:

export LD_LIBRARY_PATH=/home/user/DRAMSim2:$LD_LIBRARY_PATH (assuming your libdramsim.so is in /home/user/DRAMSim2)

It should work...

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

2 participants