Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. scripts/kconfig/conf --silentoldconfig Kconfig
  2. CHK include/config.h
  3. CFG u-boot.cfg
  4. GEN include/autoconf.mk.dep
  5. CFG spl/u-boot.cfg
  6. GEN include/autoconf.mk
  7. GEN spl/include/autoconf.mk
  8. CHK include/config/uboot.release
  9. CHK include/generated/timestamp_autogenerated.h
  10. UPD include/generated/timestamp_autogenerated.h
  11. CHK include/config.h
  12. CFG u-boot.cfg
  13. CHK include/generated/version_autogenerated.h
  14. CHK include/generated/asm-offsets.h
  15. CHK include/generated/generic-asm-offsets.h
  16. HOSTCC tools/mkenvimage.o
  17. HOSTCC tools/image-host.o
  18. HOSTCC tools/fit_image.o
  19. HOSTCC tools/dumpimage.o
  20. HOSTCC tools/mkimage.o
  21. HOSTCC tools/sunxi-spl-image-builder.o
  22. HOSTLD tools/mkenvimage
  23. HOSTLD tools/sunxi-spl-image-builder
  24. HOSTLD tools/mkimage
  25. HOSTLD tools/dumpimage
  26. CC drivers/video/cfb_console.o
  27. CC common/main.o
  28. CC cmd/version.o
  29. LD cmd/built-in.o
  30. LD common/built-in.o
  31. CC lib/smbios.o
  32. CC lib/display_options.o
  33. LD drivers/video/built-in.o
  34. LD drivers/built-in.o
  35. CC lib/efi_loader/helloworld.o
  36. LD lib/efi_loader/helloworld.so
  37. OBJCOPY lib/efi_loader/helloworld.efi
  38. LD lib/built-in.o
  39. LD u-boot
  40. OBJCOPY u-boot-nodtb.bin
  41. OBJCOPY u-boot.srec
  42. SYM u-boot.sym
  43. make[2]: 'arch/arm/dts/sun7i-a20-bananapi.dtb' is up to date.
  44. CAT u-boot-dtb.bin
  45. COPY u-boot.bin
  46. MKIMAGE u-boot.img
  47. MKIMAGE u-boot-dtb.img
  48. CC spl/common/spl/spl.o
  49. CC spl/lib/display_options.o
  50. LD spl/lib/built-in.o
  51. LD spl/common/spl/built-in.o
  52. LD spl/u-boot-spl
  53. OBJCOPY spl/u-boot-spl-nodtb.bin
  54. COPY spl/u-boot-spl.bin
  55. MKSUNXI spl/sunxi-spl.bin
  56. BINMAN u-boot-sunxi-with-spl.bin
  57. Traceback (most recent call last):
  58. File "./tools/binman/binman", line 31, in <module>
  59. import control
  60. File "/home/roman/Downloads/u-boot/tools/binman/control.py", line 15, in <module>
  61. import fdt
  62. File "/home/roman/Downloads/u-boot/tools/binman/../dtoc/fdt.py", line 13, in <module>
  63. import libfdt
  64. File "tools/libfdt.py", line 17, in <module>
  65. _libfdt = swig_import_helper()
  66. File "tools/libfdt.py", line 16, in swig_import_helper
  67. return importlib.import_module('_libfdt')
  68. File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
  69. __import__(name)
  70. ImportError: No module named _libfdt
  71. make: *** [Makefile:1148: u-boot-sunxi-with-spl.bin] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement