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

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