-
Notifications
You must be signed in to change notification settings - Fork 47
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
Cannot build libdft64 #10
Comments
Have you set PIN_ROOT in environment? |
How to set PIN-ROOT in the environment? |
@xubenji You should install intel pin first via install_pin.sh |
I got it. I find the way to set the pin path to the libdft, thank you very much!!! |
Hello, everyone. I was trying to find the process of the pin when I run the track.so. But I only can find the mini_test.cpp's process. Could you tell me the reason? |
root@localhost:~# ps auxw|head -1;ps auxw|sort -rn -k3|head -10 |
I got these errors while installing libdft64 from source:
~/libdft64$ make
cd src && CPPFLAGS= DFTFLAGS= make
make[1]: Entering directory '/home/admin/libdft64/src'
Makefie:20: ../Config/makefile.config: No such file or directoryl
Makefile:22: /Config/makefile.default.rules: No such file or directory
make[1]: *** No rule to make target '/Config/makefile.default.rules'. Stop.
make[1]: Leaving directory '/home/admin/libdft64/src'
Makefile:17: recipe for target 'dftsrc' failed
make: *** [dftsrc] Error 2
The text was updated successfully, but these errors were encountered: