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

Versions compatability errors #4

Open
asifuet opened this issue Nov 9, 2018 · 0 comments
Open

Versions compatability errors #4

asifuet opened this issue Nov 9, 2018 · 0 comments

Comments

@asifuet
Copy link

asifuet commented Nov 9, 2018

Hi,

I am trying to get this tool run and generate memory traces of my application. I tried it with the 3 different versions of PIN tool and got 3 different types of errors. I am listing brief details below.

Pin 3.7:
I am getting the error that to_string is not declared. I checked the make file and c++11 is already enabled (-std=c++0x). Wonder what could be the issue.

Pin 2.14: I thought the issue could be with the PIN version. I tried it with pin 2.14. Its started complaining about the gcc version (i have 5.4.0 at the moment).

Then I tried the intermediate 3.2 versioin of the PIN, and I got a new list of errors. Here are some!
isspace’ was not declared in this scope
isalnum’ was not declared in this scope
to_string’ was not declared in this scope
emtracker.cpp:579:1: error: control reaches end of non-void function [-Werror=return-type]

Would be nice if somebody point me to the exact versions or tell me how to fix these issues.
Thanks.

Asif

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

1 participant