Guest User

Untitled

a guest
Oct 17th, 2016
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.91 KB | None | 0 0
  1. $ ../uefi-tools/uefi-build.sh -A AARCH64 hello -1
  2. Loading previous configuration from /scratch/sglass/uefi/linaro-edk2/Conf/BuildEnv.sh
  3. WORKSPACE: /scratch/sglass/uefi/linaro-edk2
  4. EDK_TOOLS_PATH: /scratch/sglass/uefi/linaro-edk2/BaseTools
  5. CONF_PATH: /scratch/sglass/uefi/linaro-edk2/Conf
  6. make: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools'
  7. make -C Source/C
  8. Attempting to detect ARCH from 'uname -m': x86_64
  9. Detected ARCH of X64 using uname.
  10. make[1]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C'
  11. mkdir -p .
  12. make -C Common
  13. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/Common'
  14. make[2]: Nothing to be done for `all'.
  15. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/Common'
  16. make -C GnuGenBootSector
  17. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GnuGenBootSector'
  18. make[2]: Nothing to be done for `all'.
  19. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GnuGenBootSector'
  20. make -C BootSectImage
  21. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/BootSectImage'
  22. make[2]: Nothing to be done for `all'.
  23. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/BootSectImage'
  24. make -C EfiLdrImage
  25. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/EfiLdrImage'
  26. make[2]: Nothing to be done for `all'.
  27. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/EfiLdrImage'
  28. make -C EfiRom
  29. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/EfiRom'
  30. make[2]: Nothing to be done for `all'.
  31. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/EfiRom'
  32. make -C GenFfs
  33. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GenFfs'
  34. make[2]: Nothing to be done for `all'.
  35. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GenFfs'
  36. make -C GenFv
  37. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GenFv'
  38. make[2]: Nothing to be done for `all'.
  39. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GenFv'
  40. make -C GenFw
  41. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GenFw'
  42. make[2]: Nothing to be done for `all'.
  43. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GenFw'
  44. make -C GenPage
  45. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GenPage'
  46. make[2]: Nothing to be done for `all'.
  47. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GenPage'
  48. make -C GenSec
  49. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GenSec'
  50. make[2]: Nothing to be done for `all'.
  51. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GenSec'
  52. make -C GenCrc32
  53. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GenCrc32'
  54. make[2]: Nothing to be done for `all'.
  55. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GenCrc32'
  56. make -C GenVtf
  57. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GenVtf'
  58. make[2]: Nothing to be done for `all'.
  59. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/GenVtf'
  60. make -C LzmaCompress
  61. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/LzmaCompress'
  62. make[2]: Nothing to be done for `all'.
  63. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/LzmaCompress'
  64. make -C Split
  65. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/Split'
  66. make[2]: Nothing to be done for `all'.
  67. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/Split'
  68. make -C TianoCompress
  69. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/TianoCompress'
  70. make[2]: Nothing to be done for `all'.
  71. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/TianoCompress'
  72. make -C VolInfo
  73. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/VolInfo'
  74. make[2]: Nothing to be done for `all'.
  75. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/VolInfo'
  76. make -C VfrCompile
  77. make[2]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/VfrCompile'
  78. make[2]: Nothing to be done for `all'.
  79. make[2]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C/VfrCompile'
  80. Finished building BaseTools C Tools with ARCH=X64
  81. make[1]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/C'
  82. make -C Source/Python
  83. make[1]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/Python'
  84. make[1]: Nothing to be done for `all'.
  85. make[1]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Source/Python'
  86. make -C Tests
  87. make[1]: Entering directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Tests'
  88. make[1]: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools/Tests'
  89. make: Leaving directory `/scratch/sglass/uefi/linaro-edk2/BaseTools'
  90. Target: AARCH64
  91. Build: other
  92. Building EDK2 Hello World Example - AARCH64
  93. CROSS_COMPILE="aarch64-linux-gnu-"
  94. hello_BUILDFLAGS=' -D FIRMWARE_VER=96a42db'
  95. TOOLCHAIN is GCC48
  96. Toolchain prefix: GCC48_AARCH64_PREFIX=aarch64-linux-gnu-
  97.  
  98.  
  99. Architecture(s) = AARCH64
  100. Build target = RELEASE
  101. Toolchain = GCC48
  102.  
  103. Active Platform = /scratch/sglass/uefi/linaro-edk2/MdeModulePkg/MdeModulePkg.dsc
  104. Active Module = /scratch/sglass/uefi/linaro-edk2/MdeModulePkg/Application/HelloWorld/HelloWorld.inf
  105.  
  106. Processing meta-data .
  107. ------------------------------------------------------------
  108. EDK2 Hello World Example RELEASE fail
  109. ------------------------------------------------------------
  110. pass 0
  111. fail 1
Advertisement
Add Comment
Please, Sign In to add comment