libdft64 icon indicating copy to clipboard operation
libdft64 copied to clipboard

Building libdft-dta?

Open carsonharmon opened this issue 6 years ago • 1 comments

Hi, I'm having some issues building libdft-dta.

I followed the instructions and was able to successfully build source and tools, but in the tools directory when I would run make libdft-dta id get error messages that headers were missing. I went ahead and added the src directory to the include search path and fixed some, but then I also had to add pin's include directory, and it still didn't work.

What directory should I try and build libdft-dta from? Are there extra steps not written in the install instructions that we can write down?

Thanks for your time

carsonharmon avatar Jun 25 '19 19:06 carsonharmon

make PIN_ROOT=/opt/pin TARGET=intel64 or make PIN_ROOT=/opt/pin TARGET=ia32

s0i37 avatar Aug 09 '19 14:08 s0i37