Guest User

Untitled

a guest
Jan 9th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. [ 5%] Building C object CMakeFiles/cen64.dir/device/netapi.c.o
  2. [ 7%] Building C object CMakeFiles/cen64.dir/os/posix/timer.c.o
  3. In file included from /boot/home/src/cen64-master/os/posix/timer.c:12:0:
  4. /boot/home/src/cen64-master/os/posix/timer.c: In function 'get_time':
  5. /boot/home/src/cen64-master/os/posix/timer.h:21:24: error: 'CLOCK_MONOTONIC_RAW' undeclared (first use in this function)
  6. #define GETTIME_SOURCE CLOCK_MONOTONIC_RAW
  7. ^
  8. /boot/home/src/cen64-master/os/posix/timer.c:39:17: note: in expansion of macro 'GETTIME_SOURCE'
  9. clock_gettime(GETTIME_SOURCE, t);
  10. ^
  11. /boot/home/src/cen64-master/os/posix/timer.h:21:24: note: each undeclared identifier is reported only once for each function it appears in
  12. #define GETTIME_SOURCE CLOCK_MONOTONIC_RAW
  13. ^
  14. /boot/home/src/cen64-master/os/posix/timer.c:39:17: note: in expansion of macro 'GETTIME_SOURCE'
  15. clock_gettime(GETTIME_SOURCE, t);
  16. ^
  17. CMakeFiles/cen64.dir/build.make:734: recipe for target 'CMakeFiles/cen64.dir/os/posix/timer.c.o' failed
  18. make[2]: *** [CMakeFiles/cen64.dir/os/posix/timer.c.o] Error 1
  19. CMakeFiles/Makefile2:67: recipe for target 'CMakeFiles/cen64.dir/all' failed
  20. make[1]: *** [CMakeFiles/cen64.dir/all] Error 2
  21. Makefile:83: recipe for target 'all' failed
  22. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment