Advertisement
Guest User

Untitled

a guest
Aug 10th, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. make config EGL_TYPE=framebuffer
  2. make: Warning: File `Makefile' has modification time 1.3e+07 s in the future
  3. rm -f config.mk
  4. make config.mk
  5. make[1]: Entering directory `/home/sunxi-mali'
  6. make[1]: Warning: File `Makefile' has modification time 1.3e+07 s in the future
  7. make -f Makefile.config
  8. ABI="armhf" (Detected)
  9. make[2]: Warning: File `Makefile' has modification time 1.3e+07 s in the future
  10. make[2]: warning: Clock skew detected. Your build may be incomplete.
  11. VERSION="r3p0" (Detected)
  12. EGL_TYPE="framebuffer" (Provided)
  13. make[2]: Entering directory `/home/sunxi-mali'
  14. make[2]: Warning: File `Makefile.setup' has modification time 1.3e+07 s in the future
  15. echo "MALI_VERSION ?= r3p0" > config.mk
  16. echo "MALI_LIBS_ABI ?= armhf" >> config.mk
  17. echo "MALI_EGL_TYPE ?= framebuffer" >> config.mk
  18. make[2]: warning: Clock skew detected. Your build may be incomplete.
  19. make[2]: Leaving directory `/home/sunxi-mali'
  20. make[1]: warning: Clock skew detected. Your build may be incomplete.
  21. make[1]: Leaving directory `/home/sunxi-mali'
  22. make: warning: Clock skew detected. Your build may be incomplete.
  23. root@debian:/home/sunxi-mali# make test
  24. make: Warning: File `Makefile' has modification time 1.3e+07 s in the future
  25. make -C test test
  26. make[1]: Entering directory `/home/sunxi-mali/test'
  27. make[1]: Warning: File `../Makefile.setup' has modification time 1.3e+07 s in the future
  28. cc -Wall -o test test.c -lEGL -lGLESv2
  29. make[1]: warning: Clock skew detected. Your build may be incomplete.
  30. make[1]: Leaving directory `/home/sunxi-mali/test'
  31. make: warning: Clock skew detected. Your build may be incomplete.
  32. root@debian:/home/sunxi-mali# ./test/test
  33. Error: failed to open X display.
  34. root@debian:/home/sunxi-mali#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement