You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: