mirror of
https://github.com/gbdev/rgbds.git
synced 2026-06-13 20:22:11 +00:00
Refactor section creation errors, and simplify output for single errors (#1964)
This commit is contained in:
@@ -4,7 +4,5 @@ FATAL: Section "conflicting alignment" is defined with 4-byte alignment (offset
|
||||
at section-fragment/align-conflict.asm(7)
|
||||
Linking aborted with 1 error
|
||||
---
|
||||
error: Section already declared as aligned to 4 bytes (offset 0)
|
||||
at <stdin>(18)
|
||||
FATAL: Cannot create section "conflicting alignment" (1 error)
|
||||
FATAL: Section "conflicting alignment" already declared as aligned to 4 bytes (offset 0)
|
||||
at <stdin>(18)
|
||||
|
||||
Reference in New Issue
Block a user