Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. root@HCDR:/home/jacob/source/aufs2-standalone# make
  2. -I/home/jacob/source/aufs2-standalone/include -DCONFIG_AUFS_MODULE -UCONFIG_AUFS -DCONFIG_AUFS_BRANCH_MAX_127 -DCONFIG_AUFS_DEBUG
  3. make -C /home/jacob/source/htc-kernel-wildfire-2.6.32 M=/home/jacob/source/aufs2-standalone/fs/aufs EXTRA_CFLAGS="-I/home/jacob/source/aufs2-standalone/include -DCONFIG_AUFS_MODULE -UCONFIG_AUFS -DCONFIG_AUFS_BRANCH_MAX_127 -DCONFIG_AUFS_DEBUG" modules
  4. make[1]: Entering directory `/home/jacob/source/htc-kernel-wildfire-2.6.32'
  5. CC [M] /home/jacob/source/aufs2-standalone/fs/aufs/module.o
  6. In file included from include/linux/gfp.h:4,
  7. from include/linux/kmod.h:22,
  8. from include/linux/module.h:13,
  9. from /home/jacob/source/aufs2-standalone/fs/aufs/module.c:23:
  10. include/linux/mmzone.h:18:26: error: linux/bounds.h: No such file or directory
  11. In file included from /home/jacob/source/htc-kernel-wildfire-2.6.32/arch/arm/include/asm/memory.h:18,
  12. from /home/jacob/source/htc-kernel-wildfire-2.6.32/arch/arm/include/asm/page.h:201,
  13. from include/linux/mmzone.h:20,
  14. from include/linux/gfp.h:4,
  15. from include/linux/kmod.h:22,
  16. from include/linux/module.h:13,
  17. from /home/jacob/source/aufs2-standalone/fs/aufs/module.c:23:
  18. arch/arm/mach-msm/include/mach/memory.h:51:28: error: asm/mach-types.h: No such file or directory
  19. In file included from include/linux/gfp.h:4,
  20. from include/linux/kmod.h:22,
  21. from include/linux/module.h:13,
  22. from /home/jacob/source/aufs2-standalone/fs/aufs/module.c:23:
  23. include/linux/mmzone.h:258:5: error: "MAX_NR_ZONES" is not defined
  24. include/linux/mmzone.h:260:7: error: "MAX_NR_ZONES" is not defined
  25. include/linux/mmzone.h:262:7: error: "MAX_NR_ZONES" is not defined
  26. In file included from include/linux/gfp.h:4,
  27. from include/linux/kmod.h:22,
  28. from include/linux/module.h:13,
  29. from /home/jacob/source/aufs2-standalone/fs/aufs/module.c:23:
  30. include/linux/mmzone.h:300: error: 'MAX_NR_ZONES' undeclared here (not in a function)
  31. In file included from /home/jacob/source/aufs2-standalone/fs/aufs/dynop.h:29,
  32. from /home/jacob/source/aufs2-standalone/fs/aufs/branch.h:31,
  33. from /home/jacob/source/aufs2-standalone/fs/aufs/aufs.h:38,
  34. from /home/jacob/source/aufs2-standalone/fs/aufs/module.c:25:
  35. include/linux/mm.h:454:63: error: "NR_PAGEFLAGS" is not defined
  36. include/linux/mm.h:502:62: error: "NR_PAGEFLAGS" is not defined
  37. make[2]: *** [/home/jacob/source/aufs2-standalone/fs/aufs/module.o] Error 1
  38. make[1]: *** [_module_/home/jacob/source/aufs2-standalone/fs/aufs] Error 2
  39. make[1]: Leaving directory `/home/jacob/source/htc-kernel-wildfire-2.6.32'
  40. make: *** [fs/aufs/aufs.ko] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement