Make sure to reference the agbabi files so they are included

This commit is contained in:
Gwilym Kuiper 2022-06-17 00:30:10 +01:00
parent 2d90755090
commit 8a8e8c011b

View file

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