mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Split up the linkerscript lexer and layout actions
This commit is contained in:
2
test/link/linkerscript-noexist.asm
Normal file
2
test/link/linkerscript-noexist.asm
Normal file
@@ -0,0 +1,2 @@
|
||||
SECTION "test", ROM0
|
||||
db 1, 2, 3
|
||||
3
test/link/linkerscript-noexist.link
Normal file
3
test/link/linkerscript-noexist.link
Normal file
@@ -0,0 +1,3 @@
|
||||
INCLUDE "linkerscript-noexist.inc"
|
||||
ROM0
|
||||
"test"
|
||||
2
test/link/linkerscript-noexist.out
Normal file
2
test/link/linkerscript-noexist.out
Normal file
@@ -0,0 +1,2 @@
|
||||
error: linkerscript-noexist.link(1): Failed to open included linker script "linkerscript-noexist.inc": No such file or directory
|
||||
Linking failed with 1 error
|
||||
Reference in New Issue
Block a user