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

Compilation error for low-end MIPS: error: ‘gettimeofday’ was not declared in this scope #131

Closed
jrlanglois opened this issue Oct 3, 2018 · 2 comments
Labels
bug core Issues related to easy_profiler_core resolved

Comments

@jrlanglois
Copy link
Contributor

jrlanglois commented Oct 3, 2018

The error occurs in current_time.h. All that's needed is including #include <sys/time.h> for this platform.

jrlanglois added a commit to jrlanglois/easy_profiler that referenced this issue Oct 4, 2018
yse added a commit that referenced this issue Oct 4, 2018
Fixed compilation error on MIPS. #131
@cas4ey cas4ey added bug resolved core Issues related to easy_profiler_core labels Oct 4, 2018
@cas4ey
Copy link
Collaborator

cas4ey commented Oct 4, 2018

@jrlanglois thanks for findning and fixing the problem!

@cas4ey cas4ey closed this as completed Oct 4, 2018
@jrlanglois
Copy link
Contributor Author

jrlanglois commented Oct 4, 2018

happy to contribute!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug core Issues related to easy_profiler_core resolved
Projects
None yet
Development

No branches or pull requests

2 participants