mindentropy

Build error arm-eabi-

Dec 2nd, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. In file included from include/linux/coda.h:64:0,
  2. from fs/coda/psdev.c:45:
  3. include/uapi/linux/coda.h:221:2: error: unknown type name ‘u_quad_t’
  4. u_quad_t va_size; /* file size in bytes */
  5. ^~~~~~~~
  6. include/uapi/linux/coda.h:229:2: error: unknown type name ‘u_quad_t’
  7. u_quad_t va_bytes; /* bytes of disk space held by file */
  8. ^~~~~~~~
  9. include/uapi/linux/coda.h:230:2: error: unknown type name ‘u_quad_t’
  10. u_quad_t va_filerev; /* file modification number */
  11. ^~~~~~~~
  12. scripts/Makefile.build:258: recipe for target 'fs/coda/psdev.o' failed
  13. make[2]: *** [fs/coda/psdev.o] Error 1
  14. scripts/Makefile.build:403: recipe for target 'fs/coda' failed
  15. make[1]: *** [fs/coda] Error 2
  16. Makefile:967: recipe for target 'fs' failed
  17. make: *** [fs] Error 2
Add Comment
Please, Sign In to add comment