mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Remove errx and errors.hpp (#1737)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user