Advertisement
MrRockchip

core - new errores

Nov 19th, 2023 (edited)
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. CC ramstage/northbridge/amd/agesa/family15tn/northbridge.o
  2. src/northbridge/amd/agesa/family15tn/northbridge.c:537:16: error: 'pci_domain_scan_bus' undeclared here (not in a function); did you mean 'pci_domain_ops'?
  3. .scan_bus = pci_domain_scan_bus,
  4. ^~~~~~~~~~~~~~~~~~~
  5. pci_domain_ops
  6. cc1: error: unrecognized command line option '-Wno-pragma-pack' [-Werror]
  7. cc1: error: unrecognized command line option '-Wno-address-of-packed-member' [-Werror]
  8. cc1: error: unrecognized command line option '-Wno-array-compare' [-Werror]
  9. cc1: all warnings being treated as errors
  10. make: *** [Makefile:405: build/ramstage/northbridge/amd/agesa/family15tn/northbridge.o] Error 1
  11.  
  12. ===
  13. git revert 0b0113f2436b448cd172d2ae9cfcc07628020173 to fix above? then this happens:
  14.  
  15. =======
  16. ...
  17. CC ramstage/acpi/acpi.o
  18. make: *** No rule to make target 'src/acpi/acpi_apic.c', needed by 'build/ramstage/acpi/acpi_apic.o'. Stop.
  19.  
  20. git revert fca612497db15caebdf97d741c85193ee2f0044b to solve?
  21.  
  22.  
  23. really this one should help - 92a3b67eaea08b54252a5f18b53ce3e287380365
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement