Remove errx and errors.hpp (#1737)

This commit is contained in:
Rangi
2025-07-09 11:04:23 -04:00
committed by GitHub
parent 9acba4b412
commit 5e43ece578
179 changed files with 366 additions and 393 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1 +1,2 @@
error: Unable to place "r0a" (ROM0 section) anywhere
FATAL: Unable to place "r0a" (ROM0 section) anywhere
Linking aborted with 1 error

View File

@@ -1 +1,2 @@
error: Unable to place "r0a" (ROM0 section) anywhere
FATAL: Unable to place "r0a" (ROM0 section) anywhere
Linking aborted with 1 error

View File

@@ -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!

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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
---

View File

@@ -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

View File

@@ -1 +1,2 @@
error: Unable to place "v1" (VRAM section) anywhere
FATAL: Unable to place "v1" (VRAM section) anywhere
Linking aborted with 1 error

View File

@@ -1 +1,2 @@
error: Unable to place "wx1" (WRAM0 section) anywhere
FATAL: Unable to place "wx1" (WRAM0 section) anywhere
Linking aborted with 1 error

View File

@@ -1 +1,2 @@
error: Unable to place "w0b" (WRAM0 section) anywhere
FATAL: Unable to place "w0b" (WRAM0 section) anywhere
Linking aborted with 1 error