Advertisement
MrRockchip

fuckers

Jan 21st, 2024
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. CC libagesa/vendorcode/amd/agesa/common/amdlib.o
  2. src/vendorcode/amd/agesa/common/amdlib.c:82:1: error: 'static' is not at beginning of declaration [-Werror=old-style-declaration]
  3. STATIC
  4. ^~~~~~
  5. src/vendorcode/amd/agesa/common/amdlib.c:90:1: error: 'static' is not at beginning of declaration [-Werror=old-style-declaration]
  6. STATIC
  7. ^~~~~~
  8. src/vendorcode/amd/agesa/common/amdlib.c:915:1: error: 'static' is not at beginning of declaration [-Werror=old-style-declaration]
  9. STATIC
  10. ^~~~~~
  11. src/vendorcode/amd/agesa/common/amdlib.c:1176:1: error: 'static' is not at beginning of declaration [-Werror=old-style-declaration]
  12. STATIC
  13. ^~~~~~
  14. cc1: error: unrecognized command line option '-Wno-pragma-pack' [-Werror]
  15. cc1: error: unrecognized command line option '-Wno-address-of-packed-member' [-Werror]
  16. cc1: error: unrecognized command line option '-Wno-array-compare' [-Werror]
  17. cc1: all warnings being treated as errors
  18. make: *** [Makefile:412: build/libagesa/vendorcode/amd/agesa/common/amdlib.o] Error 1
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement