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
While compiling on ubuntu 22.04.2 using GCC 12.2.0 I get a bunch of the following errors:
utility/src/system/time-v1.H:88:5: error: ‘gettimeofday’ was not declared in this scope; did you mean ‘SYS_gettimeofday’?
88 | gettimeofday(&tp, nullptr);
While compiling on ubuntu 22.04.2 using GCC 12.2.0 I get a bunch of the following errors:
As per this post on stackoverflow, adding...
...to
utility/src/system/time-v1.H
seems to resolve this issue.The text was updated successfully, but these errors were encountered: