Advertisement
Guest User

Untitled

a guest
Oct 19th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. fabio@fabio-Latitude-E6410:~/denx/u-boot$ make.cross ARCH=powerpc
  2. make CROSS_COMPILE=/usr/local/gcc-4.9.0-nolibc/powerpc64-linux/bin/powerpc64-linux- --jobs=8 ARCH=powerpc
  3. scripts/kconfig/conf --silentoldconfig Kconfig
  4. CHK include/config.h
  5. UPD include/config.h
  6. GEN include/autoconf.mk
  7. GEN include/autoconf.mk.dep
  8. GEN spl/include/autoconf.mk
  9. In file included from ./arch/powerpc/include/asm/immap_85xx.h:18:0,
  10. from ./include/common.h:64:
  11. include/fsl_ifc.h:29:2: error: #error Neither CONFIG_SYS_FSL_IFC_LE nor CONFIG_SYS_FSL_IFC_BE is defined
  12. #error Neither CONFIG_SYS_FSL_IFC_LE nor CONFIG_SYS_FSL_IFC_BE is defined
  13. ^
  14. In file included from ./arch/powerpc/include/asm/immap_85xx.h:18:0,
  15. from ./include/common.h:64:
  16. include/fsl_ifc.h:29:2: error: #error Neither CONFIG_SYS_FSL_IFC_LE nor CONFIG_SYS_FSL_IFC_BE is defined
  17. #error Neither CONFIG_SYS_FSL_IFC_LE nor CONFIG_SYS_FSL_IFC_BE is defined
  18. ^
  19. In file included from ./arch/powerpc/include/asm/immap_85xx.h:18:0,
  20. from ./include/common.h:64:
  21. include/fsl_ifc.h:961:2: error: #error IFC BANK count not defined
  22. #error IFC BANK count not defined
  23. ^
  24. In file included from ./arch/powerpc/include/asm/immap_85xx.h:19:0,
  25. from ./include/common.h:64:
  26. include/fsl_sec.h:28:2: error: #error Neither CONFIG_SYS_FSL_SEC_LE nor CONFIG_SYS_FSL_SEC_BE is defined
  27. #error Neither CONFIG_SYS_FSL_SEC_LE nor CONFIG_SYS_FSL_SEC_BE is defined
  28. ^
  29. In file included from ./arch/powerpc/include/asm/immap_85xx.h:20:0,
  30. from ./include/common.h:64:
  31. include/fsl_sfp.h:29:2: error: #error Neither CONFIG_SYS_FSL_SFP_LE nor CONFIG_SYS_FSL_SFP_BE is defined
  32. #error Neither CONFIG_SYS_FSL_SFP_LE nor CONFIG_SYS_FSL_SFP_BE is defined
  33. ^
  34. In file included from ./arch/powerpc/include/asm/immap_85xx.h:18:0,
  35. from ./include/common.h:64:
  36. include/fsl_ifc.h:961:2: error: #error IFC BANK count not defined
  37. #error IFC BANK count not defined
  38. ^
  39. In file included from ./arch/powerpc/include/asm/immap_85xx.h:18:0,
  40. from ./include/common.h:64:
  41. include/fsl_ifc.h:29:2: error: #error Neither CONFIG_SYS_FSL_IFC_LE nor CONFIG_SYS_FSL_IFC_BE is defined
  42. #error Neither CONFIG_SYS_FSL_IFC_LE nor CONFIG_SYS_FSL_IFC_BE is defined
  43. ^
  44. In file included from ./arch/powerpc/include/asm/immap_85xx.h:19:0,
  45. from ./include/common.h:64:
  46. include/fsl_sec.h:28:2: error: #error Neither CONFIG_SYS_FSL_SEC_LE nor CONFIG_SYS_FSL_SEC_BE is defined
  47. #error Neither CONFIG_SYS_FSL_SEC_LE nor CONFIG_SYS_FSL_SEC_BE is defined
  48. ^
  49. In file included from ./arch/powerpc/include/asm/immap_85xx.h:20:0,
  50. from ./include/common.h:64:
  51. include/fsl_sfp.h:29:2: error: #error Neither CONFIG_SYS_FSL_SFP_LE nor CONFIG_SYS_FSL_SFP_BE is defined
  52. #error Neither CONFIG_SYS_FSL_SFP_LE nor CONFIG_SYS_FSL_SFP_BE is defined
  53. ^
  54. In file included from ./arch/powerpc/include/asm/immap_85xx.h:18:0,
  55. from ./include/common.h:64:
  56. include/fsl_ifc.h:961:2: error: #error IFC BANK count not defined
  57. #error IFC BANK count not defined
  58. ^
  59. In file included from ./arch/powerpc/include/asm/immap_85xx.h:19:0,
  60. from ./include/common.h:64:
  61. include/fsl_sec.h:28:2: error: #error Neither CONFIG_SYS_FSL_SEC_LE nor CONFIG_SYS_FSL_SEC_BE is defined
  62. #error Neither CONFIG_SYS_FSL_SEC_LE nor CONFIG_SYS_FSL_SEC_BE is defined
  63. ^
  64. In file included from ./arch/powerpc/include/asm/immap_85xx.h:20:0,
  65. from ./include/common.h:64:
  66. include/fsl_sfp.h:29:2: error: #error Neither CONFIG_SYS_FSL_SFP_LE nor CONFIG_SYS_FSL_SFP_BE is defined
  67. #error Neither CONFIG_SYS_FSL_SFP_LE nor CONFIG_SYS_FSL_SFP_BE is defined
  68. ^
  69. make[1]: *** [include/autoconf.mk.dep] Error 1
  70. make[1]: *** Waiting for unfinished jobs....
  71. make[1]: *** [include/autoconf.mk] Error 1
  72. make[1]: *** [spl/include/autoconf.mk] Error 1
  73. make: *** No rule to make target `include/config/auto.conf', needed by `include/config/uboot.release'. Stop.
  74. fabio@fabio-Latitude-E6410:~/denx/u-boot$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement