Advertisement
Guest User

Untitled

a guest
Aug 10th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. root@debian:/home/sunxi-mali# make config EGL_TYPE=frambuffer
  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="frambuffer" (Provided)
  13. make[2]: Entering directory `/home/sunxi-mali'
  14. Makefile.config:80: Unknown/unhandled EGL type "frambuffer"
  15. Makefile.config:81: Use EGL_TYPE=(framebuffer,x11) instead
  16. Makefile.config:82: *** Unknown/unhandled EGL type "frambuffer". Stop.
  17. make[2]: Leaving directory `/home/sunxi-mali'
  18. make[1]: *** [config.mk] Error 2
  19. make[1]: Leaving directory `/home/sunxi-mali'
  20. make: *** [config] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement