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
Is this the same as here:
for gcc 4.6.1 -lrt has to be last.
http://stackoverflow.com/questions/2418157/ubuntu-linux-c-error-undefined-refere
nce-to-clock-gettime-and-clock-settim
Try to change build/src/cc/tools/CMakeFiles/cpfromkfs.dir/link.txt file by
adding -lrt to the end of the line (it does not matter if it exists in other
places in the line). If this fixes it you have to add -lrt to other files also
(same reason).
Original comment by jhkoi...@gmail.com on 26 Mar 2012 at 3:49
Original issue reported on code.google.com by
septem...@gmail.com
on 29 Dec 2011 at 5:55The text was updated successfully, but these errors were encountered: