Advertisement
rfmonk

compilation_terminated.txt

Jun 21st, 2014
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. # make pmac32_defconfig
  2. # make menuconfig
  3. # make && make modules_install
  4. SYSMAP System.map
  5. BOOTCC arch/powerpc/boot/cpm-serial.o
  6. BOOTAS arch/powerpc/boot/crt0.o
  7. BOOTAS arch/powerpc/boot/crtsavres.o
  8. BOOTCC arch/powerpc/boot/cuboot.o
  9. BOOTCC arch/powerpc/boot/devtree.o
  10. BOOTAS arch/powerpc/boot/div64.o
  11. BOOTCC arch/powerpc/boot/elf_util.o
  12. COPY arch/powerpc/boot/fdt.h
  13. COPY arch/powerpc/boot/libfdt.h
  14. COPY arch/powerpc/boot/libfdt_internal.h
  15. COPY arch/powerpc/boot/fdt.c
  16. BOOTCC arch/powerpc/boot/fdt.o
  17. COPY arch/powerpc/boot/fdt_ro.c
  18. BOOTCC arch/powerpc/boot/fdt_ro.o
  19. COPY arch/powerpc/boot/fdt_rw.c
  20. BOOTCC arch/powerpc/boot/fdt_rw.o
  21. COPY arch/powerpc/boot/fdt_strerror.c
  22. BOOTCC arch/powerpc/boot/fdt_strerror.o
  23. COPY arch/powerpc/boot/fdt_sw.c
  24. BOOTCC arch/powerpc/boot/fdt_sw.o
  25. COPY arch/powerpc/boot/fdt_wip.c
  26. BOOTCC arch/powerpc/boot/fdt_wip.o
  27. COPY arch/powerpc/boot/zlib.h
  28. COPY arch/powerpc/boot/zconf.h
  29. COPY arch/powerpc/boot/zutil.h
  30. COPY arch/powerpc/boot/inffast.h
  31. COPY arch/powerpc/boot/inffixed.h
  32. COPY arch/powerpc/boot/inflate.h
  33. COPY arch/powerpc/boot/inftrees.h
  34. COPY arch/powerpc/boot/infutil.h
  35. BOOTCC arch/powerpc/boot/gunzip_util.o
  36. In file included from arch/powerpc/boot/gunzip_util.h:13:0,
  37. from arch/powerpc/boot/gunzip_util.c:15:
  38. arch/powerpc/boot/zlib.h:34:22: fatal error: compiler.h: No such file or directory
  39. compilation terminated.
  40. make[1]: *** [arch/powerpc/boot/gunzip_util.o] Error 1
  41. make: *** [zImage] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement