You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to compile it from source, it won't link, with these errors
linking ... linkcabledump_gc.elf
/opt/devkitpro/devkitPPC/lib/gcc/powerpc-eabi/10.1.0/../../../../powerpc-eabi/bin/ld: main.o: in function `main':
/home/peter/Documents/gba-link-cable-dumper/source/main.c:267: undefined reference to `gba_mb_gba_size'
/opt/devkitpro/devkitPPC/lib/gcc/powerpc-eabi/10.1.0/../../../../powerpc-eabi/bin/ld: /home/peter/Documents/gba-link-cable-dumper/source/main.c:267: undefined reference to `gba_mb_gba_size'
It fails to link due to these global variables:
externu8gba_mb_gba[];
externu32gba_mb_gba_size;
Any idea of what these should be?
The text was updated successfully, but these errors were encountered:
Attempting to compile it from source, it won't link, with these errors
It fails to link due to these global variables:
Any idea of what these should be?
The text was updated successfully, but these errors were encountered: