From 8a8e8c011be9cd822c976199e5b4f109af49de07 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Fri, 17 Jun 2022 00:30:10 +0100 Subject: [PATCH] Make sure to reference the agbabi files so they are included --- agb/gba.ld | 3 +++ 1 file changed, 3 insertions(+) diff --git a/agb/gba.ld b/agb/gba.ld index 0c46202b..cd74016a 100644 --- a/agb/gba.ld +++ b/agb/gba.ld @@ -4,6 +4,9 @@ OUTPUT_ARCH(arm) ENTRY(__start) EXTERN(__RUST_INTERRUPT_HANDLER) +EXTERN(__agbabi_memset) +EXTERN(__agbabi_memcpy) + MEMORY { ewram (w!x) : ORIGIN = 0x02000000, LENGTH = 256K iwram (w!x) : ORIGIN = 0x03000000, LENGTH = 32K