mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
Remove errx and errors.hpp (#1737)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
warning: assert.asm(5): Worry about me, but not too much.
|
||||
error: assert.asm(6): Okay, this is getting serious!
|
||||
FATAL: assert.asm(7): It all ends now.
|
||||
Linking aborted after 2 errors
|
||||
Linking aborted with 2 errors
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
error: cascading-errors-fatal-assert.asm(1): Unknown symbol "UnknownSymbol"
|
||||
FATAL: cascading-errors-fatal-assert.asm(1): Failed to evaluate assertion
|
||||
Linking aborted after 2 errors
|
||||
Linking aborted with 2 errors
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
error: Unable to place "r0a" (ROM0 section) anywhere
|
||||
FATAL: Unable to place "r0a" (ROM0 section) anywhere
|
||||
Linking aborted with 1 error
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
error: Unable to place "r0a" (ROM0 section) anywhere
|
||||
FATAL: Unable to place "r0a" (ROM0 section) anywhere
|
||||
Linking aborted with 1 error
|
||||
|
||||
@@ -3,4 +3,4 @@ Linking failed with 1 error
|
||||
---
|
||||
error: <stdin>(30):
|
||||
Assertion failed: Force failing the build
|
||||
error: Assembly aborted (1 error)!
|
||||
Assembly aborted with 1 error!
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
error: Section "overlaid data" is of type ROM0, which cannot be unionized
|
||||
FATAL: Section "overlaid data" is of type ROM0, which cannot be unionized
|
||||
Linking aborted with 1 error
|
||||
---
|
||||
error: <stdin>(18):
|
||||
Cannot declare ROM sections as UNION
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
error: Section "different data" is of type ROM0, which cannot be unionized
|
||||
FATAL: Section "different data" is of type ROM0, which cannot be unionized
|
||||
Linking aborted with 1 error
|
||||
---
|
||||
error: <stdin>(16):
|
||||
Cannot declare ROM sections as UNION
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
error: Section "different section sizes" is of type ROM0, which cannot be unionized
|
||||
FATAL: Section "different section sizes" is of type ROM0, which cannot be unionized
|
||||
Linking aborted with 1 error
|
||||
---
|
||||
error: <stdin>(16):
|
||||
Cannot declare ROM sections as UNION
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
error: Section "different syntaxes" is of type ROM0, which cannot be unionized
|
||||
FATAL: Section "different syntaxes" is of type ROM0, which cannot be unionized
|
||||
Linking aborted with 1 error
|
||||
---
|
||||
error: <stdin>(18):
|
||||
Cannot declare ROM sections as UNION
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
error: Unable to place "test" (WRAMX section) in bank $02 with align mask $ffc0
|
||||
FATAL: Unable to place "test" (WRAMX section) in bank $02 with align mask $ffc0
|
||||
Linking aborted with 1 error
|
||||
---
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
error: Section "mutually-overlaid data" is of type ROM0, which cannot be unionized
|
||||
FATAL: Section "mutually-overlaid data" is of type ROM0, which cannot be unionized
|
||||
Linking aborted with 1 error
|
||||
---
|
||||
error: <stdin>(18):
|
||||
Cannot declare ROM sections as UNION
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
error: Unable to place "v1" (VRAM section) anywhere
|
||||
FATAL: Unable to place "v1" (VRAM section) anywhere
|
||||
Linking aborted with 1 error
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
error: Unable to place "wx1" (WRAM0 section) anywhere
|
||||
FATAL: Unable to place "wx1" (WRAM0 section) anywhere
|
||||
Linking aborted with 1 error
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
error: Unable to place "w0b" (WRAM0 section) anywhere
|
||||
FATAL: Unable to place "w0b" (WRAM0 section) anywhere
|
||||
Linking aborted with 1 error
|
||||
|
||||
Reference in New Issue
Block a user