Advertisement
Guest User

Untitled

a guest
Jul 14th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.08 KB | None | 0 0
  1. (venv) stdcall@stdcall-pc:~/dev/u-boot (pci_ep) $ make mrproper
  2. (venv) stdcall@stdcall-pc:~/dev/u-boot (pci_ep) $ ./test/py/test.py --bd sandbox --build -k ut_dm_pci_ep_base
  3. +make O=/home/stdcall/dev/u-boot/build-sandbox -s sandbox_defconfig
  4. +make O=/home/stdcall/dev/u-boot/build-sandbox -s -j8
  5. ../disk/part_efi.c: In function ‘gpt_verify_partitions’:
  6. ../disk/part_efi.c:737:49: error: taking address of packed member of ‘struct _gpt_entry’ may result in an unaligned pointer value [-Werror=address-of-packed-member]
  7. 737 | gpt_convert_efi_name_to_char(efi_str, gpt_e[i].partition_name,
  8. | ~~~~~~~~^~~~~~~~~~~~~~~
  9. cc1: all warnings being treated as errors
  10. make[2]: *** [../scripts/Makefile.build:278: disk/part_efi.o] Error 1
  11. make[1]: *** [/home/stdcall/dev/u-boot/Makefile:1594: disk] Error 2
  12. make[1]: *** Waiting for unfinished jobs....
  13. In file included from ../include/efi_loader.h:13,
  14. from ../common/board_r.c:50:
  15. ../include/efi_api.h: In function ‘efi_hii_sibt_string_ucs2_block_next’:
  16. ../include/efi_api.h:820:18: error: taking address of packed member of ‘struct efi_hii_sibt_string_ucs2_block’ may result in an unaligned pointer value [-Werror=address-of-packed-member]
  17. 820 | (u16_strlen(blk->string_text) + 1) * 2;
  18. | ~~~^~~~~~~~~~~~~
  19. In file included from ../include/vxworks.h:10,
  20. from ../common/bootm_os.c:12:
  21. ../include/efi_api.h: In function ‘efi_hii_sibt_string_ucs2_block_next’:
  22. ../include/efi_api.h:820:18: error: taking address of packed member of ‘struct efi_hii_sibt_string_ucs2_block’ may result in an unaligned pointer value [-Werror=address-of-packed-member]
  23. 820 | (u16_strlen(blk->string_text) + 1) * 2;
  24. | ~~~^~~~~~~~~~~~~
  25. cc1: all warnings being treated as errors
  26. In file included from ../include/efi_loader.h:13,
  27. from ../cmd/bootefi.c:12:
  28. ../include/efi_api.h: In function ‘efi_hii_sibt_string_ucs2_block_next’:
  29. ../include/efi_api.h:820:18: error: taking address of packed member of ‘struct efi_hii_sibt_string_ucs2_block’ may result in an unaligned pointer value [-Werror=address-of-packed-member]
  30. 820 | (u16_strlen(blk->string_text) + 1) * 2;
  31. | ~~~^~~~~~~~~~~~~
  32. ../cmd/bootefi.c: In function ‘get_config_table’:
  33. ../cmd/bootefi.c:189:22: error: taking address of packed member of ‘struct efi_configuration_table’ may result in an unaligned pointer value [-Werror=address-of-packed-member]
  34. 189 | if (!guidcmp(guid, &systab.tables[i].guid))
  35. | ^~~~~~~~~~~~~~~~~~~~~~
  36. make[2]: *** [../scripts/Makefile.build:278: common/board_r.o] Error 1
  37. make[2]: *** Waiting for unfinished jobs....
  38. cc1: all warnings being treated as errors
  39. make[2]: *** [../scripts/Makefile.build:278: common/bootm_os.o] Error 1
  40. cc1: all warnings being treated as errors
  41. make[2]: *** [../scripts/Makefile.build:278: cmd/bootefi.o] Error 1
  42. make[2]: *** Waiting for unfinished jobs....
  43. make[1]: *** [/home/stdcall/dev/u-boot/Makefile:1594: cmd] Error 2
  44. make[1]: *** [/home/stdcall/dev/u-boot/Makefile:1594: common] Error 2
  45. make: *** [Makefile:148: sub-make] Error 2
  46. Exit code: 2
  47. INTERNALERROR> Traceback (most recent call last):
  48. INTERNALERROR> File "/home/stdcall/dev/u-boot/venv/lib/python2.7/site-packages/_pytest/main.py", line 205, in wrap_session
  49. INTERNALERROR> config._do_configure()
  50. INTERNALERROR> File "/home/stdcall/dev/u-boot/venv/lib/python2.7/site-packages/_pytest/config/__init__.py", line 663, in _do_configure
  51. INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
  52. INTERNALERROR> File "/home/stdcall/dev/u-boot/venv/lib/python2.7/site-packages/pluggy/hooks.py", line 311, in call_historic
  53. INTERNALERROR> res = self._hookexec(self, self.get_hookimpls(), kwargs)
  54. INTERNALERROR> File "/home/stdcall/dev/u-boot/venv/lib/python2.7/site-packages/pluggy/manager.py", line 68, in _hookexec
  55. INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs)
  56. INTERNALERROR> File "/home/stdcall/dev/u-boot/venv/lib/python2.7/site-packages/pluggy/manager.py", line 62, in <lambda>
  57. INTERNALERROR> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False,
  58. INTERNALERROR> File "/home/stdcall/dev/u-boot/venv/lib/python2.7/site-packages/pluggy/callers.py", line 208, in _multicall
  59. INTERNALERROR> return outcome.get_result()
  60. INTERNALERROR> File "/home/stdcall/dev/u-boot/venv/lib/python2.7/site-packages/pluggy/callers.py", line 81, in get_result
  61. INTERNALERROR> _reraise(*ex) # noqa
  62. INTERNALERROR> File "/home/stdcall/dev/u-boot/venv/lib/python2.7/site-packages/pluggy/callers.py", line 187, in _multicall
  63. INTERNALERROR> res = hook_impl.function(*args)
  64. INTERNALERROR> File "/home/stdcall/dev/u-boot/test/py/conftest.py", line 138, in pytest_configure
  65. INTERNALERROR> runner.run(cmd, cwd=source_dir)
  66. INTERNALERROR> File "/home/stdcall/dev/u-boot/test/py/multiplexed_log.py", line 173, in run
  67. INTERNALERROR> raise exception
  68. INTERNALERROR> Exception: Exit code: 2
  69. (venv) stdcall@stdcall-pc:~/dev/u-boot (pci_ep)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement