Format linker script error backtraces the same way as others (#1792)

This commit is contained in:
Rangi
2025-08-12 16:58:17 -04:00
committed by GitHub
parent 1bf1219e07
commit 50d0b101c3
28 changed files with 181 additions and 101 deletions

View File

@@ -1,3 +1,5 @@
error: script-ds-overflow.link(3): Cannot increase the current address by 1 bytes: only 0 bytes to $4000
error: script-ds-overflow.link(7): Cannot increase the current address by 65535 bytes: only 0 bytes to $ffff
error: Cannot increase the current address by 1 bytes: only 0 bytes to $4000
at script-ds-overflow.link(3)
error: Cannot increase the current address by 65535 bytes: only 0 bytes to $ffff
at script-ds-overflow.link(7)
Linking failed with 2 errors