Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. matt@xeon-machine:~/Documents/coreboot/coreboot$ make
  2. Skipping submodule '3rdparty/amd_blobs'
  3. Skipping submodule '3rdparty/blobs'
  4. Skipping submodule '3rdparty/fsp'
  5. Skipping submodule '3rdparty/intel-microcode'
  6. #
  7. # configuration written to /home/matt/Documents/coreboot/coreboot/.config
  8. #
  9. build/auto.conf:1151:notice: override: reassigning to symbol PICASSO_UART_CLOCK_SOURCE
  10. CC bootblock/mainboard/asus/am1i-a/static.o
  11. CC bootblock/arch/x86/boot.o
  12. FMAP build/util/cbfstool/fmaptool -h build/fmap_config.h build/fmap.fmd build/fmap.fmap
  13. SUCCESS: Wrote 224 bytes to file 'build/fmap.fmap' (and generated header)
  14. The sections containing CBFSes are: COREBOOT
  15. GEN generated/bootblock.ld
  16. CP bootblock/arch/x86/bootblock.ld
  17. ROMCC generated/bootblock.inc
  18. CC bootblock/arch/x86/bootblock_romcc.o
  19. CC bootblock/arch/x86/cf9_reset.o
  20. CC bootblock/arch/x86/cpu_common.o
  21. CC bootblock/arch/x86/id.o
  22. CC bootblock/arch/x86/memcpy.o
  23. CC bootblock/arch/x86/memset.o
  24. CC bootblock/arch/x86/mmap_boot.o
  25. CC bootblock/arch/x86/timestamp.o
  26. CC bootblock/arch/x86/walkcbfs.o
  27. CC bootblock/commonlib/cbfs.o
  28. CC bootblock/commonlib/iobuf.o
  29. CC bootblock/commonlib/lz4_wrapper.o
  30. CC bootblock/commonlib/mem_pool.o
  31. CC bootblock/commonlib/region.o
  32. CC bootblock/console/die.o
  33. CC bootblock/console/post.o
  34. CC bootblock/console/vsprintf.o
  35. CC bootblock/console/vtxprintf.o
  36. CC bootblock/cpu/x86/lapic/boot_cpu.o
  37. CC bootblock/cpu/x86/mtrr/debug.o
  38. CC bootblock/cpu/x86/mtrr/earlymtrr.o
  39. CC bootblock/cpu/x86/pae/pgtbl.o
  40. CC bootblock/device/device_const.o
  41. CC bootblock/device/i2c.o
  42. CC bootblock/device/mmio.o
  43. CC bootblock/device/pci_early.o
  44. CC bootblock/device/pci_ops.o
  45. CC bootblock/drivers/pc80/pc/i8254.o
  46. CC bootblock/drivers/pc80/rtc/mc146818rtc.o
  47. CC bootblock/drivers/pc80/rtc/mc146818rtc_boot.o
  48. CC bootblock/drivers/spi/adesto.o
  49. CC bootblock/drivers/spi/amic.o
  50. CC bootblock/drivers/spi/atmel.o
  51. CC bootblock/drivers/spi/bitbang.o
  52. CC bootblock/drivers/spi/boot_device_rw_nommap.o
  53. CC bootblock/drivers/spi/eon.o
  54. CC bootblock/drivers/spi/flashconsole.o
  55. src/drivers/spi/flashconsole.c: In function 'flashconsole_init':
  56. src/drivers/spi/flashconsole.c:35:9: error: declaration of 'offset' shadows a global declaration [-Werror=shadow]
  57. size_t offset = 0;
  58. ^~~~~~
  59. src/drivers/spi/flashconsole.c:28:15: note: shadowed declaration is here
  60. static size_t offset;
  61. ^~~~~~
  62. src/drivers/spi/flashconsole.c: In function 'flashconsole_tx_flush':
  63. src/drivers/spi/flashconsole.c:99:9: error: declaration of 'offset' shadows a global declaration [-Werror=shadow]
  64. size_t offset = offset;
  65. ^~~~~~
  66. src/drivers/spi/flashconsole.c:28:15: note: shadowed declaration is here
  67. static size_t offset;
  68. ^~~~~~
  69. src/drivers/spi/flashconsole.c: At top level:
  70. cc1: error: unrecognized command line option '-Wno-address-of-packed-member' [-Werror]
  71. cc1: all warnings being treated as errors
  72. Makefile:364: recipe for target 'build/bootblock/drivers/spi/flashconsole.o' failed
  73. make: *** [build/bootblock/drivers/spi/flashconsole.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement